HtmlUnit was originally written by
Mike Bowler of
Gargoyle Software
- and is released under the Apache 2 license.
+ and is released under the Apache 2 license.
Since then, it has received many contributions from
other developers, and would not be where it is today without their
assistance.
diff --git a/src/test/java/org/htmlunit/ExternalTest.java b/src/test/java/org/htmlunit/ExternalTest.java
index 96467e9427f..34c7fb6d883 100644
--- a/src/test/java/org/htmlunit/ExternalTest.java
+++ b/src/test/java/org/htmlunit/ExternalTest.java
@@ -333,7 +333,7 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
return true;
}
- // version > 3.12.0 does not work with out site.xml and also not with a refactored one
+ // version > 3.12.0 does not work with our site.xml and also not with a refactored one
if ("maven-site-plugin".equals(artifactId)
&& (version.startsWith("3.12.1") || version.startsWith("3.20.") || version.startsWith("3.21."))) {
return true;
From 88abfda1dc2576d4dabe4ba570fe873d3d8dfa02 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Mon, 2 Dec 2024 15:52:00 +0100
Subject: [PATCH 005/516] format
---
README.md | 48 ++++++++++++++++++++++++------------------------
1 file changed, 24 insertions(+), 24 deletions(-)
diff --git a/README.md b/README.md
index a8fa420524c..e04cce2dbe2 100644
--- a/README.md
+++ b/README.md
@@ -94,32 +94,32 @@ HtmlUnit is typically used for testing purposes or to retrieve information from
* Excellent JavaScript support
HtmlUnit is used as the underlying "browser" by different Open Source tools like
-> * [WebDriver](https://github.com/SeleniumHQ/selenium)
-> * [Arquillian Drone](https://arquillian.org/arquillian-extension-drone)
-> * [Serenity BDD](https://serenity-bdd.info)
-> * [FluentLenium](https://github.com/FluentLenium/FluentLenium)
-> * [WETATOR](https://www.wetator.org/)
-> * [Selenium Foundation](https://github.com/sbabcoc/Selenium-Foundation)
-> * [Spring Testing](https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit)
-> * [JWebUnit](https://jwebunit.github.io/jwebunit/)
-> * [JSFUnit](http://www.jboss.org/jsfunit/)
-> * ...
+ * [WebDriver](https://github.com/SeleniumHQ/selenium)
+ * [Arquillian Drone](https://arquillian.org/arquillian-extension-drone)
+ * [Serenity BDD](https://serenity-bdd.info)
+ * [FluentLenium](https://github.com/FluentLenium/FluentLenium)
+ * [WETATOR](https://www.wetator.org/)
+ * [Selenium Foundation](https://github.com/sbabcoc/Selenium-Foundation)
+ * [Spring Testing](https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit)
+ * [JWebUnit](https://jwebunit.github.io/jwebunit/)
+ * [JSFUnit](http://www.jboss.org/jsfunit/)
+ * ...
HtmlUnit is used by many projects for automated web testing
-> * [jenkins-test-harness](https://github.com/jenkinsci/jenkins-test-harness)
-> * [Apache Shiro](https://shiro.apache.org/)
-> * [Apache Struts](https://struts.apache.org/)
-> * [Quarkus](https://quarkus.io/)
-> * [Togglz](https://www.togglz.org/)
-> * [Dataverse](https://dataverse.org/)
-> * [Janssen Project](https://github.com/JanssenProject/jans)
-> * [Apache TomEE](https://github.com/apache/tomee)
-> * [Apache Maven Surefire](https://maven.apache.org/surefire/)
-> * [JSCover](http://tntim96.github.io/JSCover/)
-> * [Apache Jackrabbit](https://jackrabbit.apache.org/jcr/index.html)
-> * [OpenXava](https://github.com/openxava/openxava)
-> * [Cargo](https://github.com/codehaus-cargo/cargo)
-> * ...
+ * [jenkins-test-harness](https://github.com/jenkinsci/jenkins-test-harness)
+ * [Apache Shiro](https://shiro.apache.org/)
+ * [Apache Struts](https://struts.apache.org/)
+ * [Quarkus](https://quarkus.io/)
+ * [Togglz](https://www.togglz.org/)
+ * [Dataverse](https://dataverse.org/)
+ * [Janssen Project](https://github.com/JanssenProject/jans)
+ * [Apache TomEE](https://github.com/apache/tomee)
+ * [Apache Maven Surefire](https://maven.apache.org/surefire/)
+ * [JSCover](http://tntim96.github.io/JSCover/)
+ * [Apache Jackrabbit](https://jackrabbit.apache.org/jcr/index.html)
+ * [OpenXava](https://github.com/openxava/openxava)
+ * [Cargo](https://github.com/codehaus-cargo/cargo)
+ * ...
## Getting Started
You can start here:
From 6f32e52c5b537ee6425a60d0121970ab543f8c58 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sat, 7 Dec 2024 19:35:15 +0100
Subject: [PATCH 006/516] more tests (neko is still wip)
---
.../htmlunit/html/parser/HTMLParser6Test.java | 82 +++++++++++++++++--
1 file changed, 76 insertions(+), 6 deletions(-)
diff --git a/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
index 6b5e04f3e6c..88f63b77b49 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
@@ -17,7 +17,6 @@
import org.htmlunit.WebDriverTestCase;
import org.htmlunit.junit.BrowserRunner;
import org.htmlunit.junit.BrowserRunner.Alerts;
-import org.htmlunit.junit.BrowserRunner.HtmlUnitNYI;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -108,11 +107,7 @@ public void fragmentParserHtmlInsideSelect() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "",
- FF = "",
- FF_ESR = "")
- @HtmlUnitNYI(CHROME = "",
- EDGE = "")
+ @Alerts("")
public void fragmentParserHtmlInsideOption() throws Exception {
final String fragment = "";
final String html = "\n"
@@ -132,4 +127,79 @@ public void fragmentParserHtmlInsideOption() throws Exception {
loadPageVerifyTitle2(html);
}
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts(DEFAULT = "
xy
")
+ public void fragmentParserLtInAttributeName() throws Exception {
+ final String fragment = "
xy
";
+ final String html = "\n"
+ + "\n"
+ + " \n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts(DEFAULT = "
xy
")
+ public void fragmentParserLtFirstInAttributeName() throws Exception {
+ final String fragment = "
xy
";
+ final String html = "\n"
+ + "\n"
+ + " \n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts(DEFAULT = "
xy
")
+ public void fragmentParserNumericAttributeName() throws Exception {
+ final String fragment = "
xy
";
+ final String html = "\n"
+ + "\n"
+ + " \n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
}
From 6d1ef16d8d25f0248930c81dcffc2e676f2eb6c1 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sat, 7 Dec 2024 19:39:07 +0100
Subject: [PATCH 007/516] getStaticElementsByTagName() has to check for prefix
---
.../java/org/htmlunit/html/DomElement.java | 5 ++++-
.../java/org/htmlunit/html/HtmlPage3Test.java | 20 +++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/htmlunit/html/DomElement.java b/src/main/java/org/htmlunit/html/DomElement.java
index 16cedb8ebca..d8c051070be 100644
--- a/src/main/java/org/htmlunit/html/DomElement.java
+++ b/src/main/java/org/htmlunit/html/DomElement.java
@@ -663,7 +663,10 @@ public List getStaticElementsByTagName(final String t
for (final Iterator iterator = this.new DescendantHtmlElementsIterator(); iterator.hasNext();) {
final HtmlElement elem = iterator.next();
if (elem.getLocalName().equalsIgnoreCase(tagName)) {
- res.add((E) elem);
+ final String prefix = elem.getPrefix();
+ if (prefix == null || prefix.isEmpty()) {
+ res.add((E) elem);
+ }
}
}
return res;
diff --git a/src/test/java/org/htmlunit/html/HtmlPage3Test.java b/src/test/java/org/htmlunit/html/HtmlPage3Test.java
index 81551e6e519..4db522059d7 100644
--- a/src/test/java/org/htmlunit/html/HtmlPage3Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlPage3Test.java
@@ -687,4 +687,24 @@ public void getElementById_AfterAppendingToNewlyCreatedElement() throws Exceptio
+ "";
loadPageVerifyTitle2(content);
}
+
+ /**
+ * When looking for the refresh meta tag don't get confused by stuff with a namespace.
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("works")
+ public void metaWithNamespace() throws Exception {
+ final String content =
+ "\n"
+ + "\n"
+ + " works\u00a7\n"
+ + "\n"
+ + "\n"
+ + " \n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(content);
+ }
}
From 2afdb71e21860939574a61105c4a3a35431734f6 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 8 Dec 2024 13:31:02 +0100
Subject: [PATCH 008/516] code cleanup
---
pom.xml | 8 ++++----
src/main/java/org/htmlunit/javascript/host/Window.java | 1 -
.../java/org/htmlunit/html/parser/HTMLParser6Test.java | 6 +++---
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index ba85ab6162c..9dade0c1969 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,14 +195,14 @@
org.apache.maven.pluginsmaven-javadoc-plugin
- 3.11.1
+ 3.11.2trueprotectedhtml,missing,reference,syntaxtruetrue
- netscape:netscape.*:org.htmlunit.platform.util
+ org.htmlunit.platform.util
@@ -678,14 +678,14 @@
org.apache.maven.pluginsmaven-javadoc-plugin
- 3.11.1
+ 3.11.2trueprotectedhtml,missing,reference,syntaxtruetrue
- netscape:netscape.*:org.htmlunit.platform.util
+ org.htmlunit.platform.util
diff --git a/src/main/java/org/htmlunit/javascript/host/Window.java b/src/main/java/org/htmlunit/javascript/host/Window.java
index bf0e9352a2b..459536bcb97 100644
--- a/src/main/java/org/htmlunit/javascript/host/Window.java
+++ b/src/main/java/org/htmlunit/javascript/host/Window.java
@@ -1870,7 +1870,6 @@ public int getScrollY() {
}
/**
- * Returns the value of {@code netscape} property.
* @return the value of {@code netscape} property
*/
@JsxGetter({FF, FF_ESR})
diff --git a/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
index 88f63b77b49..0a2492e3fc2 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
@@ -132,7 +132,7 @@ public void fragmentParserHtmlInsideOption() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "
xy
")
+ @Alerts("
xy
")
public void fragmentParserLtInAttributeName() throws Exception {
final String fragment = "
xy
";
final String html = "\n"
@@ -157,7 +157,7 @@ public void fragmentParserLtInAttributeName() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "
xy
")
+ @Alerts("
xy
")
public void fragmentParserLtFirstInAttributeName() throws Exception {
final String fragment = "
xy
";
final String html = "\n"
@@ -182,7 +182,7 @@ public void fragmentParserLtFirstInAttributeName() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "
xy
")
+ @Alerts("
xy
")
public void fragmentParserNumericAttributeName() throws Exception {
final String fragment = "
xy
";
final String html = "\n"
From c8595ebb30aa33ed5f8dff076538dae06ac479b4 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 8 Dec 2024 13:40:24 +0100
Subject: [PATCH 009/516] cleanup
---
.../java/org/htmlunit/BrowserVersion.java | 51 +++++++------------
.../AbstractJavaScriptConfiguration.java | 5 +-
2 files changed, 23 insertions(+), 33 deletions(-)
diff --git a/src/main/java/org/htmlunit/BrowserVersion.java b/src/main/java/org/htmlunit/BrowserVersion.java
index 2912be38195..f08eda539e6 100644
--- a/src/main/java/org/htmlunit/BrowserVersion.java
+++ b/src/main/java/org/htmlunit/BrowserVersion.java
@@ -26,7 +26,6 @@
import java.util.TimeZone;
import org.apache.commons.io.FilenameUtils;
-import org.htmlunit.javascript.configuration.AbstractJavaScriptConfiguration;
import org.htmlunit.javascript.configuration.BrowserFeature;
import org.htmlunit.javascript.configuration.SupportedBrowser;
import org.htmlunit.util.MimeType;
@@ -64,26 +63,6 @@
@SuppressWarnings("PMD.AvoidDuplicateLiterals")
public final class BrowserVersion implements Serializable {
- /**
- * Application name the Netscape navigator series of browsers.
- */
- private static final String NETSCAPE = "Netscape";
-
- /**
- * United States English language identifier.
- */
- private static final String LANGUAGE_ENGLISH_US = "en-US";
-
- /**
- * United States.
- */
- private static final String TIMEZONE_NEW_YORK = "America/New_York";
-
- /**
- * The WIN32 platform.
- */
- private static final String PLATFORM_WIN32 = "Win32";
-
/** Latest Firefox. */
public static final BrowserVersion FIREFOX = new BrowserVersion(133, "FF");
@@ -117,6 +96,7 @@ public final class BrowserVersion implements Serializable {
+ FIREFOX_ESR.getBrowserVersionNumeric() + ".0) Gecko/20100101 Firefox/"
+ FIREFOX_ESR.getBrowserVersionNumeric() + ".0";
FIREFOX_ESR.buildId_ = "20181001000000";
+ FIREFOX_ESR.vendor_ = "";
FIREFOX_ESR.productSub_ = "20100101";
FIREFOX_ESR.headerNamesOrdered_ = new String[] {
HttpHeader.HOST,
@@ -152,6 +132,7 @@ public final class BrowserVersion implements Serializable {
+ FIREFOX.getBrowserVersionNumeric() + ".0) Gecko/20100101 Firefox/"
+ FIREFOX.getBrowserVersionNumeric() + ".0";
FIREFOX.buildId_ = "20181001000000";
+ FIREFOX.vendor_ = "";
FIREFOX.productSub_ = "20100101";
FIREFOX.headerNamesOrdered_ = new String[] {
HttpHeader.HOST,
@@ -188,7 +169,6 @@ public final class BrowserVersion implements Serializable {
CHROME.userAgent_ = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/"
+ CHROME.getBrowserVersionNumeric() + ".0.0.0 Safari/537.36";
- CHROME.applicationCodeName_ = "Mozilla";
CHROME.vendor_ = "Google Inc.";
CHROME.productSub_ = "20030107";
CHROME.headerNamesOrdered_ = new String[] {
@@ -234,7 +214,6 @@ public final class BrowserVersion implements Serializable {
+ EDGE.getBrowserVersionNumeric() + ".0.0.0 Safari/537.36 Edg/"
+ EDGE.getBrowserVersionNumeric() + ".0.0.0";
- EDGE.applicationCodeName_ = "Mozilla";
EDGE.vendor_ = "Google Inc.";
EDGE.productSub_ = "20030107";
EDGE.headerNamesOrdered_ = new String[] {
@@ -387,17 +366,17 @@ public final class BrowserVersion implements Serializable {
private final int browserVersionNumeric_;
private final String nickname_;
- private String applicationCodeName_ = "Mozilla";
- private String applicationMinorVersion_ = "0";
+ private String applicationCodeName_;
+ private String applicationMinorVersion_;
private String applicationName_;
private String applicationVersion_;
private String buildId_;
private String productSub_;
- private String vendor_ = "";
- private Locale browserLocale_ = Locale.forLanguageTag(LANGUAGE_ENGLISH_US);
- private boolean onLine_ = true;
- private String platform_ = PLATFORM_WIN32;
- private TimeZone systemTimezone_ = TimeZone.getTimeZone(TIMEZONE_NEW_YORK);
+ private String vendor_;
+ private Locale browserLocale_;
+ private boolean onLine_;
+ private String platform_;
+ private TimeZone systemTimezone_;
private String userAgent_;
private final Set features_;
private String acceptEncodingHeader_;
@@ -423,7 +402,15 @@ public final class BrowserVersion implements Serializable {
browserVersionNumeric_ = browserVersionNumeric;
nickname_ = nickname;
- applicationName_ = NETSCAPE;
+ applicationCodeName_ = "Mozilla";
+ applicationMinorVersion_ = "0";
+ applicationName_ = "Netscape";
+ onLine_ = true;
+ platform_ = "Win32";
+
+ browserLocale_ = Locale.forLanguageTag("en-US");
+ systemTimezone_ = TimeZone.getTimeZone("America/New_York");
+
acceptEncodingHeader_ = "gzip, deflate, br";
htmlAcceptHeader_ = "*/*";
imgAcceptHeader_ = "*/*";
@@ -468,7 +455,7 @@ else if (isFirefox()) {
final BrowserFeature browserFeature = field.getAnnotation(BrowserFeature.class);
if (browserFeature != null) {
for (final SupportedBrowser browser : browserFeature.value()) {
- if (AbstractJavaScriptConfiguration.isCompatible(expectedBrowser, browser)) {
+ if (expectedBrowser == browser) {
features_.add(features);
}
}
diff --git a/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java b/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java
index 527e608967f..e95cf7b63c7 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java
@@ -357,7 +357,7 @@ else if (annotation instanceof JsxConstructorAlias) {
private static boolean isSupported(final SupportedBrowser[] browsers, final SupportedBrowser expectedBrowser) {
for (final SupportedBrowser browser : browsers) {
- if (isCompatible(browser, expectedBrowser)) {
+ if (browser == expectedBrowser) {
return true;
}
}
@@ -369,7 +369,10 @@ private static boolean isSupported(final SupportedBrowser[] browsers, final Supp
* @param browser1 the first {@link SupportedBrowser}
* @param browser2 the second {@link SupportedBrowser}
* @return whether the two {@link SupportedBrowser} are compatible or not
+ *
+ * @deprecated as of version 4.8.0; will be removed without replacement
*/
+ @Deprecated
public static boolean isCompatible(final SupportedBrowser browser1, final SupportedBrowser browser2) {
return browser1 == browser2;
}
From c1b56765a7295a9d8d4a3f477848925b8b9cbbbd Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Mon, 16 Dec 2024 15:36:03 +0100
Subject: [PATCH 010/516] mention setHistoryPageCacheLimit(0) /
setHistorySizeLimit(0) in the faq
---
src/site/fml/faq.fml | 21 ++++++++++++++++-----
1 file changed, 16 insertions(+), 5 deletions(-)
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 5b071c555d0..c0e1d5b3ef4 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -302,7 +302,6 @@ INFO: Redirect requested but followRedirects is disabled
or implement your own CSSErrorHandler.
- Make sure (a) that you are using the latest version of HtmlUnit, and
- (b) that you are calling WebClient.close()
- (or use try-with-resources)
- when you are finished with your WebClient instance.
+ Make sure
+
+
that you are using the latest version of HtmlUnit, and
+
that you are calling WebClient.close() (or use try-with-resources) when you are finished with your WebClient instance.
+
+
+
+ Like real browsers HtmlUnit maintains a history for every window to be able to support the back() action. If you don't need this
+ you can disable the history by
+
From 984fda1eb50b4b925bb0e821beda257bcbe542d9 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Mon, 16 Dec 2024 15:36:33 +0100
Subject: [PATCH 011/516] simplify developer blog link
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index e04cce2dbe2..031d258e762 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Version 4.7.0 / November 29, 2024
### News
-**[Developer Blog][15]**
+**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**
[HtmlUnit@mastodon][13] | [HtmlUnit@Twitter][3]
@@ -240,5 +240,4 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
[11]: http://www.mastertheboss.com/java-ee/jsf/how-to-test-jakarta-faces-with-htmlunit-and-arquillian
[12]: https://github.com/HtmlUnit/htmlunit/releases
[13]: https://fosstodon.org/@HtmlUnit
-[14]: https://webscraping.ai/faq/htmlunit
-[15]: https://htmlunit.github.io/htmlunit-blog/
+[14]: https://webscraping.ai/faq/htmlunit
\ No newline at end of file
From d8c571d264faa1c76cf191e5bc97e89c791d996f Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Mon, 16 Dec 2024 15:44:30 +0100
Subject: [PATCH 012/516] commons-text 1.13.0
---
pom.xml | 6 +++---
src/changes/changes.xml | 3 +++
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9dade0c1969..789ba80dc3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,11 +39,11 @@
selenium-devtools-v1319.4.56.v20240826
- 2.24.2
+ 2.24.32.0.16
- 10.20.2
+ 10.21.24.8.67.8.04.13.2
@@ -1260,7 +1260,7 @@
org.apache.commonscommons-text
- 1.12.0
+ 1.13.0org.apache.commons
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b3b8f9ac7ce..6030463a380 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Upgrade Apache commons-text to 1.13.0.
+
core-js: Some improvments for the interpreter by generating smaller interpreter bytecode.
From 274dfdcdde46728bb8c3a97015e16f27371f6a24 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Mon, 16 Dec 2024 19:39:15 +0100
Subject: [PATCH 013/516] latest core-js
---
src/changes/changes.xml | 12 ++++++++++++
.../htmlunit/javascript/HtmlUnitContextFactory.java | 7 +++++--
2 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6030463a380..36133113504 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,18 @@
+
+ core-js: Allow symbol keys in getter/setter in object literal syntax like 'var o = { get [aSymbol]: value }'.
+
+
+ core-js: Support for generator methods in object literals like 'o = {*g() {...}}' added.
+
+
+ core-js: Implement the super operator - which can actually be used outside of classes and will do something that intuitively is "refer to the prototype".
+
+
+ core-js: Fix tokenEnd and cursor for string, template, xml literals and multiline comments when using multibyte characters.
+
Upgrade Apache commons-text to 1.13.0.
diff --git a/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java b/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
index e13a903f9a0..1b559c7cc59 100644
--- a/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
+++ b/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
@@ -18,12 +18,14 @@
import static org.htmlunit.BrowserVersionFeatures.JS_PROPERTY_DESCRIPTOR_NAME;
import java.io.Serializable;
+import java.util.function.Consumer;
import org.htmlunit.BrowserVersion;
import org.htmlunit.ScriptException;
import org.htmlunit.ScriptPreProcessor;
import org.htmlunit.WebClient;
import org.htmlunit.corejs.javascript.Callable;
+import org.htmlunit.corejs.javascript.CompilerEnvirons;
import org.htmlunit.corejs.javascript.Context;
import org.htmlunit.corejs.javascript.ContextAction;
import org.htmlunit.corejs.javascript.ContextFactory;
@@ -156,7 +158,8 @@ public void terminateScriptIfNecessary() {
@Override
protected Script compileString(String source, final Evaluator compiler,
final ErrorReporter compilationErrorReporter, final String sourceName,
- final int lineno, final Object securityDomain) {
+ final int lineno, final Object securityDomain,
+ final Consumer compilerEnvironsProcessor) {
// this method gets called by Context.compileString and by ScriptRuntime.evalSpecial
// which is used for window.eval. We have to take care in which case we are.
@@ -192,7 +195,7 @@ protected Script compileString(String source, final Evaluator compiler,
source = preProcess(page, source, sourceName, lineno, null);
return super.compileString(source, compiler, compilationErrorReporter,
- sourceName, lineno, securityDomain);
+ sourceName, lineno, securityDomain, compilerEnvironsProcessor);
}
@Override
From c6b6a0bad092b4e5eee2a09bb8af135eb2b333f2 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Tue, 17 Dec 2024 16:56:23 +0100
Subject: [PATCH 014/516] document faq update
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 36133113504..6d0f9513d06 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -20,6 +20,9 @@
core-js: Fix tokenEnd and cursor for string, template, xml literals and multiline comments when using multibyte characters.
+
+ FAQ updated with some info about page history.
+
Upgrade Apache commons-text to 1.13.0.
From f66f1f20ff1c630b5d04b8e0438c5e04baad7417 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Tue, 17 Dec 2024 16:56:36 +0100
Subject: [PATCH 015/516] adjust for latest core-js
---
.../java/org/htmlunit/javascript/HtmlUnitContextFactory.java | 2 +-
src/main/java/org/htmlunit/javascript/JavaScriptEngine.java | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java b/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
index 1b559c7cc59..60231edd8c8 100644
--- a/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
+++ b/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
@@ -255,7 +255,7 @@ protected Context makeContext() {
cx.setClassShutter(fullClassName -> false);
// Use pure interpreter mode to get observeInstructionCount() callbacks.
- cx.setOptimizationLevel(-1);
+ cx.setInterpretedMode(true);
// Set threshold on how often we want to receive the callbacks
cx.setInstructionObserverThreshold(INSTRUCTION_COUNT_THRESHOLD);
diff --git a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
index 87cb90feb54..2e017ce409d 100644
--- a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
+++ b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
@@ -1350,7 +1350,7 @@ public static Scriptable getTopCallScope() {
public static String uncompressJavaScript(final String scriptSource, final String scriptName) {
final ContextFactory factory = new ContextFactory();
final ContextActioncom.tngtech.archunit
diff --git a/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java b/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java
index 5d83548585c..fc5dc957322 100644
--- a/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java
+++ b/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java
@@ -14,15 +14,13 @@
*/
package org.htmlunit.html;
-import static org.hamcrest.CoreMatchers.instanceOf;
-import static org.hamcrest.MatcherAssert.assertThat;
-
import org.htmlunit.WebDriverTestCase;
import org.htmlunit.junit.BrowserRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
+import org.w3c.dom.Node;
import org.w3c.dom.traversal.NodeFilter;
import org.w3c.dom.traversal.NodeIterator;
@@ -56,7 +54,8 @@ public void nextNode() throws Exception {
final HtmlPage page = (HtmlPage) getEnclosedPage();
final NodeIterator iterator = page.createNodeIterator(page.getDocumentElement(), NodeFilter.SHOW_ALL, null,
true);
- assertThat(iterator.nextNode(), instanceOf(HtmlHtml.class));
+ final Node node = iterator.nextNode();
+ assertTrue(node.getClass().getName(), node instanceof HtmlHtml);
}
}
}
diff --git a/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java b/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java
index 73448a05217..b335e641430 100644
--- a/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java
+++ b/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java
@@ -14,9 +14,6 @@
*/
package org.htmlunit.platform.dom.traversal;
-import static org.hamcrest.CoreMatchers.instanceOf;
-import static org.hamcrest.MatcherAssert.assertThat;
-
import org.htmlunit.WebDriverTestCase;
import org.htmlunit.html.HtmlHead;
import org.htmlunit.html.HtmlPage;
@@ -25,6 +22,7 @@
import org.junit.runner.RunWith;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
+import org.w3c.dom.Node;
import org.w3c.dom.traversal.NodeFilter;
import org.w3c.dom.traversal.TreeWalker;
@@ -32,6 +30,7 @@
* Tests for {@link DomTreeWalker}.
*
* @author Ahmed Ashour
+ * @author Ronald Brill
*/
@RunWith(BrowserRunner.class)
public final class DomTreeWalkerTest extends WebDriverTestCase {
@@ -56,7 +55,8 @@ public void firstChild() throws Exception {
if (driver instanceof HtmlUnitDriver) {
final HtmlPage page = (HtmlPage) getEnclosedPage();
final TreeWalker walker = new DomTreeWalker(page.getDocumentElement(), NodeFilter.SHOW_ALL, null, true);
- assertThat(walker.firstChild(), instanceOf(HtmlHead.class));
+ final Node node = walker.firstChild();
+ assertTrue(node.getClass().getName(), node instanceof HtmlHead);
}
}
}
diff --git a/src/test/java/org/htmlunit/selenium/TypingTest.java b/src/test/java/org/htmlunit/selenium/TypingTest.java
index 6eed0f2a1b2..80be0b3bc81 100644
--- a/src/test/java/org/htmlunit/selenium/TypingTest.java
+++ b/src/test/java/org/htmlunit/selenium/TypingTest.java
@@ -14,13 +14,9 @@
*/
package org.htmlunit.selenium;
-import static org.hamcrest.MatcherAssert.assertThat;
-import static org.hamcrest.core.AnyOf.anyOf;
-import static org.hamcrest.core.Is.is;
-import static org.hamcrest.core.StringContains.containsString;
-
import org.htmlunit.junit.BrowserRunner;
import org.htmlunit.junit.BrowserRunner.Alerts;
+import org.htmlunit.junit.BrowserRunner.HtmlUnitNYI;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.openqa.selenium.By;
@@ -49,13 +45,19 @@ public void shouldBeAbleToUseArrowKeys() throws Exception {
final WebElement keyReporter = driver.findElement(By.id("keyReporter"));
keyReporter.sendKeys("tet", Keys.ARROW_LEFT, "s");
- assertThat(keyReporter.getAttribute("value"), is("test"));
+ assertEquals("test", keyReporter.getAttribute("value"));
+ assertEquals("test", keyReporter.getDomProperty("value"));
}
/**
* A test.
*/
@Test
+ @Alerts({"down: 40 up: 40", "down: 38 up: 38", "down: 37 up: 37", "down: 39 up: 39"})
+ @HtmlUnitNYI(FF = {"down: 40 press: 40 up: 40", "down: 38 press: 38 up: 38",
+ "down: 37 press: 37 up: 37", "down: 39 press: 39 up: 39"},
+ FF_ESR = {"down: 40 press: 40 up: 40", "down: 38 press: 38 up: 38",
+ "down: 37 press: 37 up: 37", "down: 39 press: 39 up: 39"})
public void shouldReportKeyCodeOfArrowKeys() {
final WebDriver driver = getWebDriver("/javascriptPage.html");
@@ -63,25 +65,20 @@ public void shouldReportKeyCodeOfArrowKeys() {
final WebElement element = driver.findElement(By.id("keyReporter"));
element.sendKeys(Keys.ARROW_DOWN);
- checkRecordedKeySequence(result, 40);
+ assertEquals(getExpectedAlerts()[0], result.getText().trim());
element.sendKeys(Keys.ARROW_UP);
- checkRecordedKeySequence(result, 38);
+ assertEquals(getExpectedAlerts()[1], result.getText().trim());
element.sendKeys(Keys.ARROW_LEFT);
- checkRecordedKeySequence(result, 37);
+ assertEquals(getExpectedAlerts()[2], result.getText().trim());
element.sendKeys(Keys.ARROW_RIGHT);
- checkRecordedKeySequence(result, 39);
+ assertEquals(getExpectedAlerts()[3], result.getText().trim());
// And leave no rubbish/printable keys in the "keyReporter"
- assertThat(element.getAttribute("value"), is(""));
- }
-
- private static void checkRecordedKeySequence(final WebElement element, final int expectedKeyCode) {
- assertThat(element.getText().trim(),
- anyOf(is(String.format("down: %1$d press: %1$d up: %1$d", expectedKeyCode)),
- is(String.format("down: %1$d up: %1$d", expectedKeyCode))));
+ assertEquals("", element.getAttribute("value"));
+ assertEquals("", element.getDomProperty("value"));
}
/**
@@ -95,23 +92,24 @@ public void shouldReportKeyCodeOfArrowKeysUpDownEvents() {
final WebElement element = driver.findElement(By.id("keyReporter"));
element.sendKeys(Keys.ARROW_DOWN);
- assertThat(result.getText().trim(), containsString("down: 40"));
- assertThat(result.getText().trim(), containsString("up: 40"));
+ assertTrue(result.getText().trim().contains("down: 40"));
+ assertTrue(result.getText().trim().contains("up: 40"));
element.sendKeys(Keys.ARROW_UP);
- assertThat(result.getText().trim(), containsString("down: 38"));
- assertThat(result.getText().trim(), containsString("up: 38"));
+ assertTrue(result.getText().trim().contains("down: 38"));
+ assertTrue(result.getText().trim().contains("up: 38"));
element.sendKeys(Keys.ARROW_LEFT);
- assertThat(result.getText().trim(), containsString("down: 37"));
- assertThat(result.getText().trim(), containsString("up: 37"));
+ assertTrue(result.getText().trim().contains("down: 37"));
+ assertTrue(result.getText().trim().contains("up: 37"));
element.sendKeys(Keys.ARROW_RIGHT);
- assertThat(result.getText().trim(), containsString("down: 39"));
- assertThat(result.getText().trim(), containsString("up: 39"));
+ assertTrue(result.getText().trim().contains("down: 39"));
+ assertTrue(result.getText().trim().contains("up: 39"));
// And leave no rubbish/printable keys in the "keyReporter"
- assertThat(element.getAttribute("value"), is(""));
+ assertEquals("", element.getAttribute("value"));
+ assertEquals("", element.getDomProperty("value"));
}
/**
@@ -127,8 +125,10 @@ public void numericShiftKeys() {
final String numericShiftsEtc = "~!@#$%^&*()_+{}:\"<>?|END~";
element.sendKeys(numericShiftsEtc);
- assertThat(element.getAttribute("value"), is(numericShiftsEtc));
- assertThat(result.getText().trim(), containsString(" up: 16"));
+ assertEquals(numericShiftsEtc, element.getAttribute("value"));
+ assertEquals(numericShiftsEtc, element.getDomProperty("value"));
+
+ assertTrue(result.getText(), result.getText().trim().contains(" up: 16"));
}
/**
@@ -144,8 +144,10 @@ public void uppercaseAlphaKeys() {
final String upperAlphas = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
element.sendKeys(upperAlphas);
- assertThat(element.getAttribute("value"), is(upperAlphas));
- assertThat(result.getText().trim(), containsString(" up: 16"));
+ assertEquals(upperAlphas, element.getAttribute("value"));
+ assertEquals(upperAlphas, element.getDomProperty("value"));
+
+ assertTrue(result.getText(), result.getText().trim().contains(" up: 16"));
}
/**
@@ -163,8 +165,10 @@ public void allPrintableKeys() {
+ "PQRSTUVWXYZ [\\]^_`abcdefghijklmnopqrstuvwxyz{|}~";
element.sendKeys(allPrintable);
- assertThat(element.getAttribute("value"), is(allPrintable));
- assertThat(result.getText().trim(), containsString(" up: 16"));
+ assertEquals(allPrintable, element.getAttribute("value"));
+ assertEquals(allPrintable, element.getDomProperty("value"));
+
+ assertTrue(result.getText(), result.getText().trim().contains(" up: 16"));
}
/**
@@ -178,7 +182,9 @@ public void testArrowKeysAndPageUpAndDown() {
element.sendKeys("a" + Keys.LEFT + "b" + Keys.RIGHT
+ Keys.UP + Keys.DOWN + Keys.PAGE_UP + Keys.PAGE_DOWN + "1");
- assertThat(element.getAttribute("value"), is("ba1"));
+
+ assertEquals("ba1", element.getAttribute("value"));
+ assertEquals("ba1", element.getDomProperty("value"));
}
/**
@@ -193,7 +199,9 @@ public void homeAndEndAndPageUpAndPageDownKeys() {
element.sendKeys("abc" + Keys.HOME + "0" + Keys.LEFT + Keys.RIGHT
+ Keys.PAGE_UP + Keys.PAGE_DOWN + Keys.END + "1" + Keys.HOME
+ "0" + Keys.PAGE_UP + Keys.END + "111" + Keys.HOME + "00");
- assertThat(element.getAttribute("value"), is("0000abc1111"));
+
+ assertEquals("0000abc1111", element.getAttribute("value"));
+ assertEquals("0000abc1111", element.getDomProperty("value"));
}
/**
@@ -206,13 +214,16 @@ public void deleteAndBackspaceKeys() {
final WebElement element = driver.findElement(By.id("keyReporter"));
element.sendKeys("abcdefghi");
- assertThat(element.getAttribute("value"), is("abcdefghi"));
+ assertEquals("abcdefghi", element.getAttribute("value"));
+ assertEquals("abcdefghi", element.getDomProperty("value"));
element.sendKeys(Keys.LEFT, Keys.LEFT, Keys.DELETE);
- assertThat(element.getAttribute("value"), is("abcdefgi"));
+ assertEquals("abcdefgi", element.getAttribute("value"));
+ assertEquals("abcdefgi", element.getDomProperty("value"));
element.sendKeys(Keys.LEFT, Keys.LEFT, Keys.BACK_SPACE);
- assertThat(element.getAttribute("value"), is("abcdfgi"));
+ assertEquals("abcdfgi", element.getAttribute("value"));
+ assertEquals("abcdfgi", element.getDomProperty("value"));
}
/**
@@ -225,7 +236,8 @@ public void specialSpaceKeys() {
final WebElement element = driver.findElement(By.id("keyReporter"));
element.sendKeys("abcd" + Keys.SPACE + "fgh" + Keys.SPACE + "ij");
- assertThat(element.getAttribute("value"), is("abcd fgh ij"));
+ assertEquals("abcd fgh ij", element.getAttribute("value"));
+ assertEquals("abcd fgh ij", element.getDomProperty("value"));
}
/**
@@ -241,7 +253,8 @@ public void numberpadKeys() {
+ Keys.DECIMAL + Keys.SEPARATOR + Keys.NUMPAD0 + Keys.NUMPAD9
+ Keys.ADD + Keys.SEMICOLON + Keys.EQUALS + Keys.DIVIDE
+ Keys.NUMPAD3 + "abcd");
- assertThat(element.getAttribute("value"), is("abcd*-+.,09+;=/3abcd"));
+ assertEquals("abcd*-+.,09+;=/3abcd", element.getAttribute("value"));
+ assertEquals("abcd*-+.,09+;=/3abcd", element.getDomProperty("value"));
}
/**
@@ -254,11 +267,13 @@ public void shiftSelectionDeletes() {
final WebElement element = driver.findElement(By.id("keyReporter"));
element.sendKeys("abcd efgh");
- assertThat(element.getAttribute("value"), is("abcd efgh"));
+ assertEquals("abcd efgh", element.getAttribute("value"));
+ assertEquals("abcd efgh", element.getDomProperty("value"));
element.sendKeys(Keys.SHIFT, Keys.LEFT, Keys.LEFT, Keys.LEFT);
element.sendKeys(Keys.DELETE);
- assertThat(element.getAttribute("value"), is("abcd e"));
+ assertEquals("abcd e", element.getAttribute("value"));
+ assertEquals("abcd e", element.getDomProperty("value"));
}
/**
@@ -275,10 +290,11 @@ public void chordControlHomeShiftEndDelete() {
element.sendKeys(Keys.HOME);
element.sendKeys("" + Keys.SHIFT + Keys.END);
- assertThat(result.getText(), containsString(" up: 16"));
+ assertTrue(result.getText(), result.getText().contains(" up: 16"));
element.sendKeys(Keys.DELETE);
- assertThat(element.getAttribute("value"), is(""));
+ assertEquals("", element.getAttribute("value"));
+ assertEquals("", element.getDomProperty("value"));
}
/**
@@ -292,21 +308,26 @@ public void chordReveseShiftHomeSelectionDeletes() {
final WebElement element = driver.findElement(By.id("keyReporter"));
element.sendKeys("done" + Keys.HOME);
- assertThat(element.getAttribute("value"), is("done"));
+ assertEquals("done", element.getAttribute("value"));
+ assertEquals("done", element.getDomProperty("value"));
element.sendKeys("" + Keys.SHIFT + "ALL " + Keys.HOME);
- assertThat(element.getAttribute("value"), is("ALL done"));
+ assertEquals("ALL done", element.getAttribute("value"));
+ assertEquals("ALL done", element.getDomProperty("value"));
element.sendKeys(Keys.DELETE);
- assertThat(element.getAttribute("value"), is("done"));
+ assertEquals("done", element.getAttribute("value"));
+ assertEquals("done", element.getDomProperty("value"));
element.sendKeys("" + Keys.END + Keys.SHIFT + Keys.HOME);
- assertThat(element.getAttribute("value"), is("done"));
+ assertEquals("done", element.getAttribute("value"));
+ assertEquals("done", element.getDomProperty("value"));
// Note: trailing SHIFT up here
- assertThat(result.getText().trim(), containsString(" up: 16"));
+ assertTrue(result.getText(), result.getText().trim().contains(" up: 16"));
element.sendKeys("" + Keys.DELETE);
- assertThat(element.getAttribute("value"), is(""));
+ assertEquals("", element.getAttribute("value"));
+ assertEquals("", element.getDomProperty("value"));
}
/**
@@ -320,7 +341,7 @@ public void generateKeyPressEventEvenWhenElementPreventsDefault() {
final WebElement result = driver.findElement(By.id("result"));
silent.sendKeys("s");
- assertThat(result.getText().trim(), is(""));
+ assertEquals("", result.getText().trim());
}
/**
From 3e3ac197dfaac14200b8074bb111f99514cc52c0 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Tue, 17 Dec 2024 19:14:58 +0100
Subject: [PATCH 017/516] ok let's do it the oter way
---
pom.xml | 6 ------
.../java/org/htmlunit/archunit/Architecture2Test.java | 8 ++++++++
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index a25f1d01caa..789ba80dc3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1300,12 +1300,6 @@
junit${junit.version}test
-
-
- org.hamcrest
- hamcrest-core
-
- com.tngtech.archunit
diff --git a/src/test/java/org/htmlunit/archunit/Architecture2Test.java b/src/test/java/org/htmlunit/archunit/Architecture2Test.java
index cba70975297..02f04957838 100644
--- a/src/test/java/org/htmlunit/archunit/Architecture2Test.java
+++ b/src/test/java/org/htmlunit/archunit/Architecture2Test.java
@@ -168,4 +168,12 @@ else if (oneTests.size() == 0) {
.and().doNotHaveFullyQualifiedName("org.htmlunit.javascript.host.intl.DateTimeFormat")
.and().doNotHaveFullyQualifiedName("org.htmlunit.javascript.host.intl.NumberFormat")
.should().callMethod(BrowserVersion.class, "isFirefoxESR", new Class[] {});
+
+
+ /**
+ * Do not use hamcrest.
+ */
+ @ArchTest
+ public static final ArchRule hamcrest = noClasses()
+ .should().dependOnClassesThat().resideInAPackage("org.hamcrest..");
}
From 5aae503766d951d13161f1ad42e6fd97577b0f75 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 21 Dec 2024 12:22:33 +0000
Subject: [PATCH 018/516] Bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...6f51ac03b9356f520e9adb1b1b7802705f340c2b)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot]
---
.github/workflows/scorecard.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml
index 562589dacba..e0ff472c904 100644
--- a/.github/workflows/scorecard.yml
+++ b/.github/workflows/scorecard.yml
@@ -59,7 +59,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif
From e3591ca52d8ce5d598b2665978cbafdd972f8bb4 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Mon, 23 Dec 2024 14:52:00 +0100
Subject: [PATCH 019/516] cssparser 4.8.0-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 789ba80dc3b..fdaf2a41a55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
88
- 4.7.0
+ 4.8.0-SNAPSHOT4.7.04.7.04.7.0
From 6b49bc8a84f5679ec41b8bd52f97df4071fb5775 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Tue, 24 Dec 2024 14:19:55 +0100
Subject: [PATCH 020/516] javadoc fixes
---
src/main/java/org/htmlunit/BrowserVersion.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/java/org/htmlunit/BrowserVersion.java b/src/main/java/org/htmlunit/BrowserVersion.java
index f08eda539e6..8c88ed6e16d 100644
--- a/src/main/java/org/htmlunit/BrowserVersion.java
+++ b/src/main/java/org/htmlunit/BrowserVersion.java
@@ -585,7 +585,7 @@ public String getVendor() {
/**
* Returns the browser locale.
- * Default value is {@link #LANGUAGE_ENGLISH_US} if not explicitly configured.
+ * Default value is ENGLISH_US if not explicitly configured.
* @return the system locale
*/
public Locale getBrowserLocale() {
@@ -594,7 +594,7 @@ public Locale getBrowserLocale() {
/**
* Returns the browser application language, for example "en-us".
- * Default value is {@link #LANGUAGE_ENGLISH_US} if not explicitly configured.
+ * Default value is ENGLISH_US if not explicitly configured.
* @return the browser application language
* @see MSDN documentation
*/
@@ -614,7 +614,7 @@ public boolean isOnLine() {
/**
* Returns the platform on which the application is running, for example "Win32".
- * Default value is {@link #PLATFORM_WIN32} if not explicitly configured.
+ * Default value is 'Win32' if not explicitly configured.
* @return the platform on which the application is running
* @see MSDN documentation
*/
From a60cc556ee1792e835fb46f1e16fd0de12eb672e Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Tue, 24 Dec 2024 14:27:58 +0100
Subject: [PATCH 021/516] document changes
---
src/changes/changes.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6d0f9513d06..d42836602b2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,8 @@
+
+ core-js: fix border checks for typedarray set-method (see https://github.com/HtmlUnit/htmlunit-core-js/issues/27)
core-js: Allow symbol keys in getter/setter in object literal syntax like 'var o = { get [aSymbol]: value }'.
@@ -23,6 +25,9 @@
FAQ updated with some info about page history.
+
+ DomElement#getStaticElementsByTagName() has to check for prefix.
+
Upgrade Apache commons-text to 1.13.0.
From 5a3a468b106dd99aea669722c691f0625dd5f8ef Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 25 Dec 2024 13:39:28 +0100
Subject: [PATCH 022/516] avoid ConcurrentModificationExceptions in frame
processing
---
src/changes/changes.xml | 13 +++++++++++++
src/main/java/org/htmlunit/html/HtmlPage.java | 4 ++--
2 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d42836602b2..590a552921f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,8 +8,21 @@
+
+ Avoid ConcurrentModificationExceptions in frame processing.
+
+
+ core-js: handle stack frames in the correct order.
+
+
+ cssparser: support hwb(), lab(), lch(), oklab(), and oklch() color definitions.
+
+
+ cssparser: add support for 'none' in modern color definitions.
+
core-js: fix border checks for typedarray set-method (see https://github.com/HtmlUnit/htmlunit-core-js/issues/27)
+
core-js: Allow symbol keys in getter/setter in object literal syntax like 'var o = { get [aSymbol]: value }'.
diff --git a/src/main/java/org/htmlunit/html/HtmlPage.java b/src/main/java/org/htmlunit/html/HtmlPage.java
index 0fad9a9cf1e..8ed648a6304 100644
--- a/src/main/java/org/htmlunit/html/HtmlPage.java
+++ b/src/main/java/org/htmlunit/html/HtmlPage.java
@@ -295,7 +295,7 @@ public void initialize() throws IOException, FailingHttpStatusCodeException {
executeEventHandlersIfNeeded(Event.TYPE_LOAD);
}
- for (final BaseFrameElement frameElement : frameElements_) {
+ for (final BaseFrameElement frameElement : new ArrayList<>(frameElements_)) {
if (frameElement instanceof HtmlFrame) {
final Page page = frameElement.getEnclosedWindow().getEnclosedPage();
if (page != null && page.isHtmlPage()) {
@@ -1896,7 +1896,7 @@ private void calculateBase() {
* {@link WebClientOptions#setThrowExceptionOnFailingStatusCode(boolean)} is set to {@code true}
*/
void loadFrames() throws FailingHttpStatusCodeException {
- for (final BaseFrameElement frameElement : frameElements_) {
+ for (final BaseFrameElement frameElement : new ArrayList<>(frameElements_)) {
// test if the frame should really be loaded:
// if a script has already changed its content, it should be skipped
// use == and not equals(...) to identify initial content (versus URL set to "about:blank")
From 45c8cfbad94a3a29a5e30ecf08ffcbd7044092bc Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 1 Jan 2025 17:20:31 +0100
Subject: [PATCH 023/516] Happy New Year!
---
src/changes/changes.xml | 5 ++++-
src/main/java/org/htmlunit/AbstractPage.java | 2 +-
src/main/java/org/htmlunit/AjaxController.java | 2 +-
src/main/java/org/htmlunit/AlertHandler.java | 2 +-
src/main/java/org/htmlunit/BrowserVersion.java | 2 +-
src/main/java/org/htmlunit/BrowserVersionFeatures.java | 2 +-
src/main/java/org/htmlunit/Cache.java | 2 +-
src/main/java/org/htmlunit/ClipboardHandler.java | 2 +-
src/main/java/org/htmlunit/CollectingAlertHandler.java | 2 +-
src/main/java/org/htmlunit/ConfirmHandler.java | 2 +-
src/main/java/org/htmlunit/CookieManager.java | 2 +-
src/main/java/org/htmlunit/DefaultCredentialsProvider.java | 2 +-
src/main/java/org/htmlunit/DefaultCssErrorHandler.java | 2 +-
src/main/java/org/htmlunit/DefaultPageCreator.java | 2 +-
src/main/java/org/htmlunit/DialogWindow.java | 2 +-
src/main/java/org/htmlunit/DownloadedContent.java | 2 +-
src/main/java/org/htmlunit/ElementNotFoundException.java | 2 +-
.../java/org/htmlunit/FailingHttpStatusCodeException.java | 2 +-
src/main/java/org/htmlunit/FormEncodingType.java | 2 +-
src/main/java/org/htmlunit/FrameContentHandler.java | 2 +-
src/main/java/org/htmlunit/History.java | 2 +-
src/main/java/org/htmlunit/HttpHeader.java | 2 +-
src/main/java/org/htmlunit/HttpMethod.java | 2 +-
src/main/java/org/htmlunit/HttpWebConnection.java | 2 +-
src/main/java/org/htmlunit/ImmediateRefreshHandler.java | 2 +-
src/main/java/org/htmlunit/IncorrectnessListener.java | 2 +-
src/main/java/org/htmlunit/IncorrectnessListenerImpl.java | 2 +-
src/main/java/org/htmlunit/MockWebConnection.java | 2 +-
src/main/java/org/htmlunit/NiceRefreshHandler.java | 2 +-
.../org/htmlunit/NicelyResynchronizingAjaxController.java | 2 +-
src/main/java/org/htmlunit/NotYetImplementedException.java | 2 +-
src/main/java/org/htmlunit/ObjectInstantiationException.java | 2 +-
src/main/java/org/htmlunit/OnbeforeunloadHandler.java | 2 +-
src/main/java/org/htmlunit/Page.java | 2 +-
src/main/java/org/htmlunit/PageCreator.java | 2 +-
src/main/java/org/htmlunit/PrintHandler.java | 2 +-
src/main/java/org/htmlunit/PromptHandler.java | 2 +-
src/main/java/org/htmlunit/ProxyConfig.java | 2 +-
src/main/java/org/htmlunit/RefreshHandler.java | 2 +-
src/main/java/org/htmlunit/Screen.java | 2 +-
src/main/java/org/htmlunit/ScriptException.java | 2 +-
src/main/java/org/htmlunit/ScriptPreProcessor.java | 2 +-
src/main/java/org/htmlunit/ScriptResult.java | 2 +-
src/main/java/org/htmlunit/SgmlPage.java | 2 +-
src/main/java/org/htmlunit/SilentCssErrorHandler.java | 2 +-
src/main/java/org/htmlunit/SilentIncorrectnessListener.java | 2 +-
src/main/java/org/htmlunit/StatusHandler.java | 2 +-
src/main/java/org/htmlunit/StorageHolder.java | 2 +-
src/main/java/org/htmlunit/StringWebResponse.java | 2 +-
src/main/java/org/htmlunit/TextPage.java | 2 +-
src/main/java/org/htmlunit/ThreadedRefreshHandler.java | 2 +-
src/main/java/org/htmlunit/TopLevelWindow.java | 2 +-
src/main/java/org/htmlunit/UnexpectedPage.java | 2 +-
src/main/java/org/htmlunit/Version.java | 2 +-
src/main/java/org/htmlunit/WaitingRefreshHandler.java | 2 +-
src/main/java/org/htmlunit/WebAssert.java | 2 +-
src/main/java/org/htmlunit/WebClient.java | 2 +-
src/main/java/org/htmlunit/WebClientOptions.java | 2 +-
src/main/java/org/htmlunit/WebConnection.java | 2 +-
src/main/java/org/htmlunit/WebConsole.java | 2 +-
src/main/java/org/htmlunit/WebRequest.java | 2 +-
src/main/java/org/htmlunit/WebResponse.java | 2 +-
src/main/java/org/htmlunit/WebResponseData.java | 2 +-
src/main/java/org/htmlunit/WebResponseFromCache.java | 2 +-
src/main/java/org/htmlunit/WebWindow.java | 2 +-
src/main/java/org/htmlunit/WebWindowAdapter.java | 2 +-
src/main/java/org/htmlunit/WebWindowEvent.java | 2 +-
src/main/java/org/htmlunit/WebWindowImpl.java | 2 +-
src/main/java/org/htmlunit/WebWindowListener.java | 2 +-
src/main/java/org/htmlunit/WebWindowNotFoundException.java | 2 +-
src/main/java/org/htmlunit/attachment/Attachment.java | 2 +-
src/main/java/org/htmlunit/attachment/AttachmentHandler.java | 2 +-
.../org/htmlunit/attachment/CollectingAttachmentHandler.java | 2 +-
.../htmlunit/attachment/DownloadingAttachmentHandler.java | 2 +-
src/main/java/org/htmlunit/attachment/package-info.java | 2 +-
.../java/org/htmlunit/css/AbstractCssStyleDeclaration.java | 2 +-
src/main/java/org/htmlunit/css/BrowserConfiguration.java | 2 +-
.../java/org/htmlunit/css/ComputedCssStyleDeclaration.java | 2 +-
src/main/java/org/htmlunit/css/CssColors.java | 2 +-
src/main/java/org/htmlunit/css/CssMediaList.java | 2 +-
src/main/java/org/htmlunit/css/CssPixelValueConverter.java | 2 +-
src/main/java/org/htmlunit/css/CssStyleSheet.java | 2 +-
.../java/org/htmlunit/css/ElementCssStyleDeclaration.java | 2 +-
src/main/java/org/htmlunit/css/StyleAttributes.java | 2 +-
src/main/java/org/htmlunit/css/StyleElement.java | 2 +-
.../java/org/htmlunit/css/WrappedCssStyleDeclaration.java | 2 +-
src/main/java/org/htmlunit/css/package-info.java | 2 +-
src/main/java/org/htmlunit/html/AbstractDomNodeList.java | 2 +-
src/main/java/org/htmlunit/html/BaseFrameElement.java | 2 +-
.../java/org/htmlunit/html/CharacterDataChangeEvent.java | 2 +-
.../java/org/htmlunit/html/CharacterDataChangeListener.java | 2 +-
src/main/java/org/htmlunit/html/DefaultElementFactory.java | 2 +-
src/main/java/org/htmlunit/html/DisabledElement.java | 2 +-
src/main/java/org/htmlunit/html/DoTypeProcessor.java | 2 +-
src/main/java/org/htmlunit/html/DomAttr.java | 2 +-
src/main/java/org/htmlunit/html/DomCDataSection.java | 2 +-
src/main/java/org/htmlunit/html/DomChangeEvent.java | 2 +-
src/main/java/org/htmlunit/html/DomChangeListener.java | 2 +-
src/main/java/org/htmlunit/html/DomCharacterData.java | 2 +-
src/main/java/org/htmlunit/html/DomComment.java | 2 +-
src/main/java/org/htmlunit/html/DomDocumentFragment.java | 2 +-
src/main/java/org/htmlunit/html/DomDocumentType.java | 2 +-
src/main/java/org/htmlunit/html/DomElement.java | 2 +-
src/main/java/org/htmlunit/html/DomNamespaceNode.java | 2 +-
src/main/java/org/htmlunit/html/DomNode.java | 2 +-
src/main/java/org/htmlunit/html/DomNodeIterator.java | 2 +-
src/main/java/org/htmlunit/html/DomNodeList.java | 2 +-
.../java/org/htmlunit/html/DomProcessingInstruction.java | 2 +-
src/main/java/org/htmlunit/html/DomText.java | 2 +-
src/main/java/org/htmlunit/html/ElementFactory.java | 2 +-
src/main/java/org/htmlunit/html/ElementFromPointHandler.java | 2 +-
.../java/org/htmlunit/html/FormFieldWithNameHistory.java | 2 +-
src/main/java/org/htmlunit/html/FrameWindow.java | 2 +-
src/main/java/org/htmlunit/html/Html.java | 2 +-
src/main/java/org/htmlunit/html/HtmlAbbreviated.java | 2 +-
src/main/java/org/htmlunit/html/HtmlAcronym.java | 2 +-
src/main/java/org/htmlunit/html/HtmlAddress.java | 2 +-
src/main/java/org/htmlunit/html/HtmlAnchor.java | 2 +-
src/main/java/org/htmlunit/html/HtmlArea.java | 2 +-
src/main/java/org/htmlunit/html/HtmlArticle.java | 2 +-
src/main/java/org/htmlunit/html/HtmlAside.java | 2 +-
.../java/org/htmlunit/html/HtmlAttributeChangeEvent.java | 2 +-
.../java/org/htmlunit/html/HtmlAttributeChangeListener.java | 2 +-
src/main/java/org/htmlunit/html/HtmlAudio.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBackgroundSound.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBase.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBaseFont.java | 2 +-
.../java/org/htmlunit/html/HtmlBidirectionalIsolation.java | 2 +-
.../java/org/htmlunit/html/HtmlBidirectionalOverride.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBig.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBlockQuote.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBody.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBold.java | 2 +-
src/main/java/org/htmlunit/html/HtmlBreak.java | 2 +-
src/main/java/org/htmlunit/html/HtmlButton.java | 2 +-
src/main/java/org/htmlunit/html/HtmlButtonInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlCanvas.java | 2 +-
src/main/java/org/htmlunit/html/HtmlCaption.java | 2 +-
src/main/java/org/htmlunit/html/HtmlCenter.java | 2 +-
src/main/java/org/htmlunit/html/HtmlCheckBoxInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlCitation.java | 2 +-
src/main/java/org/htmlunit/html/HtmlCode.java | 2 +-
src/main/java/org/htmlunit/html/HtmlColorInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlData.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDataList.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDateInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDateTimeLocalInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDefinition.java | 2 +-
.../java/org/htmlunit/html/HtmlDefinitionDescription.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDefinitionList.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDefinitionTerm.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDeletedText.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDetails.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDialog.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDirectory.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDivision.java | 2 +-
src/main/java/org/htmlunit/html/HtmlDomTreeWalker.java | 2 +-
src/main/java/org/htmlunit/html/HtmlElement.java | 2 +-
src/main/java/org/htmlunit/html/HtmlEmailInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlEmbed.java | 2 +-
src/main/java/org/htmlunit/html/HtmlEmphasis.java | 2 +-
src/main/java/org/htmlunit/html/HtmlExample.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFieldSet.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFigure.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFigureCaption.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFileInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFont.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFooter.java | 2 +-
src/main/java/org/htmlunit/html/HtmlForm.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFrame.java | 2 +-
src/main/java/org/htmlunit/html/HtmlFrameSet.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHead.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeader.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeading1.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeading2.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeading3.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeading4.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeading5.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHeading6.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHiddenInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHorizontalRule.java | 2 +-
src/main/java/org/htmlunit/html/HtmlHtml.java | 2 +-
src/main/java/org/htmlunit/html/HtmlImage.java | 2 +-
src/main/java/org/htmlunit/html/HtmlImageInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlInlineFrame.java | 2 +-
src/main/java/org/htmlunit/html/HtmlInlineQuotation.java | 2 +-
src/main/java/org/htmlunit/html/HtmlInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlInsertedText.java | 2 +-
src/main/java/org/htmlunit/html/HtmlItalic.java | 2 +-
src/main/java/org/htmlunit/html/HtmlKeyboard.java | 2 +-
src/main/java/org/htmlunit/html/HtmlLabel.java | 2 +-
src/main/java/org/htmlunit/html/HtmlLayer.java | 2 +-
src/main/java/org/htmlunit/html/HtmlLegend.java | 2 +-
src/main/java/org/htmlunit/html/HtmlLink.java | 2 +-
src/main/java/org/htmlunit/html/HtmlListItem.java | 2 +-
src/main/java/org/htmlunit/html/HtmlListing.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMain.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMap.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMark.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMarquee.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMedia.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMenu.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMeta.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMeter.java | 2 +-
src/main/java/org/htmlunit/html/HtmlMonthInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNav.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNoBreak.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNoEmbed.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNoFrames.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNoLayer.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNoScript.java | 2 +-
src/main/java/org/htmlunit/html/HtmlNumberInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlObject.java | 2 +-
src/main/java/org/htmlunit/html/HtmlOption.java | 2 +-
src/main/java/org/htmlunit/html/HtmlOptionGroup.java | 2 +-
src/main/java/org/htmlunit/html/HtmlOrderedList.java | 2 +-
src/main/java/org/htmlunit/html/HtmlOutput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlPage.java | 2 +-
src/main/java/org/htmlunit/html/HtmlParagraph.java | 2 +-
src/main/java/org/htmlunit/html/HtmlParameter.java | 2 +-
src/main/java/org/htmlunit/html/HtmlPasswordInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlPicture.java | 2 +-
src/main/java/org/htmlunit/html/HtmlPlainText.java | 2 +-
src/main/java/org/htmlunit/html/HtmlPreformattedText.java | 2 +-
src/main/java/org/htmlunit/html/HtmlProgress.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRadioButtonInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRangeInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRb.java | 2 +-
src/main/java/org/htmlunit/html/HtmlResetInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRp.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRt.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRtc.java | 2 +-
src/main/java/org/htmlunit/html/HtmlRuby.java | 2 +-
src/main/java/org/htmlunit/html/HtmlS.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSample.java | 2 +-
src/main/java/org/htmlunit/html/HtmlScript.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSearchInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSection.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSelect.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSelectableTextInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSlot.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSmall.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSource.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSpan.java | 2 +-
src/main/java/org/htmlunit/html/HtmlStrike.java | 2 +-
src/main/java/org/htmlunit/html/HtmlStrong.java | 2 +-
src/main/java/org/htmlunit/html/HtmlStyle.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSubmitInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSubscript.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSummary.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSuperscript.java | 2 +-
src/main/java/org/htmlunit/html/HtmlSvg.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTable.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableBody.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableCell.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableColumn.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableColumnGroup.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableDataCell.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableFooter.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableHeader.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTableRow.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTelInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTeletype.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTemplate.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTextArea.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTextInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTime.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTimeInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTitle.java | 2 +-
src/main/java/org/htmlunit/html/HtmlTrack.java | 2 +-
src/main/java/org/htmlunit/html/HtmlUnderlined.java | 2 +-
src/main/java/org/htmlunit/html/HtmlUnknownElement.java | 2 +-
src/main/java/org/htmlunit/html/HtmlUnorderedList.java | 2 +-
src/main/java/org/htmlunit/html/HtmlUrlInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlVariable.java | 2 +-
src/main/java/org/htmlunit/html/HtmlVideo.java | 2 +-
src/main/java/org/htmlunit/html/HtmlWeekInput.java | 2 +-
src/main/java/org/htmlunit/html/HtmlWordBreak.java | 2 +-
src/main/java/org/htmlunit/html/Keyboard.java | 2 +-
src/main/java/org/htmlunit/html/LabelableElement.java | 2 +-
src/main/java/org/htmlunit/html/ScriptElement.java | 2 +-
src/main/java/org/htmlunit/html/ScriptElementSupport.java | 2 +-
src/main/java/org/htmlunit/html/SiblingDomNodeList.java | 2 +-
src/main/java/org/htmlunit/html/StaticDomNodeList.java | 2 +-
src/main/java/org/htmlunit/html/SubmittableElement.java | 2 +-
src/main/java/org/htmlunit/html/TableRowGroup.java | 2 +-
src/main/java/org/htmlunit/html/UnknownElementFactory.java | 2 +-
src/main/java/org/htmlunit/html/ValidatableElement.java | 2 +-
src/main/java/org/htmlunit/html/XHtmlPage.java | 2 +-
src/main/java/org/htmlunit/html/XmlSerializer.java | 2 +-
src/main/java/org/htmlunit/html/impl/Color.java | 2 +-
.../java/org/htmlunit/html/impl/SelectableTextInput.java | 2 +-
.../htmlunit/html/impl/SelectableTextSelectionDelegate.java | 2 +-
src/main/java/org/htmlunit/html/impl/SelectionDelegate.java | 2 +-
src/main/java/org/htmlunit/html/impl/SimpleRange.java | 2 +-
.../java/org/htmlunit/html/impl/SimpleSelectionDelegate.java | 2 +-
src/main/java/org/htmlunit/html/impl/package-info.java | 2 +-
src/main/java/org/htmlunit/html/package-info.java | 2 +-
src/main/java/org/htmlunit/html/parser/HTMLParser.java | 2 +-
.../java/org/htmlunit/html/parser/HTMLParserDOMBuilder.java | 2 +-
.../java/org/htmlunit/html/parser/HTMLParserListener.java | 2 +-
.../htmlunit/html/parser/neko/HtmlUnitNekoDOMBuilder.java | 2 +-
.../htmlunit/html/parser/neko/HtmlUnitNekoHtmlParser.java | 2 +-
.../java/org/htmlunit/html/parser/neko/package-info.java | 2 +-
src/main/java/org/htmlunit/html/parser/package-info.java | 2 +-
.../html/serializer/HtmlSerializerInnerOuterText.java | 2 +-
.../html/serializer/HtmlSerializerNormalizedText.java | 2 +-
.../htmlunit/html/serializer/HtmlSerializerVisibleText.java | 2 +-
src/main/java/org/htmlunit/html/serializer/package-info.java | 2 +-
.../java/org/htmlunit/html/xpath/HtmlUnitPrefixResolver.java | 2 +-
src/main/java/org/htmlunit/html/xpath/XPathAdapter.java | 2 +-
src/main/java/org/htmlunit/html/xpath/XPathHelper.java | 2 +-
src/main/java/org/htmlunit/html/xpath/package-info.java | 2 +-
src/main/java/org/htmlunit/http/HttpStatus.java | 2 +-
src/main/java/org/htmlunit/http/HttpUtils.java | 2 +-
src/main/java/org/htmlunit/http/package-info.java | 2 +-
.../HtmlUnitBrowserCompatCookieHeaderValueFormatter.java | 2 +-
.../htmlunit/httpclient/HtmlUnitBrowserCompatCookieSpec.java | 2 +-
.../org/htmlunit/httpclient/HtmlUnitCookieSpecProvider.java | 2 +-
.../java/org/htmlunit/httpclient/HtmlUnitCookieStore.java | 2 +-
.../java/org/htmlunit/httpclient/HtmlUnitDomainHandler.java | 2 +-
.../java/org/htmlunit/httpclient/HtmlUnitExpiresHandler.java | 2 +-
.../org/htmlunit/httpclient/HtmlUnitHttpOnlyHandler.java | 2 +-
.../java/org/htmlunit/httpclient/HtmlUnitMaxAgeHandler.java | 2 +-
.../java/org/htmlunit/httpclient/HtmlUnitPathHandler.java | 2 +-
.../org/htmlunit/httpclient/HtmlUnitRedirectStrategie.java | 2 +-
.../httpclient/HtmlUnitSSLConnectionSocketFactory.java | 2 +-
.../org/htmlunit/httpclient/HtmlUnitSameSiteHandler.java | 2 +-
.../java/org/htmlunit/httpclient/HtmlUnitSecureHandler.java | 2 +-
.../httpclient/HtmlUnitUsernamePasswordCredentials.java | 2 +-
.../htmlunit/httpclient/HtmlUnitVersionAttributeHandler.java | 2 +-
.../java/org/htmlunit/httpclient/HttpClientConverter.java | 2 +-
src/main/java/org/htmlunit/httpclient/HttpDelete.java | 2 +-
src/main/java/org/htmlunit/httpclient/HttpOptions.java | 2 +-
.../htmlunit/httpclient/SocksConnectionSocketFactory.java | 2 +-
src/main/java/org/htmlunit/httpclient/package-info.java | 2 +-
.../org/htmlunit/javascript/AbstractJavaScriptEngine.java | 2 +-
src/main/java/org/htmlunit/javascript/DebugFrameAdapter.java | 2 +-
src/main/java/org/htmlunit/javascript/DebugFrameImpl.java | 2 +-
src/main/java/org/htmlunit/javascript/DebuggerAdapter.java | 2 +-
src/main/java/org/htmlunit/javascript/DebuggerImpl.java | 2 +-
.../htmlunit/javascript/DefaultJavaScriptErrorListener.java | 2 +-
src/main/java/org/htmlunit/javascript/FunctionWrapper.java | 2 +-
.../java/org/htmlunit/javascript/HiddenFunctionObject.java | 2 +-
.../java/org/htmlunit/javascript/HtmlUnitContextFactory.java | 2 +-
.../java/org/htmlunit/javascript/HtmlUnitScriptable.java | 2 +-
.../org/htmlunit/javascript/HtmlUnitScriptableProxy.java | 2 +-
src/main/java/org/htmlunit/javascript/JavaScriptEngine.java | 2 +-
.../org/htmlunit/javascript/JavaScriptErrorListener.java | 2 +-
.../htmlunit/javascript/NativeFunctionToStringFunction.java | 2 +-
src/main/java/org/htmlunit/javascript/PostponedAction.java | 2 +-
.../org/htmlunit/javascript/RecursiveFunctionObject.java | 2 +-
.../htmlunit/javascript/SilentJavaScriptErrorListener.java | 2 +-
src/main/java/org/htmlunit/javascript/TimeoutError.java | 2 +-
.../javascript/background/BackgroundJavaScriptFactory.java | 2 +-
.../htmlunit/javascript/background/BasicJavaScriptJob.java | 2 +-
.../javascript/background/DefaultJavaScriptExecutor.java | 2 +-
.../javascript/background/JavaScriptExecutionJob.java | 2 +-
.../htmlunit/javascript/background/JavaScriptExecutor.java | 2 +-
.../javascript/background/JavaScriptFunctionJob.java | 2 +-
.../org/htmlunit/javascript/background/JavaScriptJob.java | 2 +-
.../htmlunit/javascript/background/JavaScriptJobManager.java | 2 +-
.../javascript/background/JavaScriptJobManagerImpl.java | 2 +-
.../htmlunit/javascript/background/JavaScriptStringJob.java | 2 +-
.../javascript/background/JavascriptXMLHttpRequestJob.java | 2 +-
.../org/htmlunit/javascript/background/package-info.java | 2 +-
.../configuration/AbstractJavaScriptConfiguration.java | 2 +-
.../htmlunit/javascript/configuration/BrowserFeature.java | 2 +-
.../javascript/configuration/ClassConfiguration.java | 2 +-
.../javascript/configuration/JavaScriptConfiguration.java | 2 +-
.../java/org/htmlunit/javascript/configuration/JsxClass.java | 2 +-
.../org/htmlunit/javascript/configuration/JsxClasses.java | 2 +-
.../org/htmlunit/javascript/configuration/JsxConstant.java | 2 +-
.../htmlunit/javascript/configuration/JsxConstructor.java | 2 +-
.../javascript/configuration/JsxConstructorAlias.java | 2 +-
.../org/htmlunit/javascript/configuration/JsxFunction.java | 2 +-
.../org/htmlunit/javascript/configuration/JsxGetter.java | 2 +-
.../org/htmlunit/javascript/configuration/JsxSetter.java | 2 +-
.../htmlunit/javascript/configuration/JsxStaticFunction.java | 2 +-
.../htmlunit/javascript/configuration/JsxStaticGetter.java | 2 +-
.../org/htmlunit/javascript/configuration/JsxSymbol.java | 2 +-
.../htmlunit/javascript/configuration/JsxSymbolConstant.java | 2 +-
.../ProxyAutoConfigJavaScriptConfiguration.java | 2 +-
.../htmlunit/javascript/configuration/SupportedBrowser.java | 2 +-
.../configuration/WorkerJavaScriptConfiguration.java | 2 +-
.../org/htmlunit/javascript/configuration/package-info.java | 2 +-
.../htmlunit/javascript/host/AudioScheduledSourceNode.java | 2 +-
src/main/java/org/htmlunit/javascript/host/BarProp.java | 2 +-
.../java/org/htmlunit/javascript/host/BatteryManager.java | 2 +-
.../java/org/htmlunit/javascript/host/BroadcastChannel.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Cache.java | 2 +-
src/main/java/org/htmlunit/javascript/host/CacheStorage.java | 2 +-
src/main/java/org/htmlunit/javascript/host/ClientRect.java | 2 +-
.../java/org/htmlunit/javascript/host/ClientRectList.java | 2 +-
.../java/org/htmlunit/javascript/host/ConsoleCustom.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Element.java | 2 +-
src/main/java/org/htmlunit/javascript/host/External.java | 2 +-
src/main/java/org/htmlunit/javascript/host/FontFace.java | 2 +-
src/main/java/org/htmlunit/javascript/host/FontFaceSet.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Gamepad.java | 2 +-
.../java/org/htmlunit/javascript/host/GamepadButton.java | 2 +-
src/main/java/org/htmlunit/javascript/host/History.java | 2 +-
src/main/java/org/htmlunit/javascript/host/ImageBitmap.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Location.java | 2 +-
.../java/org/htmlunit/javascript/host/MessageChannel.java | 2 +-
src/main/java/org/htmlunit/javascript/host/MessagePort.java | 2 +-
src/main/java/org/htmlunit/javascript/host/MimeType.java | 2 +-
.../java/org/htmlunit/javascript/host/MimeTypeArray.java | 2 +-
src/main/java/org/htmlunit/javascript/host/NamedNodeMap.java | 2 +-
.../javascript/host/NativeFunctionPrefixResolver.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Navigator.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Netscape.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Notification.java | 2 +-
src/main/java/org/htmlunit/javascript/host/NumberCustom.java | 2 +-
.../org/htmlunit/javascript/host/PerformanceObserver.java | 2 +-
.../javascript/host/PerformanceObserverEntryList.java | 2 +-
.../java/org/htmlunit/javascript/host/PermissionStatus.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Permissions.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Plugin.java | 2 +-
src/main/java/org/htmlunit/javascript/host/PluginArray.java | 2 +-
src/main/java/org/htmlunit/javascript/host/PushManager.java | 2 +-
.../java/org/htmlunit/javascript/host/PushSubscription.java | 2 +-
.../htmlunit/javascript/host/PushSubscriptionOptions.java | 2 +-
.../java/org/htmlunit/javascript/host/ReadableStream.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Screen.java | 2 +-
.../java/org/htmlunit/javascript/host/ScreenOrientation.java | 2 +-
src/main/java/org/htmlunit/javascript/host/SharedWorker.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Storage.java | 2 +-
.../java/org/htmlunit/javascript/host/StorageManager.java | 2 +-
src/main/java/org/htmlunit/javascript/host/TextDecoder.java | 2 +-
src/main/java/org/htmlunit/javascript/host/TextEncoder.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Touch.java | 2 +-
src/main/java/org/htmlunit/javascript/host/TouchList.java | 2 +-
src/main/java/org/htmlunit/javascript/host/URL.java | 2 +-
.../java/org/htmlunit/javascript/host/URLSearchParams.java | 2 +-
src/main/java/org/htmlunit/javascript/host/WebSocket.java | 2 +-
src/main/java/org/htmlunit/javascript/host/Window.java | 2 +-
.../htmlunit/javascript/host/WindowOrWorkerGlobalScope.java | 2 +-
.../javascript/host/WindowOrWorkerGlobalScopeMixin.java | 2 +-
src/main/java/org/htmlunit/javascript/host/WindowProxy.java | 2 +-
.../org/htmlunit/javascript/host/abort/AbortController.java | 2 +-
.../java/org/htmlunit/javascript/host/abort/AbortSignal.java | 2 +-
.../org/htmlunit/javascript/host/abort/package-info.java | 2 +-
.../org/htmlunit/javascript/host/animations/Animation.java | 2 +-
.../htmlunit/javascript/host/animations/AnimationEvent.java | 2 +-
.../htmlunit/javascript/host/animations/KeyframeEffect.java | 2 +-
.../htmlunit/javascript/host/animations/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/arrays/Atomics.java | 2 +-
.../org/htmlunit/javascript/host/arrays/package-info.java | 2 +-
.../javascript/host/canvas/CanvasCaptureMediaStream.java | 2 +-
.../host/canvas/CanvasCaptureMediaStreamTrack.java | 2 +-
.../org/htmlunit/javascript/host/canvas/CanvasGradient.java | 2 +-
.../org/htmlunit/javascript/host/canvas/CanvasPattern.java | 2 +-
.../javascript/host/canvas/CanvasRenderingContext2D.java | 2 +-
.../javascript/host/canvas/ImageBitmapRenderingContext.java | 2 +-
.../java/org/htmlunit/javascript/host/canvas/ImageData.java | 2 +-
.../javascript/host/canvas/IntersectionObserver.java | 2 +-
.../javascript/host/canvas/IntersectionObserverEntry.java | 2 +-
.../java/org/htmlunit/javascript/host/canvas/Path2D.java | 2 +-
.../org/htmlunit/javascript/host/canvas/TextMetrics.java | 2 +-
.../javascript/host/canvas/WebGL2RenderingContext.java | 2 +-
.../org/htmlunit/javascript/host/canvas/WebGLActiveInfo.java | 2 +-
.../org/htmlunit/javascript/host/canvas/WebGLBuffer.java | 2 +-
.../htmlunit/javascript/host/canvas/WebGLFramebuffer.java | 2 +-
.../org/htmlunit/javascript/host/canvas/WebGLProgram.java | 2 +-
.../java/org/htmlunit/javascript/host/canvas/WebGLQuery.java | 2 +-
.../htmlunit/javascript/host/canvas/WebGLRenderbuffer.java | 2 +-
.../javascript/host/canvas/WebGLRenderingContext.java | 2 +-
.../org/htmlunit/javascript/host/canvas/WebGLSampler.java | 2 +-
.../org/htmlunit/javascript/host/canvas/WebGLShader.java | 2 +-
.../javascript/host/canvas/WebGLShaderPrecisionFormat.java | 2 +-
.../java/org/htmlunit/javascript/host/canvas/WebGLSync.java | 2 +-
.../org/htmlunit/javascript/host/canvas/WebGLTexture.java | 2 +-
.../javascript/host/canvas/WebGLTransformFeedback.java | 2 +-
.../javascript/host/canvas/WebGLUniformLocation.java | 2 +-
.../javascript/host/canvas/WebGLVertexArrayObject.java | 2 +-
.../org/htmlunit/javascript/host/canvas/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/crypto/Crypto.java | 2 +-
.../java/org/htmlunit/javascript/host/crypto/CryptoKey.java | 2 +-
.../org/htmlunit/javascript/host/crypto/SubtleCrypto.java | 2 +-
.../org/htmlunit/javascript/host/crypto/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/host/css/CSS.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSConditionRule.java | 2 +-
.../htmlunit/javascript/host/css/CSSCounterStyleRule.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSFontFaceRule.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSGroupingRule.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CSSImportRule.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSKeyframeRule.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSKeyframesRule.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CSSMediaRule.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSNamespaceRule.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CSSPageRule.java | 2 +-
src/main/java/org/htmlunit/javascript/host/css/CSSRule.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CSSRuleList.java | 2 +-
.../htmlunit/javascript/host/css/CSSStyleDeclaration.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CSSStyleRule.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CSSStyleSheet.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSSupportsRule.java | 2 +-
.../java/org/htmlunit/javascript/host/css/CaretPosition.java | 2 +-
.../javascript/host/css/ComputedCSSStyleDeclaration.java | 2 +-
.../java/org/htmlunit/javascript/host/css/ComputedFont.java | 2 +-
.../java/org/htmlunit/javascript/host/css/MediaList.java | 2 +-
.../org/htmlunit/javascript/host/css/MediaQueryList.java | 2 +-
.../java/org/htmlunit/javascript/host/css/StyleMedia.java | 2 +-
.../java/org/htmlunit/javascript/host/css/StyleSheet.java | 2 +-
.../org/htmlunit/javascript/host/css/StyleSheetList.java | 2 +-
.../java/org/htmlunit/javascript/host/css/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/AbstractList.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/AbstractRange.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/Attr.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/CDATASection.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/CharacterData.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/Comment.java | 2 +-
.../htmlunit/javascript/host/dom/CustomElementRegistry.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/DOMError.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMException.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMImplementation.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMMatrix.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMMatrixReadOnly.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMParser.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/DOMPoint.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMPointReadOnly.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMRectReadOnly.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMStringList.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMStringMap.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMTokenList.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/Document.java | 2 +-
.../org/htmlunit/javascript/host/dom/DocumentFragment.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DocumentType.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/IdleDeadline.java | 2 +-
.../org/htmlunit/javascript/host/dom/MutationObserver.java | 2 +-
.../org/htmlunit/javascript/host/dom/MutationRecord.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/Node.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/NodeFilter.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/NodeIterator.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/NodeList.java | 2 +-
.../htmlunit/javascript/host/dom/ProcessingInstruction.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/RadioNodeList.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/Range.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/Selection.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/ShadowRoot.java | 2 +-
src/main/java/org/htmlunit/javascript/host/dom/Text.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/TreeWalker.java | 2 +-
.../org/htmlunit/javascript/host/dom/XPathEvaluator.java | 2 +-
.../org/htmlunit/javascript/host/dom/XPathExpression.java | 2 +-
.../org/htmlunit/javascript/host/dom/XPathNSResolver.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/XPathResult.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/package-info.java | 2 +-
.../htmlunit/javascript/host/draganddrop/DataTransfer.java | 2 +-
.../javascript/host/draganddrop/DataTransferItem.java | 2 +-
.../javascript/host/draganddrop/DataTransferItemList.java | 2 +-
.../htmlunit/javascript/host/draganddrop/package-info.java | 2 +-
.../htmlunit/javascript/host/event/AudioProcessingEvent.java | 2 +-
.../javascript/host/event/BeforeInstallPromptEvent.java | 2 +-
.../htmlunit/javascript/host/event/BeforeUnloadEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/BlobEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/ClipboardEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/CloseEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/CompositionEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/CustomEvent.java | 2 +-
.../htmlunit/javascript/host/event/DeviceMotionEvent.java | 2 +-
.../javascript/host/event/DeviceOrientationEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/DragEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/ErrorEvent.java | 2 +-
src/main/java/org/htmlunit/javascript/host/event/Event.java | 2 +-
.../org/htmlunit/javascript/host/event/EventHandler.java | 2 +-
.../javascript/host/event/EventListenersContainer.java | 2 +-
.../java/org/htmlunit/javascript/host/event/EventSource.java | 2 +-
.../java/org/htmlunit/javascript/host/event/EventTarget.java | 2 +-
.../java/org/htmlunit/javascript/host/event/FocusEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/GamepadEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/HashChangeEvent.java | 2 +-
.../javascript/host/event/IDBVersionChangeEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/InputEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/KeyboardEvent.java | 2 +-
.../htmlunit/javascript/host/event/MIDIConnectionEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/MIDIMessageEvent.java | 2 +-
.../htmlunit/javascript/host/event/MediaEncryptedEvent.java | 2 +-
.../htmlunit/javascript/host/event/MediaKeyMessageEvent.java | 2 +-
.../htmlunit/javascript/host/event/MediaQueryListEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/MediaStreamEvent.java | 2 +-
.../javascript/host/event/MediaStreamTrackEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/MessageEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/MouseEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/MouseScrollEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/MutationEvent.java | 2 +-
.../javascript/host/event/OfflineAudioCompletionEvent.java | 2 +-
.../htmlunit/javascript/host/event/PageTransitionEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/PointerEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/PopStateEvent.java | 2 +-
.../host/event/PresentationConnectionAvailableEvent.java | 2 +-
.../host/event/PresentationConnectionCloseEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/ProgressEvent.java | 2 +-
.../javascript/host/event/PromiseRejectionEvent.java | 2 +-
.../htmlunit/javascript/host/event/RTCDataChannelEvent.java | 2 +-
.../javascript/host/event/RTCPeerConnectionIceEvent.java | 2 +-
.../javascript/host/event/SecurityPolicyViolationEvent.java | 2 +-
.../htmlunit/javascript/host/event/SpeechSynthesisEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/StorageEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/SubmitEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/TextEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/TimeEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/TouchEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/TrackEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/TransitionEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/UIEvent.java | 2 +-
.../htmlunit/javascript/host/event/WebGLContextEvent.java | 2 +-
.../javascript/host/event/WebkitSpeechRecognitionError.java | 2 +-
.../javascript/host/event/WebkitSpeechRecognitionEvent.java | 2 +-
.../java/org/htmlunit/javascript/host/event/WheelEvent.java | 2 +-
.../org/htmlunit/javascript/host/event/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/fetch/Headers.java | 2 +-
.../java/org/htmlunit/javascript/host/fetch/Request.java | 2 +-
.../java/org/htmlunit/javascript/host/fetch/Response.java | 2 +-
.../org/htmlunit/javascript/host/fetch/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/host/file/Blob.java | 2 +-
src/main/java/org/htmlunit/javascript/host/file/File.java | 2 +-
.../java/org/htmlunit/javascript/host/file/FileList.java | 2 +-
.../java/org/htmlunit/javascript/host/file/FileReader.java | 2 +-
.../java/org/htmlunit/javascript/host/file/FileSystem.java | 2 +-
.../javascript/host/file/FileSystemDirectoryEntry.java | 2 +-
.../javascript/host/file/FileSystemDirectoryReader.java | 2 +-
.../org/htmlunit/javascript/host/file/FileSystemEntry.java | 2 +-
.../htmlunit/javascript/host/file/FileSystemFileEntry.java | 2 +-
.../java/org/htmlunit/javascript/host/file/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/geo/Geolocation.java | 2 +-
.../htmlunit/javascript/host/geo/GeolocationCoordinates.java | 2 +-
.../htmlunit/javascript/host/geo/GeolocationPosition.java | 2 +-
.../javascript/host/geo/GeolocationPositionError.java | 2 +-
.../java/org/htmlunit/javascript/host/geo/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/host/html/Audio.java | 2 +-
.../org/htmlunit/javascript/host/html/DocumentProxy.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLAllCollection.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLAnchorElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLAreaElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLAudioElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLBRElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLBaseElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLBodyElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLButtonElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLCanvasElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLCollection.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDListElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDataElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDataListElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDetailsElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDialogElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDirectoryElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDivElement.java | 2 +-
.../java/org/htmlunit/javascript/host/html/HTMLDocument.java | 2 +-
.../java/org/htmlunit/javascript/host/html/HTMLElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLEmbedElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLFieldSetElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLFontElement.java | 2 +-
.../javascript/host/html/HTMLFormControlsCollection.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLFormElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLFrameElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLFrameSetElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLHRElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLHeadElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLHeadingElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLHtmlElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLIFrameElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLImageElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLInputElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLLIElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLLabelElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLLegendElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLLinkElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLListElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLMapElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLMarqueeElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLMediaElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLMenuElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLMetaElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLMeterElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLModElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLOListElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLObjectElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLOptGroupElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLOptionElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLOptionsCollection.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLOutputElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLParagraphElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLParamElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLPictureElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLPreElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLProgressElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLQuoteElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLScriptElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLSelectElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLSlotElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLSourceElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLSpanElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLStyleElement.java | 2 +-
.../javascript/host/html/HTMLTableCaptionElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTableCellElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTableColElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTableComponent.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLTableElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTableRowElement.java | 2 +-
.../javascript/host/html/HTMLTableSectionElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTemplateElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTextAreaElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLTimeElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLTitleElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLTrackElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLUListElement.java | 2 +-
.../htmlunit/javascript/host/html/HTMLUnknownElement.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLVideoElement.java | 2 +-
.../org/htmlunit/javascript/host/html/LabelsNodeList.java | 2 +-
.../java/org/htmlunit/javascript/host/html/RowContainer.java | 2 +-
.../org/htmlunit/javascript/host/html/ValidityState.java | 2 +-
.../java/org/htmlunit/javascript/host/html/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/idb/IDBCursor.java | 2 +-
.../org/htmlunit/javascript/host/idb/IDBCursorWithValue.java | 2 +-
.../java/org/htmlunit/javascript/host/idb/IDBDatabase.java | 2 +-
.../java/org/htmlunit/javascript/host/idb/IDBFactory.java | 2 +-
src/main/java/org/htmlunit/javascript/host/idb/IDBIndex.java | 2 +-
.../java/org/htmlunit/javascript/host/idb/IDBKeyRange.java | 2 +-
.../org/htmlunit/javascript/host/idb/IDBObjectStore.java | 2 +-
.../org/htmlunit/javascript/host/idb/IDBOpenDBRequest.java | 2 +-
.../java/org/htmlunit/javascript/host/idb/IDBRequest.java | 2 +-
.../org/htmlunit/javascript/host/idb/IDBTransaction.java | 2 +-
.../java/org/htmlunit/javascript/host/idb/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/intl/Collator.java | 2 +-
.../org/htmlunit/javascript/host/intl/DateTimeFormat.java | 2 +-
src/main/java/org/htmlunit/javascript/host/intl/Intl.java | 2 +-
.../java/org/htmlunit/javascript/host/intl/NumberFormat.java | 2 +-
.../org/htmlunit/javascript/host/intl/V8BreakIterator.java | 2 +-
.../java/org/htmlunit/javascript/host/intl/package-info.java | 2 +-
.../org/htmlunit/javascript/host/media/AnalyserNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/AudioBuffer.java | 2 +-
.../javascript/host/media/AudioBufferSourceNode.java | 2 +-
.../org/htmlunit/javascript/host/media/AudioContext.java | 2 +-
.../htmlunit/javascript/host/media/AudioDestinationNode.java | 2 +-
.../org/htmlunit/javascript/host/media/AudioListener.java | 2 +-
.../java/org/htmlunit/javascript/host/media/AudioNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/AudioParam.java | 2 +-
.../org/htmlunit/javascript/host/media/BaseAudioContext.java | 2 +-
.../org/htmlunit/javascript/host/media/BiquadFilterNode.java | 2 +-
.../htmlunit/javascript/host/media/ChannelMergerNode.java | 2 +-
.../htmlunit/javascript/host/media/ChannelSplitterNode.java | 2 +-
.../htmlunit/javascript/host/media/ConstantSourceNode.java | 2 +-
.../org/htmlunit/javascript/host/media/ConvolverNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/DelayNode.java | 2 +-
.../javascript/host/media/DynamicsCompressorNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/GainNode.java | 2 +-
.../org/htmlunit/javascript/host/media/IIRFilterNode.java | 2 +-
.../javascript/host/media/InputDeviceCapabilities.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaDeviceInfo.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaDevices.java | 2 +-
.../javascript/host/media/MediaElementAudioSourceNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/MediaError.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaKeyError.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaKeySession.java | 2 +-
.../htmlunit/javascript/host/media/MediaKeyStatusMap.java | 2 +-
.../htmlunit/javascript/host/media/MediaKeySystemAccess.java | 2 +-
.../java/org/htmlunit/javascript/host/media/MediaKeys.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaRecorder.java | 2 +-
.../java/org/htmlunit/javascript/host/media/MediaSource.java | 2 +-
.../java/org/htmlunit/javascript/host/media/MediaStream.java | 2 +-
.../host/media/MediaStreamAudioDestinationNode.java | 2 +-
.../javascript/host/media/MediaStreamAudioSourceNode.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaStreamTrack.java | 2 +-
.../htmlunit/javascript/host/media/OfflineAudioContext.java | 2 +-
.../org/htmlunit/javascript/host/media/OscillatorNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/PannerNode.java | 2 +-
.../htmlunit/javascript/host/media/PeriodicSyncManager.java | 2 +-
.../org/htmlunit/javascript/host/media/PeriodicWave.java | 2 +-
.../org/htmlunit/javascript/host/media/RemotePlayback.java | 2 +-
.../htmlunit/javascript/host/media/ScriptProcessorNode.java | 2 +-
.../org/htmlunit/javascript/host/media/SourceBuffer.java | 2 +-
.../org/htmlunit/javascript/host/media/SourceBufferList.java | 2 +-
.../org/htmlunit/javascript/host/media/StereoPannerNode.java | 2 +-
.../java/org/htmlunit/javascript/host/media/TextTrack.java | 2 +-
.../org/htmlunit/javascript/host/media/TextTrackCue.java | 2 +-
.../org/htmlunit/javascript/host/media/TextTrackCueList.java | 2 +-
.../org/htmlunit/javascript/host/media/TextTrackList.java | 2 +-
.../java/org/htmlunit/javascript/host/media/TimeRanges.java | 2 +-
src/main/java/org/htmlunit/javascript/host/media/VTTCue.java | 2 +-
.../htmlunit/javascript/host/media/VideoPlaybackQuality.java | 2 +-
.../org/htmlunit/javascript/host/media/WaveShaperNode.java | 2 +-
.../org/htmlunit/javascript/host/media/midi/MIDIAccess.java | 2 +-
.../org/htmlunit/javascript/host/media/midi/MIDIInput.java | 2 +-
.../htmlunit/javascript/host/media/midi/MIDIInputMap.java | 2 +-
.../org/htmlunit/javascript/host/media/midi/MIDIOutput.java | 2 +-
.../htmlunit/javascript/host/media/midi/MIDIOutputMap.java | 2 +-
.../org/htmlunit/javascript/host/media/midi/MIDIPort.java | 2 +-
.../htmlunit/javascript/host/media/midi/package-info.java | 2 +-
.../org/htmlunit/javascript/host/media/package-info.java | 2 +-
.../javascript/host/media/presentation/Presentation.java | 2 +-
.../host/media/presentation/PresentationAvailability.java | 2 +-
.../host/media/presentation/PresentationConnection.java | 2 +-
.../host/media/presentation/PresentationRequest.java | 2 +-
.../javascript/host/media/presentation/package-info.java | 2 +-
.../htmlunit/javascript/host/media/rtc/RTCCertificate.java | 2 +-
.../htmlunit/javascript/host/media/rtc/RTCIceCandidate.java | 2 +-
.../javascript/host/media/rtc/RTCPeerConnection.java | 2 +-
.../htmlunit/javascript/host/media/rtc/RTCSctpTransport.java | 2 +-
.../javascript/host/media/rtc/RTCSessionDescription.java | 2 +-
.../htmlunit/javascript/host/media/rtc/RTCStatsReport.java | 2 +-
.../org/htmlunit/javascript/host/media/rtc/package-info.java | 2 +-
.../htmlunit/javascript/host/network/NetworkInformation.java | 2 +-
.../org/htmlunit/javascript/host/network/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/host/package-info.java | 2 +-
.../org/htmlunit/javascript/host/payment/PaymentAddress.java | 2 +-
.../org/htmlunit/javascript/host/payment/PaymentRequest.java | 2 +-
.../htmlunit/javascript/host/payment/PaymentResponse.java | 2 +-
.../org/htmlunit/javascript/host/payment/package-info.java | 2 +-
.../htmlunit/javascript/host/performance/Performance.java | 2 +-
.../javascript/host/performance/PerformanceEntry.java | 2 +-
.../javascript/host/performance/PerformanceMark.java | 2 +-
.../javascript/host/performance/PerformanceMeasure.java | 2 +-
.../javascript/host/performance/PerformanceNavigation.java | 2 +-
.../host/performance/PerformanceNavigationTiming.java | 2 +-
.../host/performance/PerformanceResourceTiming.java | 2 +-
.../javascript/host/performance/PerformanceTiming.java | 2 +-
.../htmlunit/javascript/host/performance/package-info.java | 2 +-
.../org/htmlunit/javascript/host/security/Credential.java | 2 +-
.../javascript/host/security/CredentialsContainer.java | 2 +-
.../javascript/host/security/FederatedCredential.java | 2 +-
.../javascript/host/security/PasswordCredential.java | 2 +-
.../org/htmlunit/javascript/host/security/package-info.java | 2 +-
.../org/htmlunit/javascript/host/speech/SpeechSynthesis.java | 2 +-
.../javascript/host/speech/SpeechSynthesisErrorEvent.java | 2 +-
.../javascript/host/speech/SpeechSynthesisUtterance.java | 2 +-
.../javascript/host/speech/SpeechSynthesisVoice.java | 2 +-
.../htmlunit/javascript/host/speech/WebkitSpeechGrammar.java | 2 +-
.../javascript/host/speech/WebkitSpeechGrammarList.java | 2 +-
.../javascript/host/speech/WebkitSpeechRecognition.java | 2 +-
.../org/htmlunit/javascript/host/speech/package-info.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGAElement.java | 2 +-
src/main/java/org/htmlunit/javascript/host/svg/SVGAngle.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimateElement.java | 2 +-
.../javascript/host/svg/SVGAnimateMotionElement.java | 2 +-
.../javascript/host/svg/SVGAnimateTransformElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedAngle.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedBoolean.java | 2 +-
.../htmlunit/javascript/host/svg/SVGAnimatedEnumeration.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedInteger.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedLength.java | 2 +-
.../htmlunit/javascript/host/svg/SVGAnimatedLengthList.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedNumber.java | 2 +-
.../htmlunit/javascript/host/svg/SVGAnimatedNumberList.java | 2 +-
.../javascript/host/svg/SVGAnimatedPreserveAspectRatio.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedRect.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGAnimatedString.java | 2 +-
.../javascript/host/svg/SVGAnimatedTransformList.java | 2 +-
.../htmlunit/javascript/host/svg/SVGAnimationElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGCircleElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGClipPathElement.java | 2 +-
.../host/svg/SVGComponentTransferFunctionElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGDefsElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGDescElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGEllipseElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEBlendElement.java | 2 +-
.../javascript/host/svg/SVGFEColorMatrixElement.java | 2 +-
.../javascript/host/svg/SVGFEComponentTransferElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFECompositeElement.java | 2 +-
.../javascript/host/svg/SVGFEConvolveMatrixElement.java | 2 +-
.../javascript/host/svg/SVGFEDiffuseLightingElement.java | 2 +-
.../javascript/host/svg/SVGFEDisplacementMapElement.java | 2 +-
.../javascript/host/svg/SVGFEDistantLightElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFEDropShadowElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEFloodElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEFuncAElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEFuncBElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEFuncGElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEFuncRElement.java | 2 +-
.../javascript/host/svg/SVGFEGaussianBlurElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEImageElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEMergeElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFEMergeNodeElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFEMorphologyElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFEOffsetElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFEPointLightElement.java | 2 +-
.../javascript/host/svg/SVGFESpecularLightingElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFESpotLightElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFETileElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGFETurbulenceElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGFilterElement.java | 2 +-
.../javascript/host/svg/SVGForeignObjectElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGGElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGGeometryElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGGradientElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGGraphicsElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGImageElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGLength.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGLengthList.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGLineElement.java | 2 +-
.../javascript/host/svg/SVGLinearGradientElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGMPathElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGMarkerElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGMaskElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGMatrix.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGMetadataElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGNumber.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGNumberList.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGPathElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGPatternElement.java | 2 +-
src/main/java/org/htmlunit/javascript/host/svg/SVGPoint.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGPointList.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGPolygonElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGPolylineElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGPreserveAspectRatio.java | 2 +-
.../javascript/host/svg/SVGRadialGradientElement.java | 2 +-
src/main/java/org/htmlunit/javascript/host/svg/SVGRect.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGRectElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGSVGElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGScriptElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGSetElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGStopElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGStringList.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGStyleElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGSwitchElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGSymbolElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGTSpanElement.java | 2 +-
.../htmlunit/javascript/host/svg/SVGTextContentElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGTextElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGTextPathElement.java | 2 +-
.../javascript/host/svg/SVGTextPositioningElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGTitleElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGTransform.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGTransformList.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGUnitTypes.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGUseElement.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGViewElement.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/package-info.java | 2 +-
.../javascript/host/worker/DedicatedWorkerGlobalScope.java | 2 +-
.../org/htmlunit/javascript/host/worker/ServiceWorker.java | 2 +-
.../javascript/host/worker/ServiceWorkerContainer.java | 2 +-
.../javascript/host/worker/ServiceWorkerRegistration.java | 2 +-
.../org/htmlunit/javascript/host/worker/SyncManager.java | 2 +-
.../java/org/htmlunit/javascript/host/worker/Worker.java | 2 +-
.../htmlunit/javascript/host/worker/WorkerGlobalScope.java | 2 +-
.../org/htmlunit/javascript/host/worker/WorkerLocation.java | 2 +-
.../org/htmlunit/javascript/host/worker/WorkerNavigator.java | 2 +-
.../org/htmlunit/javascript/host/worker/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/host/xml/FormData.java | 2 +-
.../java/org/htmlunit/javascript/host/xml/XMLDocument.java | 2 +-
.../org/htmlunit/javascript/host/xml/XMLHttpRequest.java | 2 +-
.../javascript/host/xml/XMLHttpRequestEventTarget.java | 2 +-
.../htmlunit/javascript/host/xml/XMLHttpRequestUpload.java | 2 +-
.../java/org/htmlunit/javascript/host/xml/XMLSerializer.java | 2 +-
.../java/org/htmlunit/javascript/host/xml/XSLTProcessor.java | 2 +-
.../java/org/htmlunit/javascript/host/xml/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/package-info.java | 2 +-
src/main/java/org/htmlunit/javascript/polyfill/Polyfill.java | 2 +-
.../java/org/htmlunit/javascript/polyfill/package-info.java | 2 +-
.../org/htmlunit/javascript/preprocessor/package-info.java | 2 +-
.../htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java | 2 +-
.../htmlunit/javascript/proxyautoconfig/package-info.java | 2 +-
.../org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy.java | 2 +-
.../htmlunit/javascript/regexp/RegExpJsToJavaConverter.java | 2 +-
.../java/org/htmlunit/javascript/regexp/package-info.java | 2 +-
src/main/java/org/htmlunit/package-info.java | 2 +-
src/main/java/org/htmlunit/platform/AwtClipboardHandler.java | 2 +-
src/main/java/org/htmlunit/platform/Platform.java | 2 +-
src/main/java/org/htmlunit/platform/XmlUtilsHelperAPI.java | 2 +-
.../platform/canvas/rendering/AwtRenderingBackend.java | 2 +-
.../platform/canvas/rendering/NoOpRenderingBackend.java | 2 +-
.../htmlunit/platform/canvas/rendering/RenderingBackend.java | 2 +-
.../org/htmlunit/platform/canvas/rendering/package-info.java | 2 +-
.../org/htmlunit/platform/dom/traversal/DomTreeWalker.java | 2 +-
.../org/htmlunit/platform/dom/traversal/package-info.java | 2 +-
src/main/java/org/htmlunit/platform/font/AwtFontUtil.java | 2 +-
src/main/java/org/htmlunit/platform/font/FontUtil.java | 2 +-
src/main/java/org/htmlunit/platform/font/NoOpFontUtil.java | 2 +-
src/main/java/org/htmlunit/platform/font/package-info.java | 2 +-
src/main/java/org/htmlunit/platform/geom/IntDimension2D.java | 2 +-
src/main/java/org/htmlunit/platform/geom/package-info.java | 2 +-
src/main/java/org/htmlunit/platform/image/ImageData.java | 2 +-
.../java/org/htmlunit/platform/image/ImageIOImageData.java | 2 +-
src/main/java/org/htmlunit/platform/image/NoOpImageData.java | 2 +-
src/main/java/org/htmlunit/platform/image/package-info.java | 2 +-
src/main/java/org/htmlunit/platform/package-info.java | 2 +-
.../org/htmlunit/platform/util/XmlUtilsSunXercesHelper.java | 2 +-
.../org/htmlunit/platform/util/XmlUtilsXercesHelper.java | 2 +-
src/main/java/org/htmlunit/platform/util/package-info.java | 2 +-
src/main/java/org/htmlunit/protocol/AnyHandler.java | 2 +-
.../java/org/htmlunit/protocol/about/AboutURLConnection.java | 2 +-
src/main/java/org/htmlunit/protocol/about/Handler.java | 2 +-
src/main/java/org/htmlunit/protocol/about/package-info.java | 2 +-
.../java/org/htmlunit/protocol/data/DataURLConnection.java | 2 +-
src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java | 2 +-
src/main/java/org/htmlunit/protocol/data/Handler.java | 2 +-
src/main/java/org/htmlunit/protocol/data/package-info.java | 2 +-
src/main/java/org/htmlunit/protocol/javascript/Handler.java | 2 +-
.../protocol/javascript/JavaScriptURLConnection.java | 2 +-
.../java/org/htmlunit/protocol/javascript/package-info.java | 2 +-
src/main/java/org/htmlunit/protocol/package-info.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAltGlyph.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAltGlyphDef.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAltGlyphItem.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAnchor.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAnimate.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAnimateColor.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAnimateMotion.java | 2 +-
src/main/java/org/htmlunit/svg/SvgAnimateTransform.java | 2 +-
src/main/java/org/htmlunit/svg/SvgCircle.java | 2 +-
src/main/java/org/htmlunit/svg/SvgClipPath.java | 2 +-
src/main/java/org/htmlunit/svg/SvgColorProfile.java | 2 +-
src/main/java/org/htmlunit/svg/SvgCursor.java | 2 +-
src/main/java/org/htmlunit/svg/SvgDefs.java | 2 +-
src/main/java/org/htmlunit/svg/SvgDesc.java | 2 +-
src/main/java/org/htmlunit/svg/SvgElement.java | 2 +-
src/main/java/org/htmlunit/svg/SvgElementFactory.java | 2 +-
src/main/java/org/htmlunit/svg/SvgEllipse.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeBlend.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeColorMatrix.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeComponentTransfer.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeComposite.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeConvolveMatrix.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeDisplacementMap.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeDistantLight.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeFlood.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeFuncA.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeFuncB.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeFuncG.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeFuncR.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeGaussianBlur.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeImage.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeMerge.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeMergeNode.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeMorphology.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeOffset.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFePointLight.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeSpecularLighting.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeSpotLight.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeTile.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFeTurbulence.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFilter.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFont.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFontFace.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFontFaceFormat.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFontFaceName.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFontFaceSrc.java | 2 +-
src/main/java/org/htmlunit/svg/SvgFontFaceURI.java | 2 +-
src/main/java/org/htmlunit/svg/SvgForeignObject.java | 2 +-
src/main/java/org/htmlunit/svg/SvgGlyph.java | 2 +-
src/main/java/org/htmlunit/svg/SvgGlyphRef.java | 2 +-
src/main/java/org/htmlunit/svg/SvgGroup.java | 2 +-
src/main/java/org/htmlunit/svg/SvgHKern.java | 2 +-
src/main/java/org/htmlunit/svg/SvgImage.java | 2 +-
src/main/java/org/htmlunit/svg/SvgLine.java | 2 +-
src/main/java/org/htmlunit/svg/SvgLinearGradient.java | 2 +-
src/main/java/org/htmlunit/svg/SvgMPath.java | 2 +-
src/main/java/org/htmlunit/svg/SvgMarker.java | 2 +-
src/main/java/org/htmlunit/svg/SvgMask.java | 2 +-
src/main/java/org/htmlunit/svg/SvgMetadata.java | 2 +-
src/main/java/org/htmlunit/svg/SvgMissingGlyph.java | 2 +-
src/main/java/org/htmlunit/svg/SvgPath.java | 2 +-
src/main/java/org/htmlunit/svg/SvgPattern.java | 2 +-
src/main/java/org/htmlunit/svg/SvgPolygon.java | 2 +-
src/main/java/org/htmlunit/svg/SvgPolyline.java | 2 +-
src/main/java/org/htmlunit/svg/SvgRadialGradient.java | 2 +-
src/main/java/org/htmlunit/svg/SvgRect.java | 2 +-
src/main/java/org/htmlunit/svg/SvgScript.java | 2 +-
src/main/java/org/htmlunit/svg/SvgSet.java | 2 +-
src/main/java/org/htmlunit/svg/SvgStop.java | 2 +-
src/main/java/org/htmlunit/svg/SvgStyle.java | 2 +-
src/main/java/org/htmlunit/svg/SvgSwitch.java | 2 +-
src/main/java/org/htmlunit/svg/SvgSymbol.java | 2 +-
src/main/java/org/htmlunit/svg/SvgTRef.java | 2 +-
src/main/java/org/htmlunit/svg/SvgTSpan.java | 2 +-
src/main/java/org/htmlunit/svg/SvgText.java | 2 +-
src/main/java/org/htmlunit/svg/SvgTextPath.java | 2 +-
src/main/java/org/htmlunit/svg/SvgTitle.java | 2 +-
src/main/java/org/htmlunit/svg/SvgUse.java | 2 +-
src/main/java/org/htmlunit/svg/SvgVKern.java | 2 +-
src/main/java/org/htmlunit/svg/SvgView.java | 2 +-
src/main/java/org/htmlunit/svg/package-info.java | 2 +-
src/main/java/org/htmlunit/util/ArrayUtils.java | 2 +-
src/main/java/org/htmlunit/util/Cookie.java | 2 +-
src/main/java/org/htmlunit/util/DebuggingWebConnection.java | 2 +-
src/main/java/org/htmlunit/util/EncodingSniffer.java | 2 +-
src/main/java/org/htmlunit/util/FalsifyingWebConnection.java | 2 +-
src/main/java/org/htmlunit/util/HeaderUtils.java | 2 +-
src/main/java/org/htmlunit/util/KeyDataPair.java | 2 +-
src/main/java/org/htmlunit/util/MimeType.java | 2 +-
src/main/java/org/htmlunit/util/NameValuePair.java | 2 +-
src/main/java/org/htmlunit/util/OrderedFastHashMap.java | 2 +-
src/main/java/org/htmlunit/util/SerializableLock.java | 2 +-
src/main/java/org/htmlunit/util/StringUtils.java | 2 +-
src/main/java/org/htmlunit/util/UrlUtils.java | 2 +-
src/main/java/org/htmlunit/util/WebClientUtils.java | 2 +-
src/main/java/org/htmlunit/util/WebConnectionWrapper.java | 2 +-
src/main/java/org/htmlunit/util/WebResponseWrapper.java | 2 +-
src/main/java/org/htmlunit/util/XUserDefinedCharset.java | 2 +-
src/main/java/org/htmlunit/util/XmlUtils.java | 2 +-
src/main/java/org/htmlunit/util/geometry/Circle2D.java | 2 +-
src/main/java/org/htmlunit/util/geometry/Line2D.java | 2 +-
src/main/java/org/htmlunit/util/geometry/Point2D.java | 2 +-
src/main/java/org/htmlunit/util/geometry/Polygon2D.java | 2 +-
src/main/java/org/htmlunit/util/geometry/Rectangle2D.java | 2 +-
src/main/java/org/htmlunit/util/geometry/Shape2D.java | 2 +-
src/main/java/org/htmlunit/util/geometry/package-info.java | 2 +-
src/main/java/org/htmlunit/util/package-info.java | 2 +-
.../java/org/htmlunit/websocket/JettyWebSocketAdapter.java | 2 +-
src/main/java/org/htmlunit/websocket/WebSocketAdapter.java | 2 +-
.../java/org/htmlunit/websocket/WebSocketCookieStore.java | 2 +-
src/main/java/org/htmlunit/websocket/package-info.java | 2 +-
src/main/java/org/htmlunit/webstart/WebStartHandler.java | 2 +-
src/main/java/org/htmlunit/webstart/package-info.java | 2 +-
src/main/java/org/htmlunit/xml/XmlPage.java | 2 +-
src/main/java/org/htmlunit/xml/package-info.java | 2 +-
src/test/java/org/htmlunit/AbstractPageTest.java | 2 +-
src/test/java/org/htmlunit/BinaryPageTest.java | 2 +-
src/test/java/org/htmlunit/BrowserRunnerTest.java | 2 +-
src/test/java/org/htmlunit/BrowserVersion2Test.java | 2 +-
src/test/java/org/htmlunit/BrowserVersionFeaturesTest.java | 2 +-
src/test/java/org/htmlunit/BrowserVersionTest.java | 2 +-
src/test/java/org/htmlunit/CacheTest.java | 2 +-
src/test/java/org/htmlunit/CodeStyleTest.java | 2 +-
src/test/java/org/htmlunit/CookieManager2Test.java | 2 +-
src/test/java/org/htmlunit/CookieManager3Test.java | 2 +-
src/test/java/org/htmlunit/CookieManager4Test.java | 2 +-
src/test/java/org/htmlunit/CookieManager5Test.java | 2 +-
src/test/java/org/htmlunit/CookieManagerTest.java | 2 +-
.../java/org/htmlunit/DefaultCredentialsProvider2Test.java | 2 +-
.../java/org/htmlunit/DefaultCredentialsProvider3Test.java | 2 +-
.../java/org/htmlunit/DefaultCredentialsProviderTest.java | 2 +-
src/test/java/org/htmlunit/DefaultPageCreator2Test.java | 2 +-
src/test/java/org/htmlunit/DefaultPageCreatorTest.java | 2 +-
src/test/java/org/htmlunit/ErrorOutputChecker.java | 2 +-
src/test/java/org/htmlunit/ErrorOutputCheckerTest.java | 2 +-
src/test/java/org/htmlunit/ExternalTest.java | 2 +-
.../org/htmlunit/FailingHttpStatusCodeExceptionTest.java | 2 +-
src/test/java/org/htmlunit/History2Test.java | 2 +-
src/test/java/org/htmlunit/HistoryTest.java | 2 +-
src/test/java/org/htmlunit/HttpWebConnection2Test.java | 2 +-
src/test/java/org/htmlunit/HttpWebConnection3Test.java | 2 +-
.../java/org/htmlunit/HttpWebConnectionInsecureSSLTest.java | 2 +-
...ttpWebConnectionInsecureSSLWithClientCertificateTest.java | 2 +-
src/test/java/org/htmlunit/HttpWebConnectionProxyTest.java | 2 +-
src/test/java/org/htmlunit/HttpWebConnectionTest.java | 2 +-
.../java/org/htmlunit/HttpWebConnectionTruststoreTest.java | 2 +-
src/test/java/org/htmlunit/ImmediateRefreshHandlerTest.java | 2 +-
src/test/java/org/htmlunit/IncorrectnessListenerTest.java | 2 +-
src/test/java/org/htmlunit/MiniServer.java | 2 +-
src/test/java/org/htmlunit/MockWebConnectionTest.java | 2 +-
src/test/java/org/htmlunit/NiceRefreshHandlerTest.java | 2 +-
.../htmlunit/NicelyResynchronizingAjaxControllerTest.java | 2 +-
src/test/java/org/htmlunit/NoHttpResponseTest.java | 2 +-
src/test/java/org/htmlunit/NotYetImplementedTest.java | 2 +-
.../java/org/htmlunit/ObjectInstantiationExceptionTest.java | 2 +-
src/test/java/org/htmlunit/PageReloadTest.java | 2 +-
src/test/java/org/htmlunit/PrimitiveWebServer.java | 2 +-
src/test/java/org/htmlunit/ScriptExceptionTest.java | 2 +-
src/test/java/org/htmlunit/ScriptPreProcessorTest.java | 2 +-
src/test/java/org/htmlunit/SgmlPage2Test.java | 2 +-
src/test/java/org/htmlunit/SgmlPageTest.java | 2 +-
src/test/java/org/htmlunit/SimpleWebTestCase.java | 2 +-
src/test/java/org/htmlunit/SocksProxyTest.java | 2 +-
src/test/java/org/htmlunit/StorageHolderTest.java | 2 +-
src/test/java/org/htmlunit/StringWebResponseTest.java | 2 +-
src/test/java/org/htmlunit/TestCaseTest.java | 2 +-
src/test/java/org/htmlunit/TextPageTest.java | 2 +-
src/test/java/org/htmlunit/TopLevelWindowTest.java | 2 +-
src/test/java/org/htmlunit/VersionTest.java | 2 +-
src/test/java/org/htmlunit/WaitingRefreshHandlerTest.java | 2 +-
src/test/java/org/htmlunit/WebAssertTest.java | 2 +-
src/test/java/org/htmlunit/WebClient2Test.java | 2 +-
src/test/java/org/htmlunit/WebClient3Test.java | 2 +-
src/test/java/org/htmlunit/WebClient4Test.java | 2 +-
src/test/java/org/htmlunit/WebClient5Test.java | 2 +-
src/test/java/org/htmlunit/WebClient6Test.java | 2 +-
src/test/java/org/htmlunit/WebClient7Test.java | 2 +-
src/test/java/org/htmlunit/WebClient8Test.java | 2 +-
src/test/java/org/htmlunit/WebClient9Test.java | 2 +-
src/test/java/org/htmlunit/WebClientOptionsTest.java | 2 +-
src/test/java/org/htmlunit/WebClientTest.java | 2 +-
.../org/htmlunit/WebClientWaitForBackgroundJobsTest.java | 2 +-
src/test/java/org/htmlunit/WebDriverTestCase.java | 2 +-
src/test/java/org/htmlunit/WebRequest2Test.java | 2 +-
src/test/java/org/htmlunit/WebRequestTest.java | 2 +-
src/test/java/org/htmlunit/WebResponse2Test.java | 2 +-
src/test/java/org/htmlunit/WebResponseData2Test.java | 2 +-
src/test/java/org/htmlunit/WebResponseDataTest.java | 2 +-
src/test/java/org/htmlunit/WebResponseTest.java | 2 +-
src/test/java/org/htmlunit/WebServerTestCase.java | 2 +-
src/test/java/org/htmlunit/WebTestCase.java | 2 +-
src/test/java/org/htmlunit/WebWindowListenerTest.java | 2 +-
src/test/java/org/htmlunit/annotations/StandardsMode.java | 2 +-
src/test/java/org/htmlunit/archunit/Architecture2Test.java | 2 +-
src/test/java/org/htmlunit/archunit/ArchitectureTest.java | 2 +-
.../java/org/htmlunit/attachment/AttachmentHandlerTest.java | 2 +-
src/test/java/org/htmlunit/attachment/AttachmentTest.java | 2 +-
.../htmlunit/attachment/CollectingAttachmentHandlerTest.java | 2 +-
.../attachment/DownloadingAttachmentHandlerTest.java | 2 +-
.../java/org/htmlunit/css/StyleAttributesIterable2Test.java | 2 +-
.../java/org/htmlunit/css/StyleAttributesIterableTest.java | 2 +-
src/test/java/org/htmlunit/css/StyleAttributesTest.java | 2 +-
src/test/java/org/htmlunit/doc/DetailsTest.java | 2 +-
src/test/java/org/htmlunit/doc/DocumentationTests.java | 2 +-
src/test/java/org/htmlunit/doc/FaqTest.java | 2 +-
src/test/java/org/htmlunit/doc/StorageHolderTest.java | 2 +-
src/test/java/org/htmlunit/doc/WebClientTest.java | 2 +-
.../encoding/AbstractXMLHttpRequestEncodingTest.java | 2 +-
.../org/htmlunit/encoding/CssStyleSheetEncodingTest.java | 2 +-
.../java/org/htmlunit/encoding/HtmlPageEncodingTest.java | 2 +-
src/test/java/org/htmlunit/encoding/ScriptEncodingTest.java | 2 +-
.../encoding/XMLHttpRequestResponseAsTextEncodingTest.java | 2 +-
.../encoding/XMLHttpRequestResponseAsXMLEncodingTest.java | 2 +-
.../encoding/XMLHttpRequestResponseTextEncodingTest.java | 2 +-
.../encoding/XMLHttpRequestResponseXMLEncodingTest.java | 2 +-
src/test/java/org/htmlunit/fuzzer/FuzzerTest.java | 2 +-
.../general/DedicatedWorkerGlobalScopeClassNameTest.java | 2 +-
.../general/DedicatedWorkerGlobalScopeConstantsTest.java | 2 +-
.../general/DedicatedWorkerGlobalScopeTypeOfTest.java | 2 +-
.../java/org/htmlunit/general/ElementChildNodesTest.java | 2 +-
.../java/org/htmlunit/general/ElementClosesItselfTest.java | 2 +-
src/test/java/org/htmlunit/general/ElementCreationTest.java | 2 +-
.../org/htmlunit/general/ElementDefaultStyleDisplayTest.java | 2 +-
src/test/java/org/htmlunit/general/ElementOuterHtmlTest.java | 2 +-
.../java/org/htmlunit/general/ElementOwnPropertiesTest.java | 2 +-
.../org/htmlunit/general/ElementOwnPropertySymbolsTest.java | 2 +-
.../java/org/htmlunit/general/ElementPropertiesTest.java | 2 +-
src/test/java/org/htmlunit/general/HostClassNameTest.java | 2 +-
src/test/java/org/htmlunit/general/HostConstantsTest.java | 2 +-
src/test/java/org/htmlunit/general/HostConstructorTest.java | 2 +-
src/test/java/org/htmlunit/general/HostExtractor.java | 2 +-
src/test/java/org/htmlunit/general/HostTestsTest.java | 2 +-
src/test/java/org/htmlunit/general/HostTypeOfTest.java | 2 +-
.../org/htmlunit/general/huge/ElementClosesElementTest.java | 2 +-
src/test/java/org/htmlunit/general/huge/HostParentOf.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfATest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfBTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfCTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfDTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfFTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfHTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfITest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfMTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfNTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfPTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfS2Test.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfSTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfTTest.java | 2 +-
.../java/org/htmlunit/general/huge/HostParentOfWTest.java | 2 +-
src/test/java/org/htmlunit/html/AttributesTest.java | 2 +-
src/test/java/org/htmlunit/html/BaseFrameElement2Test.java | 2 +-
src/test/java/org/htmlunit/html/BaseFrameElementTest.java | 2 +-
src/test/java/org/htmlunit/html/ClickableElement2Test.java | 2 +-
src/test/java/org/htmlunit/html/ClickableElementTest.java | 2 +-
.../java/org/htmlunit/html/DefaultElementFactoryTest.java | 2 +-
src/test/java/org/htmlunit/html/DisabledElementTest.java | 2 +-
src/test/java/org/htmlunit/html/DomAttrTest.java | 2 +-
src/test/java/org/htmlunit/html/DomCommentTest.java | 2 +-
src/test/java/org/htmlunit/html/DomDocumentFragmentTest.java | 2 +-
src/test/java/org/htmlunit/html/DomElement2Test.java | 2 +-
src/test/java/org/htmlunit/html/DomElementTest.java | 2 +-
src/test/java/org/htmlunit/html/DomNamespaceNodeTest.java | 2 +-
src/test/java/org/htmlunit/html/DomNode2Test.java | 2 +-
src/test/java/org/htmlunit/html/DomNodeIterator2Test.java | 2 +-
src/test/java/org/htmlunit/html/DomNodeIteratorTest.java | 2 +-
src/test/java/org/htmlunit/html/DomNodeListTest.java | 2 +-
src/test/java/org/htmlunit/html/DomNodeTest.java | 2 +-
src/test/java/org/htmlunit/html/DomTextTest.java | 2 +-
src/test/java/org/htmlunit/html/FocusableElement2Test.java | 2 +-
src/test/java/org/htmlunit/html/FocusableElementTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlAnchor2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlAnchorTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlArea2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlAreaTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlAttrTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlBackgroundSoundTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlBaseFontTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlBaseTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlBodyTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlBreakTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlButton2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlButtonInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlButtonInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlButtonTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlCanvasTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlCaptionTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlCheckBoxInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlCheckBoxInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlColorInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlColorInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDateInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDateInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDateTimeInputTest.java | 2 +-
.../java/org/htmlunit/html/HtmlDateTimeLocalInputTest.java | 2 +-
.../org/htmlunit/html/HtmlDefinitionDescriptionTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDefinitionListTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDirectoryTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDivision2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlDivisionTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlElement2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlElementTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlEmailInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlEmailInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlEmbedTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFieldSetTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFileInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFileInput3Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFileInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFontTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlForm2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFormTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFrame2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFrameSetTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlFrameTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHeadTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHeading2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHeadingTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHiddenInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHiddenInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHorizontalRuleTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlHtmlTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlImage2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlImageDownloadTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlImageInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlImageInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlImageTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlInlineFrame2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlInlineFrameTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlInput3Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlInsertedTextTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlIsIndex2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlItalicTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlLabel2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlLabelTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlLegendTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlLink2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlLinkTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlListItemTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlMapTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlMenuTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlMetaTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlModificationTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlMonthInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlMonthInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlNoFrames2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlNoFramesTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlNoScript2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlNoScriptTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlNumberInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlNumberInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlObject2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlObjectTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOption2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOptionGroup2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOptionGroupTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOptionTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOrderedList2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOrderedListTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlOutputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPage2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPage3Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPage4Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPageTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPageTest5.java | 2 +-
src/test/java/org/htmlunit/html/HtmlParagraphTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlParameterTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPasswordInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlPasswordInputTest.java | 2 +-
.../java/org/htmlunit/html/HtmlPreformattedText2Test.java | 2 +-
.../java/org/htmlunit/html/HtmlPreformattedTextTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlProgressTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlQuoteTest.java | 2 +-
.../java/org/htmlunit/html/HtmlRadioButtonInput2Test.java | 2 +-
.../java/org/htmlunit/html/HtmlRadioButtonInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlRangeInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlRangeInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlRbTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlResetInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlResetInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlRpTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlRtTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlRtcTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlScript2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlScriptTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSearchInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSearchInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSelect2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSelectTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSlotTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSpan2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSpanTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlStyle2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlStyleTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSubmitInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSubmitInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlSvgTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTable2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTableCellTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTableColumnTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTableRowTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTableSection2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTableSectionTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTableTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTelInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTelInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTemplate2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTemplateTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTextArea2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTextAreaTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTextInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTextInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTimeInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTimeInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTitle2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlTitleTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlUnknownElementTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlUnorderedList2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlUnorderedListTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlUrlInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlUrlInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlWeekInput2Test.java | 2 +-
src/test/java/org/htmlunit/html/HtmlWeekInputTest.java | 2 +-
src/test/java/org/htmlunit/html/HtmlWordBreakTest.java | 2 +-
.../html/IEConditionalCommentExpressionEvaluatorTest.java | 2 +-
.../java/org/htmlunit/html/IEConditionalCommentsTest.java | 2 +-
src/test/java/org/htmlunit/html/LoggingRefreshHandler.java | 2 +-
.../java/org/htmlunit/html/NamedAttrNodeMapImplTest.java | 2 +-
src/test/java/org/htmlunit/html/XHtmlPage2Test.java | 2 +-
src/test/java/org/htmlunit/html/XHtmlPageTest.java | 2 +-
src/test/java/org/htmlunit/html/XmlSerializerTest.java | 2 +-
src/test/java/org/htmlunit/html/impl/SimpleRangeTest.java | 2 +-
src/test/java/org/htmlunit/html/parser/HTMLParser2Test.java | 2 +-
src/test/java/org/htmlunit/html/parser/HTMLParser3Test.java | 2 +-
src/test/java/org/htmlunit/html/parser/HTMLParser4Test.java | 2 +-
src/test/java/org/htmlunit/html/parser/HTMLParser5Test.java | 2 +-
src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java | 2 +-
.../org/htmlunit/html/parser/HTMLParserListenerTest.java | 2 +-
src/test/java/org/htmlunit/html/parser/HTMLParserTest.java | 2 +-
.../java/org/htmlunit/html/parser/MalformedHtml2Test.java | 2 +-
.../java/org/htmlunit/html/parser/MalformedHtmlTest.java | 2 +-
.../htmlunit/html/performance/HugePagePerformanceTest.java | 2 +-
.../html/serializer/HtmlSerializerInnerOuterText2Test.java | 2 +-
.../html/serializer/HtmlSerializerNormalizedText2Test.java | 2 +-
.../html/serializer/HtmlSerializerNormalizedTextTest.java | 2 +-
.../html/serializer/HtmlSerializerVisibleText2Test.java | 2 +-
.../html/serializer/HtmlSerializerVisibleTextTest.java | 2 +-
.../java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java | 2 +-
src/test/java/org/htmlunit/html/xpath/HtmlUnitXPathTest.java | 2 +-
src/test/java/org/htmlunit/http/HttpUtilsTest.java | 2 +-
.../org/htmlunit/httpclient/HtmlUnitCookieStoreTest.java | 2 +-
src/test/java/org/htmlunit/httpclient/HttpClientTest.java | 2 +-
src/test/java/org/htmlunit/javascript/ArgumentsTest.java | 2 +-
src/test/java/org/htmlunit/javascript/AttributeCaseTest.java | 2 +-
.../java/org/htmlunit/javascript/DebugFrameImplTest.java | 2 +-
.../org/htmlunit/javascript/FunctionsRestParametersTest.java | 2 +-
src/test/java/org/htmlunit/javascript/FunctionsTest.java | 2 +-
.../java/org/htmlunit/javascript/FunctionsWrapper2Test.java | 2 +-
.../java/org/htmlunit/javascript/FunctionsWrapperTest.java | 2 +-
.../java/org/htmlunit/javascript/GlobalFunctionsTest.java | 2 +-
.../org/htmlunit/javascript/HtmlUnitContextFactoryTest.java | 2 +-
.../org/htmlunit/javascript/HtmlUnitScriptable2Test.java | 2 +-
.../java/org/htmlunit/javascript/HtmlUnitScriptableTest.java | 2 +-
.../htmlunit/javascript/IEConditionalCompilationTest.java | 2 +-
src/test/java/org/htmlunit/javascript/IEWeirdSyntaxTest.java | 2 +-
src/test/java/org/htmlunit/javascript/IteratorTest.java | 2 +-
.../java/org/htmlunit/javascript/JavaScriptEngine2Test.java | 2 +-
.../java/org/htmlunit/javascript/JavaScriptEngineTest.java | 2 +-
.../htmlunit/javascript/JavascriptErrorListener2Test.java | 2 +-
.../org/htmlunit/javascript/JavascriptErrorListenerTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeArrayTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeDate2Test.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeDateTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeErrorTest.java | 2 +-
.../java/org/htmlunit/javascript/NativeFunctionTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeGlobalTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeJSONTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeMapTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeNumberTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeObjectTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeRegExpTest.java | 2 +-
src/test/java/org/htmlunit/javascript/NativeStringTest.java | 2 +-
.../java/org/htmlunit/javascript/NativeTypedArrayTest.java | 2 +-
.../java/org/htmlunit/javascript/PostponedActionTest.java | 2 +-
src/test/java/org/htmlunit/javascript/RhinoTest.java | 2 +-
src/test/java/org/htmlunit/javascript/ScriptRuntimeTest.java | 2 +-
.../java/org/htmlunit/javascript/ScriptableObjectTest.java | 2 +-
src/test/java/org/htmlunit/javascript/ThreadTest.java | 2 +-
.../background/JavaScriptJobManagerMinimalTest.java | 2 +-
.../javascript/background/JavaScriptJobManagerTest.java | 2 +-
.../org/htmlunit/javascript/background/MemoryLeakTest.java | 2 +-
.../javascript/configuration/ClassConfigurationTest.java | 2 +-
.../configuration/JavaScriptConfigurationTest.java | 2 +-
.../org/htmlunit/javascript/host/ActiveXObject2Test.java | 2 +-
.../org/htmlunit/javascript/host/ApplicationCacheTest.java | 2 +-
.../java/org/htmlunit/javascript/host/BoxObjectTest.java | 2 +-
.../org/htmlunit/javascript/host/ClientRectListTest.java | 2 +-
.../java/org/htmlunit/javascript/host/ClientRectTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/Console2Test.java | 2 +-
src/test/java/org/htmlunit/javascript/host/ConsoleTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/ElementTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/ExternalTest.java | 2 +-
.../java/org/htmlunit/javascript/host/FontFaceSetTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/FontFaceTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/History2Test.java | 2 +-
src/test/java/org/htmlunit/javascript/host/HistoryTest.java | 2 +-
.../org/htmlunit/javascript/host/InstallTriggerTest.java | 2 +-
.../java/org/htmlunit/javascript/host/Location2Test.java | 2 +-
src/test/java/org/htmlunit/javascript/host/LocationTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/MapTest.java | 2 +-
.../org/htmlunit/javascript/host/MessageChannelTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/MimeTypeTest.java | 2 +-
.../java/org/htmlunit/javascript/host/NamedNodeMapTest.java | 2 +-
.../java/org/htmlunit/javascript/host/NamespaceTest.java | 2 +-
.../java/org/htmlunit/javascript/host/Navigator2Test.java | 2 +-
.../java/org/htmlunit/javascript/host/NavigatorTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/NetscapeTest.java | 2 +-
.../java/org/htmlunit/javascript/host/NotificationTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/PluginTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/Popup2Test.java | 2 +-
src/test/java/org/htmlunit/javascript/host/PopupTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/PromiseTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/ReflectTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/ScreenTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/SetTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/StorageTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/SymbolTest.java | 2 +-
.../java/org/htmlunit/javascript/host/TextDecoderTest.java | 2 +-
.../java/org/htmlunit/javascript/host/TextEncoderTest.java | 2 +-
.../org/htmlunit/javascript/host/URLSearchParamsTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/URLTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/WeakMapTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/WeakSetTest.java | 2 +-
.../java/org/htmlunit/javascript/host/WebSocketTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/Window2Test.java | 2 +-
src/test/java/org/htmlunit/javascript/host/Window3Test.java | 2 +-
.../org/htmlunit/javascript/host/WindowConcurrency2Test.java | 2 +-
.../org/htmlunit/javascript/host/WindowConcurrencyTest.java | 2 +-
.../org/htmlunit/javascript/host/WindowPostMessageTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/WindowTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/ArrayBufferTest.java | 2 +-
.../htmlunit/javascript/host/arrays/ArrayBufferViewTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/DataViewTest.java | 2 +-
.../htmlunit/javascript/host/arrays/Float32ArrayTest.java | 2 +-
.../htmlunit/javascript/host/arrays/Float64ArrayTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/Int16ArrayTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/Int32ArrayTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/Int8ArrayTest.java | 2 +-
.../javascript/host/arrays/SharedArrayBufferTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/Uint16ArrayTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/Uint32ArrayTest.java | 2 +-
.../org/htmlunit/javascript/host/arrays/Uint8ArrayTest.java | 2 +-
.../javascript/host/arrays/Uint8ClampedArrayTest.java | 2 +-
.../htmlunit/javascript/host/canvas/CanvasGradientTest.java | 2 +-
.../javascript/host/canvas/CanvasRenderingContext2DTest.java | 2 +-
.../org/htmlunit/javascript/host/canvas/ImageDataTest.java | 2 +-
.../javascript/host/canvas/IntersectionObserverTest.java | 2 +-
.../java/org/htmlunit/javascript/host/crypto/CryptoTest.java | 2 +-
.../htmlunit/javascript/host/crypto/SubtleCryptoTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSCharsetRuleTest.java | 2 +-
.../htmlunit/javascript/host/css/CSSFontFaceRuleTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSImportRuleTest.java | 2 +-
.../htmlunit/javascript/host/css/CSSKeyframesRuleTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSMediaRuleTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSPageRuleTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSRuleListTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSSelector2Test.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSSelectorTest.java | 2 +-
.../javascript/host/css/CSSStyleDeclaration2Test.java | 2 +-
.../javascript/host/css/CSSStyleDeclaration3Test.java | 2 +-
.../javascript/host/css/CSSStyleDeclaration4Test.java | 2 +-
.../javascript/host/css/CSSStyleDeclarationTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSStyleRuleTest.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSStyleSheet2Test.java | 2 +-
.../org/htmlunit/javascript/host/css/CSSStyleSheetTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/css/CSSTest.java | 2 +-
.../javascript/host/css/ComputedCSSStyleDeclarationTest.java | 2 +-
.../org/htmlunit/javascript/host/css/ComputedFontTest.java | 2 +-
.../org/htmlunit/javascript/host/css/MediaQueryListTest.java | 2 +-
.../org/htmlunit/javascript/host/css/StyleMediaTest.java | 2 +-
.../org/htmlunit/javascript/host/css/StyleSheetListTest.java | 2 +-
.../host/css/property/ElementClientHeightTest.java | 2 +-
.../javascript/host/css/property/ElementClientWidthTest.java | 2 +-
.../host/css/property/ElementOffsetHeightTest.java | 2 +-
.../javascript/host/css/property/ElementOffsetWidthTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/AbstractRangeTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/dom/AttrTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/CDATASectionTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/CharacterDataTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/CommentTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMExceptionTest.java | 2 +-
.../htmlunit/javascript/host/dom/DOMImplementationTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMMatrixTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DOMParserTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMStringMapTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/DOMTokenListTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/Document2Test.java | 2 +-
.../htmlunit/javascript/host/dom/DocumentFragmentTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/DocumentTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/DocumentTypeTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/EventNodeTest.java | 2 +-
.../htmlunit/javascript/host/dom/MutationObserverTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/Node2Test.java | 2 +-
.../org/htmlunit/javascript/host/dom/NodeFilterTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/NodeIteratorTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/NodeListTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/dom/NodeTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/RadioNodeListTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/RangeTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/Selection2Test.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/SelectionTest.java | 2 +-
.../java/org/htmlunit/javascript/host/dom/TextRangeTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/dom/TextTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/TreeWalkerTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/XPathEvaluatorTest.java | 2 +-
.../htmlunit/javascript/host/dom/XPathExpressionTest.java | 2 +-
.../org/htmlunit/javascript/host/dom/XPathResultTest.java | 2 +-
.../host/draganddrop/DataTransferItemListTest.java | 2 +-
.../javascript/host/draganddrop/DataTransferItemTest.java | 2 +-
.../javascript/host/draganddrop/DataTransferTest.java | 2 +-
.../htmlunit/javascript/host/event/AnimationEventTest.java | 2 +-
.../javascript/host/event/AudioProcessingEventTest.java | 2 +-
.../javascript/host/event/BeforeInstallPromptEventTest.java | 2 +-
.../javascript/host/event/BeforeUnloadEvent2Test.java | 2 +-
.../javascript/host/event/BeforeUnloadEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/BlobEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/CloseEventTest.java | 2 +-
.../htmlunit/javascript/host/event/CompositionEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/CustomEventTest.java | 2 +-
.../javascript/host/event/DeviceMotionEventTest.java | 2 +-
.../javascript/host/event/DeviceOrientationEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/DragEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/ErrorEventTest.java | 2 +-
.../java/org/htmlunit/javascript/host/event/Event2Test.java | 2 +-
.../java/org/htmlunit/javascript/host/event/Event3Test.java | 2 +-
.../java/org/htmlunit/javascript/host/event/Event4Test.java | 2 +-
.../org/htmlunit/javascript/host/event/EventHandlerTest.java | 2 +-
.../javascript/host/event/EventListenersContainerTest.java | 2 +-
.../org/htmlunit/javascript/host/event/EventTargetTest.java | 2 +-
.../java/org/htmlunit/javascript/host/event/EventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/FocusEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/GamepadEventTest.java | 2 +-
.../htmlunit/javascript/host/event/HashChangeEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/InputEventTest.java | 2 +-
.../htmlunit/javascript/host/event/KeyboardEvent2Test.java | 2 +-
.../htmlunit/javascript/host/event/KeyboardEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/MessageEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/MouseEventTest.java | 2 +-
.../htmlunit/javascript/host/event/MutationEventTest.java | 2 +-
.../host/event/OfflineAudioCompletionEventTest.java | 2 +-
.../javascript/host/event/PageTransitionEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/PointerEventTest.java | 2 +-
.../htmlunit/javascript/host/event/PopStateEventTest.java | 2 +-
.../htmlunit/javascript/host/event/ProgressEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/StorageEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/SubmitEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/TextEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/TimeEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/TouchEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/TrackEventTest.java | 2 +-
.../htmlunit/javascript/host/event/TransitionEventTest.java | 2 +-
.../java/org/htmlunit/javascript/host/event/UIEventTest.java | 2 +-
.../javascript/host/event/WebGLContextEventTest.java | 2 +-
.../org/htmlunit/javascript/host/event/WheelEventTest.java | 2 +-
.../java/org/htmlunit/javascript/host/file/BlobTest.java | 2 +-
.../java/org/htmlunit/javascript/host/file/FileListTest.java | 2 +-
.../org/htmlunit/javascript/host/file/FileReaderTest.java | 2 +-
.../java/org/htmlunit/javascript/host/file/FileTest.java | 2 +-
.../org/htmlunit/javascript/host/geo/GeolocationTest.java | 2 +-
.../org/htmlunit/javascript/host/html/EnumeratorTest.java | 2 +-
.../org/htmlunit/javascript/host/html/FormChildTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLAllCollectionTest.java | 2 +-
.../javascript/host/html/HTMLAnchorElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLAnchorElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLAreaElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLAudioElementTest.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLBRElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLBaseElementTest.java | 2 +-
.../javascript/host/html/HTMLBaseFontElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLBodyElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLButtonElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLCanvasElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLCollection2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLCollectionTest.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDDElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDListElementTest.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDTElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDataElementTest.java | 2 +-
.../javascript/host/html/HTMLDetailsElementTest.java | 2 +-
.../javascript/host/html/HTMLDialogElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDialogElementTest.java | 2 +-
.../javascript/host/html/HTMLDirectoryElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDivElementTest.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDocument2Test.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDocument3Test.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLDocumentTest.java | 2 +-
.../javascript/host/html/HTMLDocumentWrite2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLDocumentWriteTest.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLElement2Test.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLElement3Test.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLEmbedElementTest.java | 2 +-
.../javascript/host/html/HTMLFieldSetElementTest.java | 2 +-
.../javascript/host/html/HTMLFormControlsCollectionTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLFormElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLFormElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLFrameElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLFrameElementTest.java | 2 +-
.../javascript/host/html/HTMLFrameSetElementTest.java | 2 +-
.../org/htmlunit/javascript/host/html/HTMLHRElementTest.java | 2 +-
.../javascript/host/html/HTMLHeadingElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLHtmlElementTest.java | 2 +-
.../javascript/host/html/HTMLIFrameElement2Test.java | 2 +-
.../javascript/host/html/HTMLIFrameElement3Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLIFrameElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLImageElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLImageElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLInputElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLInputElementTest.java | 2 +-
.../javascript/host/html/HTMLIsIndexElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLLabelElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLLegendElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLLinkElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLMapElementTest.java | 2 +-
.../javascript/host/html/HTMLMarqueeElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLMediaElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLMenuElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLMetaElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLMeterElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLOListElementTest.java | 2 +-
.../javascript/host/html/HTMLObjectElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLObjectElementTest.java | 2 +-
.../javascript/host/html/HTMLOptGroupElementTest.java | 2 +-
.../javascript/host/html/HTMLOptionElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLOptionElementTest.java | 2 +-
.../javascript/host/html/HTMLOptionsCollectionTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLOutputElementTest.java | 2 +-
.../javascript/host/html/HTMLParagraphElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLParamElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLPhraseElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLPreElementTest.java | 2 +-
.../javascript/host/html/HTMLProgressElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLQuoteElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLScriptElementTest.java | 2 +-
.../javascript/host/html/HTMLSelectElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLSelectElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLSpanElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLStyleElementTest.java | 2 +-
.../javascript/host/html/HTMLTableCaptionElementTest.java | 2 +-
.../javascript/host/html/HTMLTableCellElementTest.java | 2 +-
.../javascript/host/html/HTMLTableColElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTableElement2Test.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTableElementTest.java | 2 +-
.../javascript/host/html/HTMLTableRowElementTest.java | 2 +-
.../javascript/host/html/HTMLTableSectionElementTest.java | 2 +-
.../javascript/host/html/HTMLTemplateElementTest.java | 2 +-
.../javascript/host/html/HTMLTextAreaElement2Test.java | 2 +-
.../javascript/host/html/HTMLTextAreaElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTextElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTimeElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLTitleElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLUListElementTest.java | 2 +-
.../htmlunit/javascript/host/html/HTMLVideoElementTest.java | 2 +-
.../java/org/htmlunit/javascript/host/intl/CollatorTest.java | 2 +-
.../htmlunit/javascript/host/intl/DateTimeFormat2Test.java | 2 +-
.../htmlunit/javascript/host/intl/DateTimeFormatTest.java | 2 +-
.../java/org/htmlunit/javascript/host/intl/IntlTest.java | 2 +-
.../org/htmlunit/javascript/host/intl/NumberFormat2Test.java | 2 +-
.../org/htmlunit/javascript/host/intl/NumberFormatTest.java | 2 +-
.../htmlunit/javascript/host/intl/V8BreakIteratorTest.java | 2 +-
.../org/htmlunit/javascript/host/media/AudioContextTest.java | 2 +-
.../org/htmlunit/javascript/host/media/AudioParamTest.java | 2 +-
.../htmlunit/javascript/host/media/BaseAudioContextTest.java | 2 +-
.../org/htmlunit/javascript/host/media/GainNodeTest.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaDevicesTest.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaSourceTest.java | 2 +-
.../org/htmlunit/javascript/host/media/MediaStreamTest.java | 2 +-
.../javascript/host/media/OfflineAudioContextTest.java | 2 +-
.../javascript/host/media/PeriodicSyncManagerTest.java | 2 +-
.../javascript/host/media/rtc/RTCPeerConnectionTest.java | 2 +-
.../javascript/host/network/NetworkInformationTest.java | 2 +-
.../host/performance/PerformanceNavigationTest.java | 2 +-
.../javascript/host/performance/PerformanceTest.java | 2 +-
.../javascript/host/performance/PerformanceTimingTest.java | 2 +-
.../java/org/htmlunit/javascript/host/svg/SVGAngleTest.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGPathElementTest.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGSVGElementTest.java | 2 +-
.../htmlunit/javascript/host/svg/SVGTSpanElementTest.java | 2 +-
src/test/java/org/htmlunit/javascript/host/svg/SVGTest.java | 2 +-
.../javascript/host/svg/SVGTextContentElementTest.java | 2 +-
.../org/htmlunit/javascript/host/svg/SVGTextElementTest.java | 2 +-
.../htmlunit/javascript/host/svg/SVGTextPathElementTest.java | 2 +-
.../host/worker/DedicatedWorkerGlobalScopeTest.java | 2 +-
.../htmlunit/javascript/host/worker/WorkerLocationTest.java | 2 +-
.../htmlunit/javascript/host/worker/WorkerNavigatorTest.java | 2 +-
.../java/org/htmlunit/javascript/host/worker/WorkerTest.java | 2 +-
.../java/org/htmlunit/javascript/host/xml/FormDataTest.java | 2 +-
.../org/htmlunit/javascript/host/xml/XMLDocument2Test.java | 2 +-
.../org/htmlunit/javascript/host/xml/XMLDocument3Test.java | 2 +-
.../org/htmlunit/javascript/host/xml/XMLDocumentTest.java | 2 +-
.../htmlunit/javascript/host/xml/XMLHttpRequest2Test.java | 2 +-
.../htmlunit/javascript/host/xml/XMLHttpRequest3Test.java | 2 +-
.../htmlunit/javascript/host/xml/XMLHttpRequest4Test.java | 2 +-
.../htmlunit/javascript/host/xml/XMLHttpRequest5Test.java | 2 +-
.../htmlunit/javascript/host/xml/XMLHttpRequestCORSTest.java | 2 +-
.../javascript/host/xml/XMLHttpRequestEventTargetTest.java | 2 +-
.../javascript/host/xml/XMLHttpRequestLifeCycleTest.java | 2 +-
.../javascript/host/xml/XMLHttpRequestSentContentTest.java | 2 +-
.../org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java | 2 +-
.../org/htmlunit/javascript/host/xml/XMLSerializerTest.java | 2 +-
.../org/htmlunit/javascript/host/xml/XSLTProcessorTest.java | 2 +-
.../java/org/htmlunit/javascript/polyfill/PolyfillTest.java | 2 +-
.../javascript/proxyautoconfig/ProxyAutoConfigTest.java | 2 +-
.../htmlunit/javascript/regexp/HtmlUnitRegExpProxy2Test.java | 2 +-
.../htmlunit/javascript/regexp/HtmlUnitRegExpProxy3Test.java | 2 +-
...mlUnitRegExpProxyGlobalPropertiesStringFunctionsTest.java | 2 +-
.../regexp/HtmlUnitRegExpProxyGlobalPropertiesTest.java | 2 +-
.../regexp/HtmlUnitRegExpProxyInstancePropertiesTest.java | 2 +-
.../htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java | 2 +-
.../javascript/regexp/RegExpJsToJavaConverter2Test.java | 2 +-
.../javascript/regexp/RegExpJsToJavaConverterTest.java | 2 +-
src/test/java/org/htmlunit/javascript/regexp/RegExpTest.java | 2 +-
.../javascript/regexp/mozilla/MozillaTestGenerator.java | 2 +-
.../javascript/regexp/mozilla/js1_2/AlphanumericTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/AsteriskTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/BackslashTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/BackspaceTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/BeginLineTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/CharacterClassTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/CompileTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/DigitTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/DotTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/EndLineTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/EverythingTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/ExecTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/FlagsTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/GlobalTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/HexadecimalTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/IgnoreCaseTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/IntervalTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/OctalTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/ParenthesesTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/PlusTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/QuestionMarkTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/SimpleFormTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/SourceTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/StringReplaceTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/StringSearchTest.java | 2 +-
.../javascript/regexp/mozilla/js1_2/StringSplitTest.java | 2 +-
.../htmlunit/javascript/regexp/mozilla/js1_2/TestTest.java | 2 +-
.../java/org/htmlunit/junit/BrowserParameterizedRunner.java | 2 +-
src/test/java/org/htmlunit/junit/BrowserRunner.java | 2 +-
src/test/java/org/htmlunit/junit/BrowserStatement.java | 2 +-
.../java/org/htmlunit/junit/BrowserVersionClassRunner.java | 2 +-
.../junit/BrowserVersionClassRunnerWithParameters.java | 2 +-
.../org/htmlunit/junit/FrameworkMethodWithParameters.java | 2 +-
src/test/java/org/htmlunit/junit/Retry.java | 2 +-
src/test/java/org/htmlunit/junit/RetryRule.java | 2 +-
.../java/org/htmlunit/junit/StandardsFrameworkMethod.java | 2 +-
src/test/java/org/htmlunit/junit/StandardsTestClass.java | 2 +-
src/test/java/org/htmlunit/junit/TestCaseCorrector.java | 2 +-
src/test/java/org/htmlunit/libraries/BirdTest.java | 2 +-
src/test/java/org/htmlunit/libraries/ChartJs2x9x4Test.java | 2 +-
src/test/java/org/htmlunit/libraries/ChartJs4x4x6Test.java | 2 +-
src/test/java/org/htmlunit/libraries/CurvyCornersTest.java | 2 +-
src/test/java/org/htmlunit/libraries/Dojo102Test.java | 2 +-
src/test/java/org/htmlunit/libraries/Dojo193Test.java | 2 +-
src/test/java/org/htmlunit/libraries/DojoTestBase.java | 2 +-
src/test/java/org/htmlunit/libraries/ExtJS22Test.java | 2 +-
src/test/java/org/htmlunit/libraries/GWTTest.java | 2 +-
src/test/java/org/htmlunit/libraries/GWTTest2x11x0.java | 2 +-
src/test/java/org/htmlunit/libraries/GWTTest2x5x0.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest1x7x0.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest1x8x4.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest1x9x10.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest1x9x12.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest1x9x2.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest2x0x0.java | 2 +-
src/test/java/org/htmlunit/libraries/HtmxTest2x0x2.java | 2 +-
src/test/java/org/htmlunit/libraries/JQuery1x11x3Test.java | 2 +-
src/test/java/org/htmlunit/libraries/JQuery1x8x2Test.java | 2 +-
src/test/java/org/htmlunit/libraries/JQuery3x3x1Test.java | 2 +-
src/test/java/org/htmlunit/libraries/JQueryTestBase.java | 2 +-
.../java/org/htmlunit/libraries/JQueryUsage3x7x1Test.java | 2 +-
.../java/org/htmlunit/libraries/LibraryDependencyTest.java | 2 +-
src/test/java/org/htmlunit/libraries/MochiKitTest.java | 2 +-
src/test/java/org/htmlunit/libraries/MochiKitTest1x4x1.java | 2 +-
src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java | 2 +-
src/test/java/org/htmlunit/libraries/MooTools121Test.java | 2 +-
src/test/java/org/htmlunit/libraries/MyFacesTest.java | 2 +-
.../org/htmlunit/libraries/PolymerWebComponentsTest.java | 2 +-
.../java/org/htmlunit/libraries/Prototype150rc1Test.java | 2 +-
src/test/java/org/htmlunit/libraries/Prototype160Test.java | 2 +-
src/test/java/org/htmlunit/libraries/Prototype161Test.java | 2 +-
src/test/java/org/htmlunit/libraries/Prototype171Test.java | 2 +-
src/test/java/org/htmlunit/libraries/PrototypeTestBase.java | 2 +-
src/test/java/org/htmlunit/libraries/Sarissa0993Test.java | 2 +-
src/test/java/org/htmlunit/libraries/Sarissa0997Test.java | 2 +-
src/test/java/org/htmlunit/libraries/TinyMceTest.java | 2 +-
src/test/java/org/htmlunit/libraries/VueTest.java | 2 +-
src/test/java/org/htmlunit/libraries/YuiTest.java | 2 +-
.../htmlunit/platform/dom/traversal/DomTreeWalkerTest.java | 2 +-
.../java/org/htmlunit/protocol/data/DataURLDecoder2Test.java | 2 +-
.../java/org/htmlunit/protocol/data/DataURLDecoderTest.java | 2 +-
src/test/java/org/htmlunit/selenium/IsDisplayedTest.java | 2 +-
src/test/java/org/htmlunit/selenium/SeleniumTest.java | 2 +-
src/test/java/org/htmlunit/selenium/TypingTest.java | 2 +-
src/test/java/org/htmlunit/source/ElementTestSource.java | 2 +-
src/test/java/org/htmlunit/source/JQueryExtractor.java | 2 +-
src/test/java/org/htmlunit/source/Patch.java | 2 +-
src/test/java/org/htmlunit/source/TestCaseCreator.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAltGlyphDefTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAltGlyphItemTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAltGlyphTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAnchorTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAnimateColorTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAnimateMotionTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAnimateTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgAnimateTransformTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgCircleTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgClipPathTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgColorProfileTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgCursorTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgDefsTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgDescTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgElementTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgEllipseTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeBlendTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeColorMatrixTest.java | 2 +-
.../java/org/htmlunit/svg/SvgFeComponentTransferTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeCompositeTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeConvolveMatrixTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeDiffuseLightingTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeDisplacementMapTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeDistantLightTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeFloodTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeFuncATest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeFuncBTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeFuncGTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeFuncRTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeGaussianBlurTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeImageTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeMergeNodeTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeMergeTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeMorphologyTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeOffsetTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFePointLightTest.java | 2 +-
.../java/org/htmlunit/svg/SvgFeSpecularLightingTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeSpotLightTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeTileTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFeTurbulenceTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFilterTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFontFaceFormatTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFontFaceNameTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFontFaceSrcTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFontFaceTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFontFaceURITest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgFontTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgForeignObjectTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgGlyphRefTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgGlyphTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgGroupTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgHKernTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgImageTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgJavaScriptTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgLineTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgLinearGradientTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgMPathTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgMarkerTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgMaskTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgMatrixTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgMetadataTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgMissingGlyphTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgPathTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgPatternTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgPolygonTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgPolylineTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgRadialGradientTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgRectTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgScriptTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgSetTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgStopTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgStyleTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgSwitchTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgSymbolTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgTRefTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgTSpanTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgTextPathTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgTextTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgTitleTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgUseTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgVKernTest.java | 2 +-
src/test/java/org/htmlunit/svg/SvgViewTest.java | 2 +-
src/test/java/org/htmlunit/util/ArrayUtilsTest.java | 2 +-
src/test/java/org/htmlunit/util/CookieTest.java | 2 +-
.../java/org/htmlunit/util/DebuggingWebConnectionTest.java | 2 +-
src/test/java/org/htmlunit/util/EncodingSnifferTest.java | 2 +-
.../java/org/htmlunit/util/FalsifyingWebConnectionTest.java | 2 +-
src/test/java/org/htmlunit/util/MemoryLeakDetector.java | 2 +-
src/test/java/org/htmlunit/util/OrderedFastHashMapTest.java | 2 +-
src/test/java/org/htmlunit/util/RandomUtils.java | 2 +-
src/test/java/org/htmlunit/util/ServletContentWrapper.java | 2 +-
src/test/java/org/htmlunit/util/StringUtilsTest.java | 2 +-
src/test/java/org/htmlunit/util/UrlUtilsTest.java | 2 +-
.../java/org/htmlunit/util/WebConnectionWrapperTest.java | 2 +-
src/test/java/org/htmlunit/util/geometry/Circle2DTest.java | 2 +-
src/test/java/org/htmlunit/util/geometry/Line2DTest.java | 2 +-
src/test/java/org/htmlunit/util/geometry/Point2DTest.java | 2 +-
src/test/java/org/htmlunit/util/geometry/Polygon2DTest.java | 2 +-
.../java/org/htmlunit/util/geometry/Rectangle2DTest.java | 2 +-
src/test/java/org/htmlunit/util/mocks/WebResponseMock.java | 2 +-
src/test/java/org/htmlunit/xml/XmlPage2Test.java | 2 +-
src/test/java/org/htmlunit/xml/XmlPageTest.java | 2 +-
2010 files changed, 2013 insertions(+), 2010 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 590a552921f..ee1ea36ca09 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,10 @@
-
+
+
+ core-js: Extract function calling out of the interpreter loop for performance.
+
Avoid ConcurrentModificationExceptions in frame processing.
diff --git a/src/main/java/org/htmlunit/AbstractPage.java b/src/main/java/org/htmlunit/AbstractPage.java
index 1ddf2d29272..940d8c67a5c 100644
--- a/src/main/java/org/htmlunit/AbstractPage.java
+++ b/src/main/java/org/htmlunit/AbstractPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/AjaxController.java b/src/main/java/org/htmlunit/AjaxController.java
index f845bbef786..bd8cb6674c6 100644
--- a/src/main/java/org/htmlunit/AjaxController.java
+++ b/src/main/java/org/htmlunit/AjaxController.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/AlertHandler.java b/src/main/java/org/htmlunit/AlertHandler.java
index 41b4508b5c6..227f2f186a1 100644
--- a/src/main/java/org/htmlunit/AlertHandler.java
+++ b/src/main/java/org/htmlunit/AlertHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/BrowserVersion.java b/src/main/java/org/htmlunit/BrowserVersion.java
index 8c88ed6e16d..274518314a9 100644
--- a/src/main/java/org/htmlunit/BrowserVersion.java
+++ b/src/main/java/org/htmlunit/BrowserVersion.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/BrowserVersionFeatures.java b/src/main/java/org/htmlunit/BrowserVersionFeatures.java
index 6253793c5c7..ceebbf5cce1 100644
--- a/src/main/java/org/htmlunit/BrowserVersionFeatures.java
+++ b/src/main/java/org/htmlunit/BrowserVersionFeatures.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/Cache.java b/src/main/java/org/htmlunit/Cache.java
index b9ad5bf8a86..8607c12782b 100644
--- a/src/main/java/org/htmlunit/Cache.java
+++ b/src/main/java/org/htmlunit/Cache.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ClipboardHandler.java b/src/main/java/org/htmlunit/ClipboardHandler.java
index 5bb4ae0bacc..e00a2a57097 100644
--- a/src/main/java/org/htmlunit/ClipboardHandler.java
+++ b/src/main/java/org/htmlunit/ClipboardHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/CollectingAlertHandler.java b/src/main/java/org/htmlunit/CollectingAlertHandler.java
index e86c785ca5b..76ca4d2aae2 100644
--- a/src/main/java/org/htmlunit/CollectingAlertHandler.java
+++ b/src/main/java/org/htmlunit/CollectingAlertHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ConfirmHandler.java b/src/main/java/org/htmlunit/ConfirmHandler.java
index 77c3727c58a..ea1b12a47eb 100644
--- a/src/main/java/org/htmlunit/ConfirmHandler.java
+++ b/src/main/java/org/htmlunit/ConfirmHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/CookieManager.java b/src/main/java/org/htmlunit/CookieManager.java
index ce71e3ae66b..063e3c417da 100644
--- a/src/main/java/org/htmlunit/CookieManager.java
+++ b/src/main/java/org/htmlunit/CookieManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/DefaultCredentialsProvider.java b/src/main/java/org/htmlunit/DefaultCredentialsProvider.java
index 59012821abe..798e6238e31 100644
--- a/src/main/java/org/htmlunit/DefaultCredentialsProvider.java
+++ b/src/main/java/org/htmlunit/DefaultCredentialsProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/DefaultCssErrorHandler.java b/src/main/java/org/htmlunit/DefaultCssErrorHandler.java
index 6cb7c625360..ecbc2bbc23b 100644
--- a/src/main/java/org/htmlunit/DefaultCssErrorHandler.java
+++ b/src/main/java/org/htmlunit/DefaultCssErrorHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/DefaultPageCreator.java b/src/main/java/org/htmlunit/DefaultPageCreator.java
index 1b0f996d933..14936310edd 100644
--- a/src/main/java/org/htmlunit/DefaultPageCreator.java
+++ b/src/main/java/org/htmlunit/DefaultPageCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/DialogWindow.java b/src/main/java/org/htmlunit/DialogWindow.java
index 571a691f723..12e5e0ac4a7 100644
--- a/src/main/java/org/htmlunit/DialogWindow.java
+++ b/src/main/java/org/htmlunit/DialogWindow.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/DownloadedContent.java b/src/main/java/org/htmlunit/DownloadedContent.java
index a3654cb8d20..29d6d2443dc 100644
--- a/src/main/java/org/htmlunit/DownloadedContent.java
+++ b/src/main/java/org/htmlunit/DownloadedContent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ElementNotFoundException.java b/src/main/java/org/htmlunit/ElementNotFoundException.java
index 18341269852..3f178ad5159 100644
--- a/src/main/java/org/htmlunit/ElementNotFoundException.java
+++ b/src/main/java/org/htmlunit/ElementNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/FailingHttpStatusCodeException.java b/src/main/java/org/htmlunit/FailingHttpStatusCodeException.java
index 1ccc2ff1089..98b652d6803 100644
--- a/src/main/java/org/htmlunit/FailingHttpStatusCodeException.java
+++ b/src/main/java/org/htmlunit/FailingHttpStatusCodeException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/FormEncodingType.java b/src/main/java/org/htmlunit/FormEncodingType.java
index d395c57c560..1033fef81f5 100644
--- a/src/main/java/org/htmlunit/FormEncodingType.java
+++ b/src/main/java/org/htmlunit/FormEncodingType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/FrameContentHandler.java b/src/main/java/org/htmlunit/FrameContentHandler.java
index 0bde91b58de..83ddad1c8d7 100644
--- a/src/main/java/org/htmlunit/FrameContentHandler.java
+++ b/src/main/java/org/htmlunit/FrameContentHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/History.java b/src/main/java/org/htmlunit/History.java
index 6122e714716..15ac7a25907 100644
--- a/src/main/java/org/htmlunit/History.java
+++ b/src/main/java/org/htmlunit/History.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/HttpHeader.java b/src/main/java/org/htmlunit/HttpHeader.java
index d61c962bf34..b71be6f696c 100644
--- a/src/main/java/org/htmlunit/HttpHeader.java
+++ b/src/main/java/org/htmlunit/HttpHeader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/HttpMethod.java b/src/main/java/org/htmlunit/HttpMethod.java
index a77391a2234..36002469782 100644
--- a/src/main/java/org/htmlunit/HttpMethod.java
+++ b/src/main/java/org/htmlunit/HttpMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/HttpWebConnection.java b/src/main/java/org/htmlunit/HttpWebConnection.java
index 7f266d0ebb2..68ac8252b6e 100644
--- a/src/main/java/org/htmlunit/HttpWebConnection.java
+++ b/src/main/java/org/htmlunit/HttpWebConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ImmediateRefreshHandler.java b/src/main/java/org/htmlunit/ImmediateRefreshHandler.java
index 9aa782d7d51..de10d5746cd 100644
--- a/src/main/java/org/htmlunit/ImmediateRefreshHandler.java
+++ b/src/main/java/org/htmlunit/ImmediateRefreshHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/IncorrectnessListener.java b/src/main/java/org/htmlunit/IncorrectnessListener.java
index c7d539e5872..0a1f5dbc1d4 100644
--- a/src/main/java/org/htmlunit/IncorrectnessListener.java
+++ b/src/main/java/org/htmlunit/IncorrectnessListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/IncorrectnessListenerImpl.java b/src/main/java/org/htmlunit/IncorrectnessListenerImpl.java
index ddf3bf0ab3d..b966c7c19e0 100644
--- a/src/main/java/org/htmlunit/IncorrectnessListenerImpl.java
+++ b/src/main/java/org/htmlunit/IncorrectnessListenerImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/MockWebConnection.java b/src/main/java/org/htmlunit/MockWebConnection.java
index 52e5c4c6bdf..3bd3126737a 100644
--- a/src/main/java/org/htmlunit/MockWebConnection.java
+++ b/src/main/java/org/htmlunit/MockWebConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/NiceRefreshHandler.java b/src/main/java/org/htmlunit/NiceRefreshHandler.java
index 58d61966d4e..0a369a13082 100644
--- a/src/main/java/org/htmlunit/NiceRefreshHandler.java
+++ b/src/main/java/org/htmlunit/NiceRefreshHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/NicelyResynchronizingAjaxController.java b/src/main/java/org/htmlunit/NicelyResynchronizingAjaxController.java
index 90e3b2b3e07..99305812765 100644
--- a/src/main/java/org/htmlunit/NicelyResynchronizingAjaxController.java
+++ b/src/main/java/org/htmlunit/NicelyResynchronizingAjaxController.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/NotYetImplementedException.java b/src/main/java/org/htmlunit/NotYetImplementedException.java
index e837e64928f..daeac7bdd2a 100644
--- a/src/main/java/org/htmlunit/NotYetImplementedException.java
+++ b/src/main/java/org/htmlunit/NotYetImplementedException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ObjectInstantiationException.java b/src/main/java/org/htmlunit/ObjectInstantiationException.java
index 25a22cb349d..4645bcfeafb 100644
--- a/src/main/java/org/htmlunit/ObjectInstantiationException.java
+++ b/src/main/java/org/htmlunit/ObjectInstantiationException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/OnbeforeunloadHandler.java b/src/main/java/org/htmlunit/OnbeforeunloadHandler.java
index 401828f4fc8..232da80ac69 100644
--- a/src/main/java/org/htmlunit/OnbeforeunloadHandler.java
+++ b/src/main/java/org/htmlunit/OnbeforeunloadHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/Page.java b/src/main/java/org/htmlunit/Page.java
index 57f40739fe2..e721620594d 100644
--- a/src/main/java/org/htmlunit/Page.java
+++ b/src/main/java/org/htmlunit/Page.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/PageCreator.java b/src/main/java/org/htmlunit/PageCreator.java
index 0d134e25403..d774a5fb750 100644
--- a/src/main/java/org/htmlunit/PageCreator.java
+++ b/src/main/java/org/htmlunit/PageCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/PrintHandler.java b/src/main/java/org/htmlunit/PrintHandler.java
index cf7ebfad005..1cf16eff3da 100644
--- a/src/main/java/org/htmlunit/PrintHandler.java
+++ b/src/main/java/org/htmlunit/PrintHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/PromptHandler.java b/src/main/java/org/htmlunit/PromptHandler.java
index 5947e7baf0e..484aa3cc45b 100644
--- a/src/main/java/org/htmlunit/PromptHandler.java
+++ b/src/main/java/org/htmlunit/PromptHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ProxyConfig.java b/src/main/java/org/htmlunit/ProxyConfig.java
index c4433cddb54..d25dfe5b406 100644
--- a/src/main/java/org/htmlunit/ProxyConfig.java
+++ b/src/main/java/org/htmlunit/ProxyConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/RefreshHandler.java b/src/main/java/org/htmlunit/RefreshHandler.java
index b05f15addb1..aec83a4600b 100644
--- a/src/main/java/org/htmlunit/RefreshHandler.java
+++ b/src/main/java/org/htmlunit/RefreshHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/Screen.java b/src/main/java/org/htmlunit/Screen.java
index 7c9f382d46f..739c5131858 100644
--- a/src/main/java/org/htmlunit/Screen.java
+++ b/src/main/java/org/htmlunit/Screen.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ScriptException.java b/src/main/java/org/htmlunit/ScriptException.java
index c8687e62bda..0f5b9f3bdfb 100644
--- a/src/main/java/org/htmlunit/ScriptException.java
+++ b/src/main/java/org/htmlunit/ScriptException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ScriptPreProcessor.java b/src/main/java/org/htmlunit/ScriptPreProcessor.java
index c8eb14602fd..b5c0ede9770 100644
--- a/src/main/java/org/htmlunit/ScriptPreProcessor.java
+++ b/src/main/java/org/htmlunit/ScriptPreProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ScriptResult.java b/src/main/java/org/htmlunit/ScriptResult.java
index 554c8103672..c30b5630433 100644
--- a/src/main/java/org/htmlunit/ScriptResult.java
+++ b/src/main/java/org/htmlunit/ScriptResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/SgmlPage.java b/src/main/java/org/htmlunit/SgmlPage.java
index 6b643e27f63..80253083678 100644
--- a/src/main/java/org/htmlunit/SgmlPage.java
+++ b/src/main/java/org/htmlunit/SgmlPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/SilentCssErrorHandler.java b/src/main/java/org/htmlunit/SilentCssErrorHandler.java
index 88d44bf8f9d..c7022d09a81 100644
--- a/src/main/java/org/htmlunit/SilentCssErrorHandler.java
+++ b/src/main/java/org/htmlunit/SilentCssErrorHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/SilentIncorrectnessListener.java b/src/main/java/org/htmlunit/SilentIncorrectnessListener.java
index fe95df873b2..e8e1dfa1995 100644
--- a/src/main/java/org/htmlunit/SilentIncorrectnessListener.java
+++ b/src/main/java/org/htmlunit/SilentIncorrectnessListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/StatusHandler.java b/src/main/java/org/htmlunit/StatusHandler.java
index f1a7a07c8d4..2ea5ff8be5b 100644
--- a/src/main/java/org/htmlunit/StatusHandler.java
+++ b/src/main/java/org/htmlunit/StatusHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/StorageHolder.java b/src/main/java/org/htmlunit/StorageHolder.java
index 73e4e970334..19b917817a7 100644
--- a/src/main/java/org/htmlunit/StorageHolder.java
+++ b/src/main/java/org/htmlunit/StorageHolder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/StringWebResponse.java b/src/main/java/org/htmlunit/StringWebResponse.java
index 5ac6e4e6464..0f1d0fbd791 100644
--- a/src/main/java/org/htmlunit/StringWebResponse.java
+++ b/src/main/java/org/htmlunit/StringWebResponse.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/TextPage.java b/src/main/java/org/htmlunit/TextPage.java
index fe21deaf77f..1c30e4c721d 100644
--- a/src/main/java/org/htmlunit/TextPage.java
+++ b/src/main/java/org/htmlunit/TextPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/ThreadedRefreshHandler.java b/src/main/java/org/htmlunit/ThreadedRefreshHandler.java
index b2925a38d2a..756f11401e8 100644
--- a/src/main/java/org/htmlunit/ThreadedRefreshHandler.java
+++ b/src/main/java/org/htmlunit/ThreadedRefreshHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/TopLevelWindow.java b/src/main/java/org/htmlunit/TopLevelWindow.java
index 99bf5c5dfa4..5baeb31fc91 100644
--- a/src/main/java/org/htmlunit/TopLevelWindow.java
+++ b/src/main/java/org/htmlunit/TopLevelWindow.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/UnexpectedPage.java b/src/main/java/org/htmlunit/UnexpectedPage.java
index 2040e4afaf0..faa027e247d 100644
--- a/src/main/java/org/htmlunit/UnexpectedPage.java
+++ b/src/main/java/org/htmlunit/UnexpectedPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/Version.java b/src/main/java/org/htmlunit/Version.java
index d737e259004..e57d14f80b2 100644
--- a/src/main/java/org/htmlunit/Version.java
+++ b/src/main/java/org/htmlunit/Version.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WaitingRefreshHandler.java b/src/main/java/org/htmlunit/WaitingRefreshHandler.java
index 91186fce65b..1d26563b47d 100644
--- a/src/main/java/org/htmlunit/WaitingRefreshHandler.java
+++ b/src/main/java/org/htmlunit/WaitingRefreshHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebAssert.java b/src/main/java/org/htmlunit/WebAssert.java
index ceaa25d46fd..612e444cc46 100644
--- a/src/main/java/org/htmlunit/WebAssert.java
+++ b/src/main/java/org/htmlunit/WebAssert.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebClient.java b/src/main/java/org/htmlunit/WebClient.java
index 08f92818e53..1eeed75862b 100644
--- a/src/main/java/org/htmlunit/WebClient.java
+++ b/src/main/java/org/htmlunit/WebClient.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebClientOptions.java b/src/main/java/org/htmlunit/WebClientOptions.java
index 030d13981f1..092ee7fb86e 100644
--- a/src/main/java/org/htmlunit/WebClientOptions.java
+++ b/src/main/java/org/htmlunit/WebClientOptions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebConnection.java b/src/main/java/org/htmlunit/WebConnection.java
index 758d96744f6..956d3f41f93 100644
--- a/src/main/java/org/htmlunit/WebConnection.java
+++ b/src/main/java/org/htmlunit/WebConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebConsole.java b/src/main/java/org/htmlunit/WebConsole.java
index 8d3de6d1b90..1656f3bf7bf 100644
--- a/src/main/java/org/htmlunit/WebConsole.java
+++ b/src/main/java/org/htmlunit/WebConsole.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebRequest.java b/src/main/java/org/htmlunit/WebRequest.java
index 2ef4fd3857b..22777886591 100644
--- a/src/main/java/org/htmlunit/WebRequest.java
+++ b/src/main/java/org/htmlunit/WebRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebResponse.java b/src/main/java/org/htmlunit/WebResponse.java
index c54359fd360..9224b2efe3e 100644
--- a/src/main/java/org/htmlunit/WebResponse.java
+++ b/src/main/java/org/htmlunit/WebResponse.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebResponseData.java b/src/main/java/org/htmlunit/WebResponseData.java
index bd9b11f9d5f..6dab15f7ff7 100644
--- a/src/main/java/org/htmlunit/WebResponseData.java
+++ b/src/main/java/org/htmlunit/WebResponseData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebResponseFromCache.java b/src/main/java/org/htmlunit/WebResponseFromCache.java
index 1354fbaf09f..287d62fe213 100644
--- a/src/main/java/org/htmlunit/WebResponseFromCache.java
+++ b/src/main/java/org/htmlunit/WebResponseFromCache.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebWindow.java b/src/main/java/org/htmlunit/WebWindow.java
index b6b44ecb0b0..b1660b2ff5d 100644
--- a/src/main/java/org/htmlunit/WebWindow.java
+++ b/src/main/java/org/htmlunit/WebWindow.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebWindowAdapter.java b/src/main/java/org/htmlunit/WebWindowAdapter.java
index c6f71d85dba..e23da1d128d 100644
--- a/src/main/java/org/htmlunit/WebWindowAdapter.java
+++ b/src/main/java/org/htmlunit/WebWindowAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebWindowEvent.java b/src/main/java/org/htmlunit/WebWindowEvent.java
index b1e440081a5..4af175d9b3e 100644
--- a/src/main/java/org/htmlunit/WebWindowEvent.java
+++ b/src/main/java/org/htmlunit/WebWindowEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebWindowImpl.java b/src/main/java/org/htmlunit/WebWindowImpl.java
index 9d3f4fcb536..a761b2ec316 100644
--- a/src/main/java/org/htmlunit/WebWindowImpl.java
+++ b/src/main/java/org/htmlunit/WebWindowImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebWindowListener.java b/src/main/java/org/htmlunit/WebWindowListener.java
index 9c2752ef638..07fa3d376c7 100644
--- a/src/main/java/org/htmlunit/WebWindowListener.java
+++ b/src/main/java/org/htmlunit/WebWindowListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/WebWindowNotFoundException.java b/src/main/java/org/htmlunit/WebWindowNotFoundException.java
index 8c40836c47e..a0624ad929e 100644
--- a/src/main/java/org/htmlunit/WebWindowNotFoundException.java
+++ b/src/main/java/org/htmlunit/WebWindowNotFoundException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/attachment/Attachment.java b/src/main/java/org/htmlunit/attachment/Attachment.java
index 2aeab16c191..3c2c0682897 100644
--- a/src/main/java/org/htmlunit/attachment/Attachment.java
+++ b/src/main/java/org/htmlunit/attachment/Attachment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/attachment/AttachmentHandler.java b/src/main/java/org/htmlunit/attachment/AttachmentHandler.java
index 6835646fcce..fa0e5138fe4 100644
--- a/src/main/java/org/htmlunit/attachment/AttachmentHandler.java
+++ b/src/main/java/org/htmlunit/attachment/AttachmentHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/attachment/CollectingAttachmentHandler.java b/src/main/java/org/htmlunit/attachment/CollectingAttachmentHandler.java
index 8d63e7f30e1..3bd87518d39 100644
--- a/src/main/java/org/htmlunit/attachment/CollectingAttachmentHandler.java
+++ b/src/main/java/org/htmlunit/attachment/CollectingAttachmentHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/attachment/DownloadingAttachmentHandler.java b/src/main/java/org/htmlunit/attachment/DownloadingAttachmentHandler.java
index 80ab43ffd5f..92d80ffe9ec 100644
--- a/src/main/java/org/htmlunit/attachment/DownloadingAttachmentHandler.java
+++ b/src/main/java/org/htmlunit/attachment/DownloadingAttachmentHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/attachment/package-info.java b/src/main/java/org/htmlunit/attachment/package-info.java
index a17bceabe77..a487aac832e 100644
--- a/src/main/java/org/htmlunit/attachment/package-info.java
+++ b/src/main/java/org/htmlunit/attachment/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/AbstractCssStyleDeclaration.java b/src/main/java/org/htmlunit/css/AbstractCssStyleDeclaration.java
index 893ed286ca2..c6a824bfb49 100644
--- a/src/main/java/org/htmlunit/css/AbstractCssStyleDeclaration.java
+++ b/src/main/java/org/htmlunit/css/AbstractCssStyleDeclaration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/BrowserConfiguration.java b/src/main/java/org/htmlunit/css/BrowserConfiguration.java
index a360971c379..2aa740da734 100644
--- a/src/main/java/org/htmlunit/css/BrowserConfiguration.java
+++ b/src/main/java/org/htmlunit/css/BrowserConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/ComputedCssStyleDeclaration.java b/src/main/java/org/htmlunit/css/ComputedCssStyleDeclaration.java
index 9ee4b96f342..7193c8d2fe9 100644
--- a/src/main/java/org/htmlunit/css/ComputedCssStyleDeclaration.java
+++ b/src/main/java/org/htmlunit/css/ComputedCssStyleDeclaration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/CssColors.java b/src/main/java/org/htmlunit/css/CssColors.java
index e24c57652a5..57d809b7ef7 100644
--- a/src/main/java/org/htmlunit/css/CssColors.java
+++ b/src/main/java/org/htmlunit/css/CssColors.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/CssMediaList.java b/src/main/java/org/htmlunit/css/CssMediaList.java
index 8a8e1bdbde3..88ff7a8d6e9 100644
--- a/src/main/java/org/htmlunit/css/CssMediaList.java
+++ b/src/main/java/org/htmlunit/css/CssMediaList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/CssPixelValueConverter.java b/src/main/java/org/htmlunit/css/CssPixelValueConverter.java
index 1d101ac8b72..688ad4d23ff 100644
--- a/src/main/java/org/htmlunit/css/CssPixelValueConverter.java
+++ b/src/main/java/org/htmlunit/css/CssPixelValueConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/CssStyleSheet.java b/src/main/java/org/htmlunit/css/CssStyleSheet.java
index 93a0924455b..afcbe5339de 100644
--- a/src/main/java/org/htmlunit/css/CssStyleSheet.java
+++ b/src/main/java/org/htmlunit/css/CssStyleSheet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/ElementCssStyleDeclaration.java b/src/main/java/org/htmlunit/css/ElementCssStyleDeclaration.java
index 609fa4857eb..1f11ae5d973 100644
--- a/src/main/java/org/htmlunit/css/ElementCssStyleDeclaration.java
+++ b/src/main/java/org/htmlunit/css/ElementCssStyleDeclaration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/StyleAttributes.java b/src/main/java/org/htmlunit/css/StyleAttributes.java
index 17f4c11e482..40764c86553 100644
--- a/src/main/java/org/htmlunit/css/StyleAttributes.java
+++ b/src/main/java/org/htmlunit/css/StyleAttributes.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/StyleElement.java b/src/main/java/org/htmlunit/css/StyleElement.java
index 954b9810a82..2383e3da2fe 100644
--- a/src/main/java/org/htmlunit/css/StyleElement.java
+++ b/src/main/java/org/htmlunit/css/StyleElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/WrappedCssStyleDeclaration.java b/src/main/java/org/htmlunit/css/WrappedCssStyleDeclaration.java
index 8fd8eacdc74..6654f6acab9 100644
--- a/src/main/java/org/htmlunit/css/WrappedCssStyleDeclaration.java
+++ b/src/main/java/org/htmlunit/css/WrappedCssStyleDeclaration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/css/package-info.java b/src/main/java/org/htmlunit/css/package-info.java
index 4b6c583bfd1..0d5400bc9e4 100644
--- a/src/main/java/org/htmlunit/css/package-info.java
+++ b/src/main/java/org/htmlunit/css/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/AbstractDomNodeList.java b/src/main/java/org/htmlunit/html/AbstractDomNodeList.java
index 72c354e9a12..c5a1434f11b 100644
--- a/src/main/java/org/htmlunit/html/AbstractDomNodeList.java
+++ b/src/main/java/org/htmlunit/html/AbstractDomNodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/BaseFrameElement.java b/src/main/java/org/htmlunit/html/BaseFrameElement.java
index b1ed2a0f326..7d1ffd0aa31 100644
--- a/src/main/java/org/htmlunit/html/BaseFrameElement.java
+++ b/src/main/java/org/htmlunit/html/BaseFrameElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/CharacterDataChangeEvent.java b/src/main/java/org/htmlunit/html/CharacterDataChangeEvent.java
index b87d090fab6..ad975321c44 100644
--- a/src/main/java/org/htmlunit/html/CharacterDataChangeEvent.java
+++ b/src/main/java/org/htmlunit/html/CharacterDataChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/CharacterDataChangeListener.java b/src/main/java/org/htmlunit/html/CharacterDataChangeListener.java
index a81b44dc1dd..fab5572b72b 100644
--- a/src/main/java/org/htmlunit/html/CharacterDataChangeListener.java
+++ b/src/main/java/org/htmlunit/html/CharacterDataChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DefaultElementFactory.java b/src/main/java/org/htmlunit/html/DefaultElementFactory.java
index 236d0cb112a..7e76ed5eb57 100644
--- a/src/main/java/org/htmlunit/html/DefaultElementFactory.java
+++ b/src/main/java/org/htmlunit/html/DefaultElementFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DisabledElement.java b/src/main/java/org/htmlunit/html/DisabledElement.java
index 1719d45eb93..abf6d54971d 100644
--- a/src/main/java/org/htmlunit/html/DisabledElement.java
+++ b/src/main/java/org/htmlunit/html/DisabledElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DoTypeProcessor.java b/src/main/java/org/htmlunit/html/DoTypeProcessor.java
index 41bc133a75c..4d773c01eea 100644
--- a/src/main/java/org/htmlunit/html/DoTypeProcessor.java
+++ b/src/main/java/org/htmlunit/html/DoTypeProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomAttr.java b/src/main/java/org/htmlunit/html/DomAttr.java
index b4a3d6c78f4..a126dc5c166 100644
--- a/src/main/java/org/htmlunit/html/DomAttr.java
+++ b/src/main/java/org/htmlunit/html/DomAttr.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomCDataSection.java b/src/main/java/org/htmlunit/html/DomCDataSection.java
index eac1f7f6875..71df9b4b757 100644
--- a/src/main/java/org/htmlunit/html/DomCDataSection.java
+++ b/src/main/java/org/htmlunit/html/DomCDataSection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomChangeEvent.java b/src/main/java/org/htmlunit/html/DomChangeEvent.java
index 25a12b2e99b..b595ea3d4ae 100644
--- a/src/main/java/org/htmlunit/html/DomChangeEvent.java
+++ b/src/main/java/org/htmlunit/html/DomChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomChangeListener.java b/src/main/java/org/htmlunit/html/DomChangeListener.java
index 352a075e8e8..56522bed5d9 100644
--- a/src/main/java/org/htmlunit/html/DomChangeListener.java
+++ b/src/main/java/org/htmlunit/html/DomChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomCharacterData.java b/src/main/java/org/htmlunit/html/DomCharacterData.java
index 635af0a0e8a..78f098bde90 100644
--- a/src/main/java/org/htmlunit/html/DomCharacterData.java
+++ b/src/main/java/org/htmlunit/html/DomCharacterData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomComment.java b/src/main/java/org/htmlunit/html/DomComment.java
index a77e117abaa..29fc8ba90cd 100644
--- a/src/main/java/org/htmlunit/html/DomComment.java
+++ b/src/main/java/org/htmlunit/html/DomComment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomDocumentFragment.java b/src/main/java/org/htmlunit/html/DomDocumentFragment.java
index 382f82f019c..0a52964b75f 100644
--- a/src/main/java/org/htmlunit/html/DomDocumentFragment.java
+++ b/src/main/java/org/htmlunit/html/DomDocumentFragment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomDocumentType.java b/src/main/java/org/htmlunit/html/DomDocumentType.java
index 18d34769d70..638ac0c4c89 100644
--- a/src/main/java/org/htmlunit/html/DomDocumentType.java
+++ b/src/main/java/org/htmlunit/html/DomDocumentType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomElement.java b/src/main/java/org/htmlunit/html/DomElement.java
index d8c051070be..4ff748c962f 100644
--- a/src/main/java/org/htmlunit/html/DomElement.java
+++ b/src/main/java/org/htmlunit/html/DomElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomNamespaceNode.java b/src/main/java/org/htmlunit/html/DomNamespaceNode.java
index ebc04fb2fdc..5370245b195 100644
--- a/src/main/java/org/htmlunit/html/DomNamespaceNode.java
+++ b/src/main/java/org/htmlunit/html/DomNamespaceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomNode.java b/src/main/java/org/htmlunit/html/DomNode.java
index 7cd051f2081..7a9e49c1445 100644
--- a/src/main/java/org/htmlunit/html/DomNode.java
+++ b/src/main/java/org/htmlunit/html/DomNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomNodeIterator.java b/src/main/java/org/htmlunit/html/DomNodeIterator.java
index 1f8169719c5..d487fe6f2b0 100644
--- a/src/main/java/org/htmlunit/html/DomNodeIterator.java
+++ b/src/main/java/org/htmlunit/html/DomNodeIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomNodeList.java b/src/main/java/org/htmlunit/html/DomNodeList.java
index 2c00592413c..3080c25e5ec 100644
--- a/src/main/java/org/htmlunit/html/DomNodeList.java
+++ b/src/main/java/org/htmlunit/html/DomNodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomProcessingInstruction.java b/src/main/java/org/htmlunit/html/DomProcessingInstruction.java
index 26d3c01f574..b3a5af3d030 100644
--- a/src/main/java/org/htmlunit/html/DomProcessingInstruction.java
+++ b/src/main/java/org/htmlunit/html/DomProcessingInstruction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/DomText.java b/src/main/java/org/htmlunit/html/DomText.java
index 9db0277f5dc..aa3da9da5e4 100644
--- a/src/main/java/org/htmlunit/html/DomText.java
+++ b/src/main/java/org/htmlunit/html/DomText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/ElementFactory.java b/src/main/java/org/htmlunit/html/ElementFactory.java
index 303bdd3f79c..e6ba4ce68ff 100644
--- a/src/main/java/org/htmlunit/html/ElementFactory.java
+++ b/src/main/java/org/htmlunit/html/ElementFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/ElementFromPointHandler.java b/src/main/java/org/htmlunit/html/ElementFromPointHandler.java
index 154db0a2099..02e055c4d09 100644
--- a/src/main/java/org/htmlunit/html/ElementFromPointHandler.java
+++ b/src/main/java/org/htmlunit/html/ElementFromPointHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/FormFieldWithNameHistory.java b/src/main/java/org/htmlunit/html/FormFieldWithNameHistory.java
index 2bb60e27daf..fccd64a38e3 100644
--- a/src/main/java/org/htmlunit/html/FormFieldWithNameHistory.java
+++ b/src/main/java/org/htmlunit/html/FormFieldWithNameHistory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/FrameWindow.java b/src/main/java/org/htmlunit/html/FrameWindow.java
index e67f96fdcc7..2427f9aee7e 100644
--- a/src/main/java/org/htmlunit/html/FrameWindow.java
+++ b/src/main/java/org/htmlunit/html/FrameWindow.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/Html.java b/src/main/java/org/htmlunit/html/Html.java
index 1cd5264a182..9a00ceca549 100644
--- a/src/main/java/org/htmlunit/html/Html.java
+++ b/src/main/java/org/htmlunit/html/Html.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAbbreviated.java b/src/main/java/org/htmlunit/html/HtmlAbbreviated.java
index cd39db4e339..da78125251e 100644
--- a/src/main/java/org/htmlunit/html/HtmlAbbreviated.java
+++ b/src/main/java/org/htmlunit/html/HtmlAbbreviated.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAcronym.java b/src/main/java/org/htmlunit/html/HtmlAcronym.java
index 7f2d21b377e..52ee3ad1554 100644
--- a/src/main/java/org/htmlunit/html/HtmlAcronym.java
+++ b/src/main/java/org/htmlunit/html/HtmlAcronym.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAddress.java b/src/main/java/org/htmlunit/html/HtmlAddress.java
index 4c5fba1f928..f8c760e46d4 100644
--- a/src/main/java/org/htmlunit/html/HtmlAddress.java
+++ b/src/main/java/org/htmlunit/html/HtmlAddress.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAnchor.java b/src/main/java/org/htmlunit/html/HtmlAnchor.java
index 056887de0cd..09a55e7ac38 100644
--- a/src/main/java/org/htmlunit/html/HtmlAnchor.java
+++ b/src/main/java/org/htmlunit/html/HtmlAnchor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlArea.java b/src/main/java/org/htmlunit/html/HtmlArea.java
index 103f523d069..129b22d02d2 100644
--- a/src/main/java/org/htmlunit/html/HtmlArea.java
+++ b/src/main/java/org/htmlunit/html/HtmlArea.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlArticle.java b/src/main/java/org/htmlunit/html/HtmlArticle.java
index 4cf20fbb923..41634809154 100644
--- a/src/main/java/org/htmlunit/html/HtmlArticle.java
+++ b/src/main/java/org/htmlunit/html/HtmlArticle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAside.java b/src/main/java/org/htmlunit/html/HtmlAside.java
index caa7a641cd6..6940cd01dd6 100644
--- a/src/main/java/org/htmlunit/html/HtmlAside.java
+++ b/src/main/java/org/htmlunit/html/HtmlAside.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAttributeChangeEvent.java b/src/main/java/org/htmlunit/html/HtmlAttributeChangeEvent.java
index 32ae7b62c56..ccbcb896d53 100644
--- a/src/main/java/org/htmlunit/html/HtmlAttributeChangeEvent.java
+++ b/src/main/java/org/htmlunit/html/HtmlAttributeChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAttributeChangeListener.java b/src/main/java/org/htmlunit/html/HtmlAttributeChangeListener.java
index 23c9603de49..fd5adf4b638 100644
--- a/src/main/java/org/htmlunit/html/HtmlAttributeChangeListener.java
+++ b/src/main/java/org/htmlunit/html/HtmlAttributeChangeListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlAudio.java b/src/main/java/org/htmlunit/html/HtmlAudio.java
index 18cb378beca..289e66b4434 100644
--- a/src/main/java/org/htmlunit/html/HtmlAudio.java
+++ b/src/main/java/org/htmlunit/html/HtmlAudio.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBackgroundSound.java b/src/main/java/org/htmlunit/html/HtmlBackgroundSound.java
index c39b14e9983..460633e86bf 100644
--- a/src/main/java/org/htmlunit/html/HtmlBackgroundSound.java
+++ b/src/main/java/org/htmlunit/html/HtmlBackgroundSound.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBase.java b/src/main/java/org/htmlunit/html/HtmlBase.java
index d5d61df1409..3056fae6771 100644
--- a/src/main/java/org/htmlunit/html/HtmlBase.java
+++ b/src/main/java/org/htmlunit/html/HtmlBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBaseFont.java b/src/main/java/org/htmlunit/html/HtmlBaseFont.java
index b0e66fd9158..77224e41f08 100644
--- a/src/main/java/org/htmlunit/html/HtmlBaseFont.java
+++ b/src/main/java/org/htmlunit/html/HtmlBaseFont.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBidirectionalIsolation.java b/src/main/java/org/htmlunit/html/HtmlBidirectionalIsolation.java
index c9b8ca11716..9b5c4d68eea 100644
--- a/src/main/java/org/htmlunit/html/HtmlBidirectionalIsolation.java
+++ b/src/main/java/org/htmlunit/html/HtmlBidirectionalIsolation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBidirectionalOverride.java b/src/main/java/org/htmlunit/html/HtmlBidirectionalOverride.java
index d10392fc5f7..7442adc95eb 100644
--- a/src/main/java/org/htmlunit/html/HtmlBidirectionalOverride.java
+++ b/src/main/java/org/htmlunit/html/HtmlBidirectionalOverride.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBig.java b/src/main/java/org/htmlunit/html/HtmlBig.java
index 14275f70c17..0775020322b 100644
--- a/src/main/java/org/htmlunit/html/HtmlBig.java
+++ b/src/main/java/org/htmlunit/html/HtmlBig.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBlockQuote.java b/src/main/java/org/htmlunit/html/HtmlBlockQuote.java
index cc46acedc6b..a68b95825c1 100644
--- a/src/main/java/org/htmlunit/html/HtmlBlockQuote.java
+++ b/src/main/java/org/htmlunit/html/HtmlBlockQuote.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBody.java b/src/main/java/org/htmlunit/html/HtmlBody.java
index 7599394a57e..762e03530ee 100644
--- a/src/main/java/org/htmlunit/html/HtmlBody.java
+++ b/src/main/java/org/htmlunit/html/HtmlBody.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBold.java b/src/main/java/org/htmlunit/html/HtmlBold.java
index 1fc36341217..2aceb9a1471 100644
--- a/src/main/java/org/htmlunit/html/HtmlBold.java
+++ b/src/main/java/org/htmlunit/html/HtmlBold.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlBreak.java b/src/main/java/org/htmlunit/html/HtmlBreak.java
index 890c3bc2591..95faabb88c1 100644
--- a/src/main/java/org/htmlunit/html/HtmlBreak.java
+++ b/src/main/java/org/htmlunit/html/HtmlBreak.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlButton.java b/src/main/java/org/htmlunit/html/HtmlButton.java
index 8acce57fe2f..0b060974104 100644
--- a/src/main/java/org/htmlunit/html/HtmlButton.java
+++ b/src/main/java/org/htmlunit/html/HtmlButton.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlButtonInput.java b/src/main/java/org/htmlunit/html/HtmlButtonInput.java
index daf6e7dc54c..401aaed4964 100644
--- a/src/main/java/org/htmlunit/html/HtmlButtonInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlButtonInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlCanvas.java b/src/main/java/org/htmlunit/html/HtmlCanvas.java
index 7c7b53a7b31..7ec012d4702 100644
--- a/src/main/java/org/htmlunit/html/HtmlCanvas.java
+++ b/src/main/java/org/htmlunit/html/HtmlCanvas.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlCaption.java b/src/main/java/org/htmlunit/html/HtmlCaption.java
index 2d1e5a4f391..5d24f5eb7c7 100644
--- a/src/main/java/org/htmlunit/html/HtmlCaption.java
+++ b/src/main/java/org/htmlunit/html/HtmlCaption.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlCenter.java b/src/main/java/org/htmlunit/html/HtmlCenter.java
index 7dc3ee22ae9..e7493cb46ee 100644
--- a/src/main/java/org/htmlunit/html/HtmlCenter.java
+++ b/src/main/java/org/htmlunit/html/HtmlCenter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlCheckBoxInput.java b/src/main/java/org/htmlunit/html/HtmlCheckBoxInput.java
index a0ad891fe45..2309c933e94 100644
--- a/src/main/java/org/htmlunit/html/HtmlCheckBoxInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlCheckBoxInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlCitation.java b/src/main/java/org/htmlunit/html/HtmlCitation.java
index f4017caba11..ed8bc0b5710 100644
--- a/src/main/java/org/htmlunit/html/HtmlCitation.java
+++ b/src/main/java/org/htmlunit/html/HtmlCitation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlCode.java b/src/main/java/org/htmlunit/html/HtmlCode.java
index 69b45eeb58e..762245c0698 100644
--- a/src/main/java/org/htmlunit/html/HtmlCode.java
+++ b/src/main/java/org/htmlunit/html/HtmlCode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlColorInput.java b/src/main/java/org/htmlunit/html/HtmlColorInput.java
index 4f45c319a8c..1184303ea32 100644
--- a/src/main/java/org/htmlunit/html/HtmlColorInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlColorInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlData.java b/src/main/java/org/htmlunit/html/HtmlData.java
index e00312a03e0..c6dd99fff5f 100644
--- a/src/main/java/org/htmlunit/html/HtmlData.java
+++ b/src/main/java/org/htmlunit/html/HtmlData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDataList.java b/src/main/java/org/htmlunit/html/HtmlDataList.java
index cbed89585d2..b6b40bc49ac 100644
--- a/src/main/java/org/htmlunit/html/HtmlDataList.java
+++ b/src/main/java/org/htmlunit/html/HtmlDataList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDateInput.java b/src/main/java/org/htmlunit/html/HtmlDateInput.java
index 8e4acc1a0c9..e7bac09c29b 100644
--- a/src/main/java/org/htmlunit/html/HtmlDateInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlDateInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDateTimeLocalInput.java b/src/main/java/org/htmlunit/html/HtmlDateTimeLocalInput.java
index 4855ce8ce8a..6924a61c506 100644
--- a/src/main/java/org/htmlunit/html/HtmlDateTimeLocalInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlDateTimeLocalInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDefinition.java b/src/main/java/org/htmlunit/html/HtmlDefinition.java
index e76775d0ede..025922ec14f 100644
--- a/src/main/java/org/htmlunit/html/HtmlDefinition.java
+++ b/src/main/java/org/htmlunit/html/HtmlDefinition.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDefinitionDescription.java b/src/main/java/org/htmlunit/html/HtmlDefinitionDescription.java
index 9d3c9342a57..12fbd63545d 100644
--- a/src/main/java/org/htmlunit/html/HtmlDefinitionDescription.java
+++ b/src/main/java/org/htmlunit/html/HtmlDefinitionDescription.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDefinitionList.java b/src/main/java/org/htmlunit/html/HtmlDefinitionList.java
index 10266abde0a..2d24cfa6039 100644
--- a/src/main/java/org/htmlunit/html/HtmlDefinitionList.java
+++ b/src/main/java/org/htmlunit/html/HtmlDefinitionList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDefinitionTerm.java b/src/main/java/org/htmlunit/html/HtmlDefinitionTerm.java
index 206284e1146..64511c1c4d7 100644
--- a/src/main/java/org/htmlunit/html/HtmlDefinitionTerm.java
+++ b/src/main/java/org/htmlunit/html/HtmlDefinitionTerm.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDeletedText.java b/src/main/java/org/htmlunit/html/HtmlDeletedText.java
index e58e8feb394..9cc465b4c15 100644
--- a/src/main/java/org/htmlunit/html/HtmlDeletedText.java
+++ b/src/main/java/org/htmlunit/html/HtmlDeletedText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDetails.java b/src/main/java/org/htmlunit/html/HtmlDetails.java
index 2da7d55735e..d624a4282d3 100644
--- a/src/main/java/org/htmlunit/html/HtmlDetails.java
+++ b/src/main/java/org/htmlunit/html/HtmlDetails.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDialog.java b/src/main/java/org/htmlunit/html/HtmlDialog.java
index 22fce114683..3f9ef9a63b1 100644
--- a/src/main/java/org/htmlunit/html/HtmlDialog.java
+++ b/src/main/java/org/htmlunit/html/HtmlDialog.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDirectory.java b/src/main/java/org/htmlunit/html/HtmlDirectory.java
index 63a65c8cdb2..f65d92fc925 100644
--- a/src/main/java/org/htmlunit/html/HtmlDirectory.java
+++ b/src/main/java/org/htmlunit/html/HtmlDirectory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDivision.java b/src/main/java/org/htmlunit/html/HtmlDivision.java
index ff4390a3838..716fbe2fb8a 100644
--- a/src/main/java/org/htmlunit/html/HtmlDivision.java
+++ b/src/main/java/org/htmlunit/html/HtmlDivision.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlDomTreeWalker.java b/src/main/java/org/htmlunit/html/HtmlDomTreeWalker.java
index 766c98a9ec8..594a3dc760b 100644
--- a/src/main/java/org/htmlunit/html/HtmlDomTreeWalker.java
+++ b/src/main/java/org/htmlunit/html/HtmlDomTreeWalker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlElement.java b/src/main/java/org/htmlunit/html/HtmlElement.java
index db4f3011fe6..bc4e3a3b4a3 100644
--- a/src/main/java/org/htmlunit/html/HtmlElement.java
+++ b/src/main/java/org/htmlunit/html/HtmlElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlEmailInput.java b/src/main/java/org/htmlunit/html/HtmlEmailInput.java
index 8b923b7b920..fb391a50ad0 100644
--- a/src/main/java/org/htmlunit/html/HtmlEmailInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlEmailInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlEmbed.java b/src/main/java/org/htmlunit/html/HtmlEmbed.java
index 8f169a736f6..266f942cd50 100644
--- a/src/main/java/org/htmlunit/html/HtmlEmbed.java
+++ b/src/main/java/org/htmlunit/html/HtmlEmbed.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlEmphasis.java b/src/main/java/org/htmlunit/html/HtmlEmphasis.java
index a3d3f495daa..a0ebfd2175b 100644
--- a/src/main/java/org/htmlunit/html/HtmlEmphasis.java
+++ b/src/main/java/org/htmlunit/html/HtmlEmphasis.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlExample.java b/src/main/java/org/htmlunit/html/HtmlExample.java
index 553a3edf2dd..40207710fed 100644
--- a/src/main/java/org/htmlunit/html/HtmlExample.java
+++ b/src/main/java/org/htmlunit/html/HtmlExample.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFieldSet.java b/src/main/java/org/htmlunit/html/HtmlFieldSet.java
index 25fb285fd16..bfe0cc3fdee 100644
--- a/src/main/java/org/htmlunit/html/HtmlFieldSet.java
+++ b/src/main/java/org/htmlunit/html/HtmlFieldSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFigure.java b/src/main/java/org/htmlunit/html/HtmlFigure.java
index a45ee383e79..e2aa3446d08 100644
--- a/src/main/java/org/htmlunit/html/HtmlFigure.java
+++ b/src/main/java/org/htmlunit/html/HtmlFigure.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFigureCaption.java b/src/main/java/org/htmlunit/html/HtmlFigureCaption.java
index 9577c7868a7..8e0485fb7bc 100644
--- a/src/main/java/org/htmlunit/html/HtmlFigureCaption.java
+++ b/src/main/java/org/htmlunit/html/HtmlFigureCaption.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFileInput.java b/src/main/java/org/htmlunit/html/HtmlFileInput.java
index cb53def554a..ccd737981ae 100644
--- a/src/main/java/org/htmlunit/html/HtmlFileInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlFileInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFont.java b/src/main/java/org/htmlunit/html/HtmlFont.java
index 4b2852afcda..cd9df518051 100644
--- a/src/main/java/org/htmlunit/html/HtmlFont.java
+++ b/src/main/java/org/htmlunit/html/HtmlFont.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFooter.java b/src/main/java/org/htmlunit/html/HtmlFooter.java
index dc9382b9469..f9236d3b898 100644
--- a/src/main/java/org/htmlunit/html/HtmlFooter.java
+++ b/src/main/java/org/htmlunit/html/HtmlFooter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlForm.java b/src/main/java/org/htmlunit/html/HtmlForm.java
index 9ad6cafa176..b1aa8eb653f 100644
--- a/src/main/java/org/htmlunit/html/HtmlForm.java
+++ b/src/main/java/org/htmlunit/html/HtmlForm.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFrame.java b/src/main/java/org/htmlunit/html/HtmlFrame.java
index a5701f5f7e0..1759bc89df9 100644
--- a/src/main/java/org/htmlunit/html/HtmlFrame.java
+++ b/src/main/java/org/htmlunit/html/HtmlFrame.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlFrameSet.java b/src/main/java/org/htmlunit/html/HtmlFrameSet.java
index dc6cc5c868a..72373a95208 100644
--- a/src/main/java/org/htmlunit/html/HtmlFrameSet.java
+++ b/src/main/java/org/htmlunit/html/HtmlFrameSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHead.java b/src/main/java/org/htmlunit/html/HtmlHead.java
index 5f47a1d0d8a..1644ec3a378 100644
--- a/src/main/java/org/htmlunit/html/HtmlHead.java
+++ b/src/main/java/org/htmlunit/html/HtmlHead.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeader.java b/src/main/java/org/htmlunit/html/HtmlHeader.java
index f172f2dd246..f28bddfa71d 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeader.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeading1.java b/src/main/java/org/htmlunit/html/HtmlHeading1.java
index 15ca56c501c..e5eeefb519a 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeading1.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeading1.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeading2.java b/src/main/java/org/htmlunit/html/HtmlHeading2.java
index 657bf0c6f2f..e3524b607f6 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeading2.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeading2.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeading3.java b/src/main/java/org/htmlunit/html/HtmlHeading3.java
index 20d41808dbf..fdcf4f0ab16 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeading3.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeading3.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeading4.java b/src/main/java/org/htmlunit/html/HtmlHeading4.java
index e28c9f7ad38..9755347b3fb 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeading4.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeading4.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeading5.java b/src/main/java/org/htmlunit/html/HtmlHeading5.java
index bb931137d00..14d26988ca8 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeading5.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeading5.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHeading6.java b/src/main/java/org/htmlunit/html/HtmlHeading6.java
index fe87a181fc8..bf585172957 100644
--- a/src/main/java/org/htmlunit/html/HtmlHeading6.java
+++ b/src/main/java/org/htmlunit/html/HtmlHeading6.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHiddenInput.java b/src/main/java/org/htmlunit/html/HtmlHiddenInput.java
index 823545fea96..ed3cc0e36c7 100644
--- a/src/main/java/org/htmlunit/html/HtmlHiddenInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlHiddenInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHorizontalRule.java b/src/main/java/org/htmlunit/html/HtmlHorizontalRule.java
index 53955050627..2495a7cd555 100644
--- a/src/main/java/org/htmlunit/html/HtmlHorizontalRule.java
+++ b/src/main/java/org/htmlunit/html/HtmlHorizontalRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlHtml.java b/src/main/java/org/htmlunit/html/HtmlHtml.java
index f07f67f6b0a..56a9f6cb416 100644
--- a/src/main/java/org/htmlunit/html/HtmlHtml.java
+++ b/src/main/java/org/htmlunit/html/HtmlHtml.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlImage.java b/src/main/java/org/htmlunit/html/HtmlImage.java
index d7443adedb9..c0c7a223347 100644
--- a/src/main/java/org/htmlunit/html/HtmlImage.java
+++ b/src/main/java/org/htmlunit/html/HtmlImage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlImageInput.java b/src/main/java/org/htmlunit/html/HtmlImageInput.java
index e834e04fe1c..f97701232f7 100644
--- a/src/main/java/org/htmlunit/html/HtmlImageInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlImageInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlInlineFrame.java b/src/main/java/org/htmlunit/html/HtmlInlineFrame.java
index f51fd949fe1..d700d07815f 100644
--- a/src/main/java/org/htmlunit/html/HtmlInlineFrame.java
+++ b/src/main/java/org/htmlunit/html/HtmlInlineFrame.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlInlineQuotation.java b/src/main/java/org/htmlunit/html/HtmlInlineQuotation.java
index a36ccc92715..1f528886577 100644
--- a/src/main/java/org/htmlunit/html/HtmlInlineQuotation.java
+++ b/src/main/java/org/htmlunit/html/HtmlInlineQuotation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlInput.java b/src/main/java/org/htmlunit/html/HtmlInput.java
index eb992273e2f..527d033d5d9 100644
--- a/src/main/java/org/htmlunit/html/HtmlInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlInsertedText.java b/src/main/java/org/htmlunit/html/HtmlInsertedText.java
index 6b92860479f..a3d66ae1faa 100644
--- a/src/main/java/org/htmlunit/html/HtmlInsertedText.java
+++ b/src/main/java/org/htmlunit/html/HtmlInsertedText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlItalic.java b/src/main/java/org/htmlunit/html/HtmlItalic.java
index e1be355e17f..f26eda91658 100644
--- a/src/main/java/org/htmlunit/html/HtmlItalic.java
+++ b/src/main/java/org/htmlunit/html/HtmlItalic.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlKeyboard.java b/src/main/java/org/htmlunit/html/HtmlKeyboard.java
index 9d5cd89d9fc..f8cc10c8fa7 100644
--- a/src/main/java/org/htmlunit/html/HtmlKeyboard.java
+++ b/src/main/java/org/htmlunit/html/HtmlKeyboard.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlLabel.java b/src/main/java/org/htmlunit/html/HtmlLabel.java
index 407ab8c38d7..fbad667da7c 100644
--- a/src/main/java/org/htmlunit/html/HtmlLabel.java
+++ b/src/main/java/org/htmlunit/html/HtmlLabel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlLayer.java b/src/main/java/org/htmlunit/html/HtmlLayer.java
index 41686da7229..4dc10388c39 100644
--- a/src/main/java/org/htmlunit/html/HtmlLayer.java
+++ b/src/main/java/org/htmlunit/html/HtmlLayer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlLegend.java b/src/main/java/org/htmlunit/html/HtmlLegend.java
index ba70d7340d1..1efcb47e383 100644
--- a/src/main/java/org/htmlunit/html/HtmlLegend.java
+++ b/src/main/java/org/htmlunit/html/HtmlLegend.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlLink.java b/src/main/java/org/htmlunit/html/HtmlLink.java
index 745e1eea767..aea7061577a 100644
--- a/src/main/java/org/htmlunit/html/HtmlLink.java
+++ b/src/main/java/org/htmlunit/html/HtmlLink.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlListItem.java b/src/main/java/org/htmlunit/html/HtmlListItem.java
index bb643fff7e1..e81804083e4 100644
--- a/src/main/java/org/htmlunit/html/HtmlListItem.java
+++ b/src/main/java/org/htmlunit/html/HtmlListItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlListing.java b/src/main/java/org/htmlunit/html/HtmlListing.java
index 309d376ac2a..e8f6e4b093f 100644
--- a/src/main/java/org/htmlunit/html/HtmlListing.java
+++ b/src/main/java/org/htmlunit/html/HtmlListing.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMain.java b/src/main/java/org/htmlunit/html/HtmlMain.java
index de756f3ddca..3e9c53cf715 100644
--- a/src/main/java/org/htmlunit/html/HtmlMain.java
+++ b/src/main/java/org/htmlunit/html/HtmlMain.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMap.java b/src/main/java/org/htmlunit/html/HtmlMap.java
index 2ea525afe4f..7ac59c853fa 100644
--- a/src/main/java/org/htmlunit/html/HtmlMap.java
+++ b/src/main/java/org/htmlunit/html/HtmlMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMark.java b/src/main/java/org/htmlunit/html/HtmlMark.java
index 4d76d35840b..6a4d86c25e9 100644
--- a/src/main/java/org/htmlunit/html/HtmlMark.java
+++ b/src/main/java/org/htmlunit/html/HtmlMark.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMarquee.java b/src/main/java/org/htmlunit/html/HtmlMarquee.java
index 0ec18376bed..8a4204f0043 100644
--- a/src/main/java/org/htmlunit/html/HtmlMarquee.java
+++ b/src/main/java/org/htmlunit/html/HtmlMarquee.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMedia.java b/src/main/java/org/htmlunit/html/HtmlMedia.java
index 030e83ece17..3adf013ca07 100644
--- a/src/main/java/org/htmlunit/html/HtmlMedia.java
+++ b/src/main/java/org/htmlunit/html/HtmlMedia.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMenu.java b/src/main/java/org/htmlunit/html/HtmlMenu.java
index 1775ddfb677..e582f81a4c0 100644
--- a/src/main/java/org/htmlunit/html/HtmlMenu.java
+++ b/src/main/java/org/htmlunit/html/HtmlMenu.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMeta.java b/src/main/java/org/htmlunit/html/HtmlMeta.java
index b03c7401dfb..72e7fdae9f7 100644
--- a/src/main/java/org/htmlunit/html/HtmlMeta.java
+++ b/src/main/java/org/htmlunit/html/HtmlMeta.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMeter.java b/src/main/java/org/htmlunit/html/HtmlMeter.java
index 6cbd436cd2c..7976e61b480 100644
--- a/src/main/java/org/htmlunit/html/HtmlMeter.java
+++ b/src/main/java/org/htmlunit/html/HtmlMeter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlMonthInput.java b/src/main/java/org/htmlunit/html/HtmlMonthInput.java
index 5959a2c914e..ba5c9c11809 100644
--- a/src/main/java/org/htmlunit/html/HtmlMonthInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlMonthInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNav.java b/src/main/java/org/htmlunit/html/HtmlNav.java
index fb9800bc90f..063ec78ab88 100644
--- a/src/main/java/org/htmlunit/html/HtmlNav.java
+++ b/src/main/java/org/htmlunit/html/HtmlNav.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNoBreak.java b/src/main/java/org/htmlunit/html/HtmlNoBreak.java
index cef7209e71c..041de331a48 100644
--- a/src/main/java/org/htmlunit/html/HtmlNoBreak.java
+++ b/src/main/java/org/htmlunit/html/HtmlNoBreak.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNoEmbed.java b/src/main/java/org/htmlunit/html/HtmlNoEmbed.java
index 829e30a4b22..180ae26c769 100644
--- a/src/main/java/org/htmlunit/html/HtmlNoEmbed.java
+++ b/src/main/java/org/htmlunit/html/HtmlNoEmbed.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNoFrames.java b/src/main/java/org/htmlunit/html/HtmlNoFrames.java
index 29107d7d51e..928fe6b59f2 100644
--- a/src/main/java/org/htmlunit/html/HtmlNoFrames.java
+++ b/src/main/java/org/htmlunit/html/HtmlNoFrames.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNoLayer.java b/src/main/java/org/htmlunit/html/HtmlNoLayer.java
index 6fde254a22c..a59c4223b2f 100644
--- a/src/main/java/org/htmlunit/html/HtmlNoLayer.java
+++ b/src/main/java/org/htmlunit/html/HtmlNoLayer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNoScript.java b/src/main/java/org/htmlunit/html/HtmlNoScript.java
index 84e44880254..87cc03590e7 100644
--- a/src/main/java/org/htmlunit/html/HtmlNoScript.java
+++ b/src/main/java/org/htmlunit/html/HtmlNoScript.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlNumberInput.java b/src/main/java/org/htmlunit/html/HtmlNumberInput.java
index 40a65c08724..4292478ac0d 100644
--- a/src/main/java/org/htmlunit/html/HtmlNumberInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlNumberInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlObject.java b/src/main/java/org/htmlunit/html/HtmlObject.java
index db6654b4786..e6fee2ea2e5 100644
--- a/src/main/java/org/htmlunit/html/HtmlObject.java
+++ b/src/main/java/org/htmlunit/html/HtmlObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlOption.java b/src/main/java/org/htmlunit/html/HtmlOption.java
index ac406c0838f..3e8d0167e57 100644
--- a/src/main/java/org/htmlunit/html/HtmlOption.java
+++ b/src/main/java/org/htmlunit/html/HtmlOption.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlOptionGroup.java b/src/main/java/org/htmlunit/html/HtmlOptionGroup.java
index 8a7a9e841f4..a37dd3ba01c 100644
--- a/src/main/java/org/htmlunit/html/HtmlOptionGroup.java
+++ b/src/main/java/org/htmlunit/html/HtmlOptionGroup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlOrderedList.java b/src/main/java/org/htmlunit/html/HtmlOrderedList.java
index 13525fc357f..f535b6f46a5 100644
--- a/src/main/java/org/htmlunit/html/HtmlOrderedList.java
+++ b/src/main/java/org/htmlunit/html/HtmlOrderedList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlOutput.java b/src/main/java/org/htmlunit/html/HtmlOutput.java
index 5b9e37e4f09..b2d12b10e70 100644
--- a/src/main/java/org/htmlunit/html/HtmlOutput.java
+++ b/src/main/java/org/htmlunit/html/HtmlOutput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlPage.java b/src/main/java/org/htmlunit/html/HtmlPage.java
index 8ed648a6304..7c91c2fb014 100644
--- a/src/main/java/org/htmlunit/html/HtmlPage.java
+++ b/src/main/java/org/htmlunit/html/HtmlPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlParagraph.java b/src/main/java/org/htmlunit/html/HtmlParagraph.java
index f013ec46e68..fcb292f0472 100644
--- a/src/main/java/org/htmlunit/html/HtmlParagraph.java
+++ b/src/main/java/org/htmlunit/html/HtmlParagraph.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlParameter.java b/src/main/java/org/htmlunit/html/HtmlParameter.java
index ba4a07cd453..033d60879b4 100644
--- a/src/main/java/org/htmlunit/html/HtmlParameter.java
+++ b/src/main/java/org/htmlunit/html/HtmlParameter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlPasswordInput.java b/src/main/java/org/htmlunit/html/HtmlPasswordInput.java
index d395d8ed4db..4e07ac633b3 100644
--- a/src/main/java/org/htmlunit/html/HtmlPasswordInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlPasswordInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlPicture.java b/src/main/java/org/htmlunit/html/HtmlPicture.java
index 8858222c183..46b0b81ad48 100644
--- a/src/main/java/org/htmlunit/html/HtmlPicture.java
+++ b/src/main/java/org/htmlunit/html/HtmlPicture.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlPlainText.java b/src/main/java/org/htmlunit/html/HtmlPlainText.java
index 52b7d84c5e8..00e53fe4b2d 100644
--- a/src/main/java/org/htmlunit/html/HtmlPlainText.java
+++ b/src/main/java/org/htmlunit/html/HtmlPlainText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlPreformattedText.java b/src/main/java/org/htmlunit/html/HtmlPreformattedText.java
index 04727e5b3d0..3e1a63c67f5 100644
--- a/src/main/java/org/htmlunit/html/HtmlPreformattedText.java
+++ b/src/main/java/org/htmlunit/html/HtmlPreformattedText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlProgress.java b/src/main/java/org/htmlunit/html/HtmlProgress.java
index b88c8d7e0b3..3a8f288954a 100644
--- a/src/main/java/org/htmlunit/html/HtmlProgress.java
+++ b/src/main/java/org/htmlunit/html/HtmlProgress.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRadioButtonInput.java b/src/main/java/org/htmlunit/html/HtmlRadioButtonInput.java
index 675f6d520af..8471105f8cb 100644
--- a/src/main/java/org/htmlunit/html/HtmlRadioButtonInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlRadioButtonInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRangeInput.java b/src/main/java/org/htmlunit/html/HtmlRangeInput.java
index cf3ef870c39..015a41e9072 100644
--- a/src/main/java/org/htmlunit/html/HtmlRangeInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlRangeInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRb.java b/src/main/java/org/htmlunit/html/HtmlRb.java
index 0af0e72da41..beef3a1dc2d 100644
--- a/src/main/java/org/htmlunit/html/HtmlRb.java
+++ b/src/main/java/org/htmlunit/html/HtmlRb.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlResetInput.java b/src/main/java/org/htmlunit/html/HtmlResetInput.java
index 62efd60400f..d7623a39f0c 100644
--- a/src/main/java/org/htmlunit/html/HtmlResetInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlResetInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRp.java b/src/main/java/org/htmlunit/html/HtmlRp.java
index 84999fa3d67..1cca0de3803 100644
--- a/src/main/java/org/htmlunit/html/HtmlRp.java
+++ b/src/main/java/org/htmlunit/html/HtmlRp.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRt.java b/src/main/java/org/htmlunit/html/HtmlRt.java
index 0cca5bb1849..e0166bc3f97 100644
--- a/src/main/java/org/htmlunit/html/HtmlRt.java
+++ b/src/main/java/org/htmlunit/html/HtmlRt.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRtc.java b/src/main/java/org/htmlunit/html/HtmlRtc.java
index d6ea798cad7..d2db0cb48b7 100644
--- a/src/main/java/org/htmlunit/html/HtmlRtc.java
+++ b/src/main/java/org/htmlunit/html/HtmlRtc.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlRuby.java b/src/main/java/org/htmlunit/html/HtmlRuby.java
index fde8ec95a39..a04cf48ce6a 100644
--- a/src/main/java/org/htmlunit/html/HtmlRuby.java
+++ b/src/main/java/org/htmlunit/html/HtmlRuby.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlS.java b/src/main/java/org/htmlunit/html/HtmlS.java
index e10704f066f..cfab3e2963b 100644
--- a/src/main/java/org/htmlunit/html/HtmlS.java
+++ b/src/main/java/org/htmlunit/html/HtmlS.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSample.java b/src/main/java/org/htmlunit/html/HtmlSample.java
index c25bd0dc5e1..34b5df1747f 100644
--- a/src/main/java/org/htmlunit/html/HtmlSample.java
+++ b/src/main/java/org/htmlunit/html/HtmlSample.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlScript.java b/src/main/java/org/htmlunit/html/HtmlScript.java
index a96070ad3c8..7eb093bb317 100644
--- a/src/main/java/org/htmlunit/html/HtmlScript.java
+++ b/src/main/java/org/htmlunit/html/HtmlScript.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSearchInput.java b/src/main/java/org/htmlunit/html/HtmlSearchInput.java
index fedb500378b..0d5d2bdc02a 100644
--- a/src/main/java/org/htmlunit/html/HtmlSearchInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlSearchInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSection.java b/src/main/java/org/htmlunit/html/HtmlSection.java
index 209bade2631..5f8b011b382 100644
--- a/src/main/java/org/htmlunit/html/HtmlSection.java
+++ b/src/main/java/org/htmlunit/html/HtmlSection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSelect.java b/src/main/java/org/htmlunit/html/HtmlSelect.java
index 43106915cb4..8b2f07d3e79 100644
--- a/src/main/java/org/htmlunit/html/HtmlSelect.java
+++ b/src/main/java/org/htmlunit/html/HtmlSelect.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSelectableTextInput.java b/src/main/java/org/htmlunit/html/HtmlSelectableTextInput.java
index f6aeb79ac85..411df97eef4 100644
--- a/src/main/java/org/htmlunit/html/HtmlSelectableTextInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlSelectableTextInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSlot.java b/src/main/java/org/htmlunit/html/HtmlSlot.java
index f2e59524748..0ebc751d2fe 100644
--- a/src/main/java/org/htmlunit/html/HtmlSlot.java
+++ b/src/main/java/org/htmlunit/html/HtmlSlot.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSmall.java b/src/main/java/org/htmlunit/html/HtmlSmall.java
index d7b8bb502e3..a8e2f616292 100644
--- a/src/main/java/org/htmlunit/html/HtmlSmall.java
+++ b/src/main/java/org/htmlunit/html/HtmlSmall.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSource.java b/src/main/java/org/htmlunit/html/HtmlSource.java
index 00ca3280eee..e554dc406f6 100644
--- a/src/main/java/org/htmlunit/html/HtmlSource.java
+++ b/src/main/java/org/htmlunit/html/HtmlSource.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSpan.java b/src/main/java/org/htmlunit/html/HtmlSpan.java
index f31e6496839..abf2243c018 100644
--- a/src/main/java/org/htmlunit/html/HtmlSpan.java
+++ b/src/main/java/org/htmlunit/html/HtmlSpan.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlStrike.java b/src/main/java/org/htmlunit/html/HtmlStrike.java
index 3c71ce763d0..6e1156424a2 100644
--- a/src/main/java/org/htmlunit/html/HtmlStrike.java
+++ b/src/main/java/org/htmlunit/html/HtmlStrike.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlStrong.java b/src/main/java/org/htmlunit/html/HtmlStrong.java
index a4de4d07819..7266e15bb6d 100644
--- a/src/main/java/org/htmlunit/html/HtmlStrong.java
+++ b/src/main/java/org/htmlunit/html/HtmlStrong.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlStyle.java b/src/main/java/org/htmlunit/html/HtmlStyle.java
index 3bd74f6bf04..d450ea6babc 100644
--- a/src/main/java/org/htmlunit/html/HtmlStyle.java
+++ b/src/main/java/org/htmlunit/html/HtmlStyle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSubmitInput.java b/src/main/java/org/htmlunit/html/HtmlSubmitInput.java
index 052fd7f0786..3c1067d3788 100644
--- a/src/main/java/org/htmlunit/html/HtmlSubmitInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlSubmitInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSubscript.java b/src/main/java/org/htmlunit/html/HtmlSubscript.java
index d88c3f4eee9..bbaf6601bc5 100644
--- a/src/main/java/org/htmlunit/html/HtmlSubscript.java
+++ b/src/main/java/org/htmlunit/html/HtmlSubscript.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSummary.java b/src/main/java/org/htmlunit/html/HtmlSummary.java
index 82209589bf3..3bcda51ecf1 100644
--- a/src/main/java/org/htmlunit/html/HtmlSummary.java
+++ b/src/main/java/org/htmlunit/html/HtmlSummary.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSuperscript.java b/src/main/java/org/htmlunit/html/HtmlSuperscript.java
index da860d55d68..99887803649 100644
--- a/src/main/java/org/htmlunit/html/HtmlSuperscript.java
+++ b/src/main/java/org/htmlunit/html/HtmlSuperscript.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlSvg.java b/src/main/java/org/htmlunit/html/HtmlSvg.java
index 75fa768d2d8..2d2708dff95 100644
--- a/src/main/java/org/htmlunit/html/HtmlSvg.java
+++ b/src/main/java/org/htmlunit/html/HtmlSvg.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTable.java b/src/main/java/org/htmlunit/html/HtmlTable.java
index fef6feba237..71731bd5601 100644
--- a/src/main/java/org/htmlunit/html/HtmlTable.java
+++ b/src/main/java/org/htmlunit/html/HtmlTable.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableBody.java b/src/main/java/org/htmlunit/html/HtmlTableBody.java
index c7487ed2010..6febca3b576 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableBody.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableBody.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableCell.java b/src/main/java/org/htmlunit/html/HtmlTableCell.java
index 9dfc11abd39..7225fda0abd 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableCell.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableCell.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableColumn.java b/src/main/java/org/htmlunit/html/HtmlTableColumn.java
index 2aa6d78f733..abc8e1bdbd1 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableColumn.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableColumn.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableColumnGroup.java b/src/main/java/org/htmlunit/html/HtmlTableColumnGroup.java
index 32f221f9800..9ba63d40c1d 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableColumnGroup.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableColumnGroup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableDataCell.java b/src/main/java/org/htmlunit/html/HtmlTableDataCell.java
index e3eeb446c3f..dd77fd2889b 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableDataCell.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableDataCell.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableFooter.java b/src/main/java/org/htmlunit/html/HtmlTableFooter.java
index 87a89d4916a..38141b21ab9 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableFooter.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableFooter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableHeader.java b/src/main/java/org/htmlunit/html/HtmlTableHeader.java
index 4fcc4929da6..f53cdad68b3 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableHeader.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableHeader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java b/src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java
index 490d9aff7c5..7885fc90b04 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableHeaderCell.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTableRow.java b/src/main/java/org/htmlunit/html/HtmlTableRow.java
index baaf17ec163..7d0eba3849e 100644
--- a/src/main/java/org/htmlunit/html/HtmlTableRow.java
+++ b/src/main/java/org/htmlunit/html/HtmlTableRow.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTelInput.java b/src/main/java/org/htmlunit/html/HtmlTelInput.java
index 6e593928e37..f8068a6c9df 100644
--- a/src/main/java/org/htmlunit/html/HtmlTelInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlTelInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTeletype.java b/src/main/java/org/htmlunit/html/HtmlTeletype.java
index 6898074a910..67520a8d239 100644
--- a/src/main/java/org/htmlunit/html/HtmlTeletype.java
+++ b/src/main/java/org/htmlunit/html/HtmlTeletype.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTemplate.java b/src/main/java/org/htmlunit/html/HtmlTemplate.java
index 20258ab9783..e1cb57afcde 100644
--- a/src/main/java/org/htmlunit/html/HtmlTemplate.java
+++ b/src/main/java/org/htmlunit/html/HtmlTemplate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTextArea.java b/src/main/java/org/htmlunit/html/HtmlTextArea.java
index 961b7b08e4d..b308ea3cccc 100644
--- a/src/main/java/org/htmlunit/html/HtmlTextArea.java
+++ b/src/main/java/org/htmlunit/html/HtmlTextArea.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTextInput.java b/src/main/java/org/htmlunit/html/HtmlTextInput.java
index 736ad273312..a50abdd9571 100644
--- a/src/main/java/org/htmlunit/html/HtmlTextInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlTextInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTime.java b/src/main/java/org/htmlunit/html/HtmlTime.java
index 9c814439dd8..65d0d378974 100644
--- a/src/main/java/org/htmlunit/html/HtmlTime.java
+++ b/src/main/java/org/htmlunit/html/HtmlTime.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTimeInput.java b/src/main/java/org/htmlunit/html/HtmlTimeInput.java
index 2b2e33695b8..74f38e37021 100644
--- a/src/main/java/org/htmlunit/html/HtmlTimeInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlTimeInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTitle.java b/src/main/java/org/htmlunit/html/HtmlTitle.java
index c49e6fc0089..fc04a5c0b83 100644
--- a/src/main/java/org/htmlunit/html/HtmlTitle.java
+++ b/src/main/java/org/htmlunit/html/HtmlTitle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlTrack.java b/src/main/java/org/htmlunit/html/HtmlTrack.java
index be74d4e73bc..1cd0542f69b 100644
--- a/src/main/java/org/htmlunit/html/HtmlTrack.java
+++ b/src/main/java/org/htmlunit/html/HtmlTrack.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlUnderlined.java b/src/main/java/org/htmlunit/html/HtmlUnderlined.java
index fccdc68f4de..7d480355c53 100644
--- a/src/main/java/org/htmlunit/html/HtmlUnderlined.java
+++ b/src/main/java/org/htmlunit/html/HtmlUnderlined.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlUnknownElement.java b/src/main/java/org/htmlunit/html/HtmlUnknownElement.java
index 57c628e6998..0cd1dd74ead 100644
--- a/src/main/java/org/htmlunit/html/HtmlUnknownElement.java
+++ b/src/main/java/org/htmlunit/html/HtmlUnknownElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlUnorderedList.java b/src/main/java/org/htmlunit/html/HtmlUnorderedList.java
index a1b4ac3344a..a9b6b5ddb07 100644
--- a/src/main/java/org/htmlunit/html/HtmlUnorderedList.java
+++ b/src/main/java/org/htmlunit/html/HtmlUnorderedList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlUrlInput.java b/src/main/java/org/htmlunit/html/HtmlUrlInput.java
index c2c9ae192f5..5b670a4e821 100644
--- a/src/main/java/org/htmlunit/html/HtmlUrlInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlUrlInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlVariable.java b/src/main/java/org/htmlunit/html/HtmlVariable.java
index 7e277086443..456f4c5daa1 100644
--- a/src/main/java/org/htmlunit/html/HtmlVariable.java
+++ b/src/main/java/org/htmlunit/html/HtmlVariable.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlVideo.java b/src/main/java/org/htmlunit/html/HtmlVideo.java
index c64baad80c9..88dfdedd489 100644
--- a/src/main/java/org/htmlunit/html/HtmlVideo.java
+++ b/src/main/java/org/htmlunit/html/HtmlVideo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlWeekInput.java b/src/main/java/org/htmlunit/html/HtmlWeekInput.java
index afa4a4370eb..c94a7423dea 100644
--- a/src/main/java/org/htmlunit/html/HtmlWeekInput.java
+++ b/src/main/java/org/htmlunit/html/HtmlWeekInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/HtmlWordBreak.java b/src/main/java/org/htmlunit/html/HtmlWordBreak.java
index 7244bc185dc..90c2c7d071e 100644
--- a/src/main/java/org/htmlunit/html/HtmlWordBreak.java
+++ b/src/main/java/org/htmlunit/html/HtmlWordBreak.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/Keyboard.java b/src/main/java/org/htmlunit/html/Keyboard.java
index e16f6ba0578..fb935a3e7c6 100644
--- a/src/main/java/org/htmlunit/html/Keyboard.java
+++ b/src/main/java/org/htmlunit/html/Keyboard.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/LabelableElement.java b/src/main/java/org/htmlunit/html/LabelableElement.java
index d9f5ae80603..ab098808674 100644
--- a/src/main/java/org/htmlunit/html/LabelableElement.java
+++ b/src/main/java/org/htmlunit/html/LabelableElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/ScriptElement.java b/src/main/java/org/htmlunit/html/ScriptElement.java
index a955817a64c..1a96e2bea1d 100644
--- a/src/main/java/org/htmlunit/html/ScriptElement.java
+++ b/src/main/java/org/htmlunit/html/ScriptElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/ScriptElementSupport.java b/src/main/java/org/htmlunit/html/ScriptElementSupport.java
index b48f630f1b2..a542a2bed51 100644
--- a/src/main/java/org/htmlunit/html/ScriptElementSupport.java
+++ b/src/main/java/org/htmlunit/html/ScriptElementSupport.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/SiblingDomNodeList.java b/src/main/java/org/htmlunit/html/SiblingDomNodeList.java
index 009de12080e..b864693af43 100644
--- a/src/main/java/org/htmlunit/html/SiblingDomNodeList.java
+++ b/src/main/java/org/htmlunit/html/SiblingDomNodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/StaticDomNodeList.java b/src/main/java/org/htmlunit/html/StaticDomNodeList.java
index a0305646333..8a1305c0e6b 100644
--- a/src/main/java/org/htmlunit/html/StaticDomNodeList.java
+++ b/src/main/java/org/htmlunit/html/StaticDomNodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/SubmittableElement.java b/src/main/java/org/htmlunit/html/SubmittableElement.java
index a8c8a3006e0..b913146e4f9 100644
--- a/src/main/java/org/htmlunit/html/SubmittableElement.java
+++ b/src/main/java/org/htmlunit/html/SubmittableElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/TableRowGroup.java b/src/main/java/org/htmlunit/html/TableRowGroup.java
index f885b0cfafb..4c3655a8d13 100644
--- a/src/main/java/org/htmlunit/html/TableRowGroup.java
+++ b/src/main/java/org/htmlunit/html/TableRowGroup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/UnknownElementFactory.java b/src/main/java/org/htmlunit/html/UnknownElementFactory.java
index f5e640f9aaa..4ecff7bab49 100644
--- a/src/main/java/org/htmlunit/html/UnknownElementFactory.java
+++ b/src/main/java/org/htmlunit/html/UnknownElementFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/ValidatableElement.java b/src/main/java/org/htmlunit/html/ValidatableElement.java
index 654aa459727..844b3f7cb09 100644
--- a/src/main/java/org/htmlunit/html/ValidatableElement.java
+++ b/src/main/java/org/htmlunit/html/ValidatableElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/XHtmlPage.java b/src/main/java/org/htmlunit/html/XHtmlPage.java
index 0ad14093a45..6f336bf0659 100644
--- a/src/main/java/org/htmlunit/html/XHtmlPage.java
+++ b/src/main/java/org/htmlunit/html/XHtmlPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/XmlSerializer.java b/src/main/java/org/htmlunit/html/XmlSerializer.java
index 0eb2cb5a44b..a462cf6b7f7 100644
--- a/src/main/java/org/htmlunit/html/XmlSerializer.java
+++ b/src/main/java/org/htmlunit/html/XmlSerializer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/Color.java b/src/main/java/org/htmlunit/html/impl/Color.java
index bdd1e267813..2dc3fe586e8 100644
--- a/src/main/java/org/htmlunit/html/impl/Color.java
+++ b/src/main/java/org/htmlunit/html/impl/Color.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/SelectableTextInput.java b/src/main/java/org/htmlunit/html/impl/SelectableTextInput.java
index 04b4560a603..9e23ec7b611 100644
--- a/src/main/java/org/htmlunit/html/impl/SelectableTextInput.java
+++ b/src/main/java/org/htmlunit/html/impl/SelectableTextInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/SelectableTextSelectionDelegate.java b/src/main/java/org/htmlunit/html/impl/SelectableTextSelectionDelegate.java
index 0430e4460e5..334d2805102 100644
--- a/src/main/java/org/htmlunit/html/impl/SelectableTextSelectionDelegate.java
+++ b/src/main/java/org/htmlunit/html/impl/SelectableTextSelectionDelegate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/SelectionDelegate.java b/src/main/java/org/htmlunit/html/impl/SelectionDelegate.java
index c2cdd07e260..0133077f0a5 100644
--- a/src/main/java/org/htmlunit/html/impl/SelectionDelegate.java
+++ b/src/main/java/org/htmlunit/html/impl/SelectionDelegate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/SimpleRange.java b/src/main/java/org/htmlunit/html/impl/SimpleRange.java
index fbef296df7e..2705f7877df 100644
--- a/src/main/java/org/htmlunit/html/impl/SimpleRange.java
+++ b/src/main/java/org/htmlunit/html/impl/SimpleRange.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/SimpleSelectionDelegate.java b/src/main/java/org/htmlunit/html/impl/SimpleSelectionDelegate.java
index 52458d67ba8..d45435cdb85 100644
--- a/src/main/java/org/htmlunit/html/impl/SimpleSelectionDelegate.java
+++ b/src/main/java/org/htmlunit/html/impl/SimpleSelectionDelegate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/impl/package-info.java b/src/main/java/org/htmlunit/html/impl/package-info.java
index bad5bdf5a12..07d9b477f31 100644
--- a/src/main/java/org/htmlunit/html/impl/package-info.java
+++ b/src/main/java/org/htmlunit/html/impl/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/package-info.java b/src/main/java/org/htmlunit/html/package-info.java
index f2fb04e7dea..6aed541c35d 100644
--- a/src/main/java/org/htmlunit/html/package-info.java
+++ b/src/main/java/org/htmlunit/html/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/HTMLParser.java b/src/main/java/org/htmlunit/html/parser/HTMLParser.java
index 63da9984060..adeafefec45 100644
--- a/src/main/java/org/htmlunit/html/parser/HTMLParser.java
+++ b/src/main/java/org/htmlunit/html/parser/HTMLParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/HTMLParserDOMBuilder.java b/src/main/java/org/htmlunit/html/parser/HTMLParserDOMBuilder.java
index f5adceaa6a8..c12143e4a9f 100644
--- a/src/main/java/org/htmlunit/html/parser/HTMLParserDOMBuilder.java
+++ b/src/main/java/org/htmlunit/html/parser/HTMLParserDOMBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/HTMLParserListener.java b/src/main/java/org/htmlunit/html/parser/HTMLParserListener.java
index b941688e16d..0eb758ed0e6 100644
--- a/src/main/java/org/htmlunit/html/parser/HTMLParserListener.java
+++ b/src/main/java/org/htmlunit/html/parser/HTMLParserListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoDOMBuilder.java b/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoDOMBuilder.java
index 9e68ab12967..6bb68c43b4a 100644
--- a/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoDOMBuilder.java
+++ b/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoDOMBuilder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoHtmlParser.java b/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoHtmlParser.java
index 74b464f2385..1a0b8d7c79a 100644
--- a/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoHtmlParser.java
+++ b/src/main/java/org/htmlunit/html/parser/neko/HtmlUnitNekoHtmlParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/neko/package-info.java b/src/main/java/org/htmlunit/html/parser/neko/package-info.java
index 3ee2186e58e..2944fb2de07 100644
--- a/src/main/java/org/htmlunit/html/parser/neko/package-info.java
+++ b/src/main/java/org/htmlunit/html/parser/neko/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/parser/package-info.java b/src/main/java/org/htmlunit/html/parser/package-info.java
index 9d946ab60cc..53b21ca71ab 100644
--- a/src/main/java/org/htmlunit/html/parser/package-info.java
+++ b/src/main/java/org/htmlunit/html/parser/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText.java b/src/main/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText.java
index 2396e2593c4..3e919e6a3df 100644
--- a/src/main/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText.java
+++ b/src/main/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText.java b/src/main/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText.java
index 35006258db1..9be60feb6dd 100644
--- a/src/main/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText.java
+++ b/src/main/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText.java b/src/main/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText.java
index 635a3f33d93..b57f2f485a5 100644
--- a/src/main/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText.java
+++ b/src/main/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/serializer/package-info.java b/src/main/java/org/htmlunit/html/serializer/package-info.java
index 040d6ac6e07..bf893024405 100644
--- a/src/main/java/org/htmlunit/html/serializer/package-info.java
+++ b/src/main/java/org/htmlunit/html/serializer/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/xpath/HtmlUnitPrefixResolver.java b/src/main/java/org/htmlunit/html/xpath/HtmlUnitPrefixResolver.java
index 46fe6e3feda..824f7a3d240 100644
--- a/src/main/java/org/htmlunit/html/xpath/HtmlUnitPrefixResolver.java
+++ b/src/main/java/org/htmlunit/html/xpath/HtmlUnitPrefixResolver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/xpath/XPathAdapter.java b/src/main/java/org/htmlunit/html/xpath/XPathAdapter.java
index cf0b7497e3e..ade9c47c8b8 100644
--- a/src/main/java/org/htmlunit/html/xpath/XPathAdapter.java
+++ b/src/main/java/org/htmlunit/html/xpath/XPathAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/xpath/XPathHelper.java b/src/main/java/org/htmlunit/html/xpath/XPathHelper.java
index cd608257e39..c2236fa1950 100644
--- a/src/main/java/org/htmlunit/html/xpath/XPathHelper.java
+++ b/src/main/java/org/htmlunit/html/xpath/XPathHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/html/xpath/package-info.java b/src/main/java/org/htmlunit/html/xpath/package-info.java
index 74e1b478cc0..e399cdcf4ab 100644
--- a/src/main/java/org/htmlunit/html/xpath/package-info.java
+++ b/src/main/java/org/htmlunit/html/xpath/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/http/HttpStatus.java b/src/main/java/org/htmlunit/http/HttpStatus.java
index 1533561f77d..436141565eb 100644
--- a/src/main/java/org/htmlunit/http/HttpStatus.java
+++ b/src/main/java/org/htmlunit/http/HttpStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/http/HttpUtils.java b/src/main/java/org/htmlunit/http/HttpUtils.java
index fa6cf9de713..352821b7936 100644
--- a/src/main/java/org/htmlunit/http/HttpUtils.java
+++ b/src/main/java/org/htmlunit/http/HttpUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/http/package-info.java b/src/main/java/org/htmlunit/http/package-info.java
index 58526dc5f98..b9e197f8bc5 100644
--- a/src/main/java/org/htmlunit/http/package-info.java
+++ b/src/main/java/org/htmlunit/http/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieHeaderValueFormatter.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieHeaderValueFormatter.java
index 89718701242..0b0e8b2eac4 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieHeaderValueFormatter.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieHeaderValueFormatter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieSpec.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieSpec.java
index 77ca3918c30..893ec8bf758 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieSpec.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitBrowserCompatCookieSpec.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieSpecProvider.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieSpecProvider.java
index 41063f6e0d6..35b6a5bce37 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieSpecProvider.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieSpecProvider.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieStore.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieStore.java
index 79cdac2a5d4..dd371bb1f70 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieStore.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitCookieStore.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitDomainHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitDomainHandler.java
index b8d0c0c8cbc..9340bdd8a0d 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitDomainHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitDomainHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitExpiresHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitExpiresHandler.java
index b23bc40a79a..733632c4e33 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitExpiresHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitExpiresHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitHttpOnlyHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitHttpOnlyHandler.java
index b4cd18ca563..ea38eba236c 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitHttpOnlyHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitHttpOnlyHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitMaxAgeHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitMaxAgeHandler.java
index 063819cd62e..c49d93eb27f 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitMaxAgeHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitMaxAgeHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitPathHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitPathHandler.java
index 40773ec4676..ec1385557a1 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitPathHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitPathHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitRedirectStrategie.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitRedirectStrategie.java
index 24bbed61091..48f930f9f83 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitRedirectStrategie.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitRedirectStrategie.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitSSLConnectionSocketFactory.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitSSLConnectionSocketFactory.java
index 6fab8d69698..b98582cc863 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitSSLConnectionSocketFactory.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitSSLConnectionSocketFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitSameSiteHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitSameSiteHandler.java
index 3123dadca5f..f9fb0fe5485 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitSameSiteHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitSameSiteHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitSecureHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitSecureHandler.java
index beda0515837..dfd8e8055f4 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitSecureHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitSecureHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitUsernamePasswordCredentials.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitUsernamePasswordCredentials.java
index 4502bcbc49d..a4095db56b1 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitUsernamePasswordCredentials.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitUsernamePasswordCredentials.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HtmlUnitVersionAttributeHandler.java b/src/main/java/org/htmlunit/httpclient/HtmlUnitVersionAttributeHandler.java
index 5026a3a8626..4fc36c0f1ed 100644
--- a/src/main/java/org/htmlunit/httpclient/HtmlUnitVersionAttributeHandler.java
+++ b/src/main/java/org/htmlunit/httpclient/HtmlUnitVersionAttributeHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HttpClientConverter.java b/src/main/java/org/htmlunit/httpclient/HttpClientConverter.java
index 45b626c082b..455633bfadf 100644
--- a/src/main/java/org/htmlunit/httpclient/HttpClientConverter.java
+++ b/src/main/java/org/htmlunit/httpclient/HttpClientConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HttpDelete.java b/src/main/java/org/htmlunit/httpclient/HttpDelete.java
index 5463dfb1743..9697896df26 100644
--- a/src/main/java/org/htmlunit/httpclient/HttpDelete.java
+++ b/src/main/java/org/htmlunit/httpclient/HttpDelete.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/HttpOptions.java b/src/main/java/org/htmlunit/httpclient/HttpOptions.java
index 723fa53afa3..92a9a329d19 100644
--- a/src/main/java/org/htmlunit/httpclient/HttpOptions.java
+++ b/src/main/java/org/htmlunit/httpclient/HttpOptions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/SocksConnectionSocketFactory.java b/src/main/java/org/htmlunit/httpclient/SocksConnectionSocketFactory.java
index 0821abd4099..e71a68a4383 100644
--- a/src/main/java/org/htmlunit/httpclient/SocksConnectionSocketFactory.java
+++ b/src/main/java/org/htmlunit/httpclient/SocksConnectionSocketFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/httpclient/package-info.java b/src/main/java/org/htmlunit/httpclient/package-info.java
index 6ecc919c21c..a2147c5928d 100644
--- a/src/main/java/org/htmlunit/httpclient/package-info.java
+++ b/src/main/java/org/htmlunit/httpclient/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/AbstractJavaScriptEngine.java b/src/main/java/org/htmlunit/javascript/AbstractJavaScriptEngine.java
index 1a36e9ecbc4..29a558c6080 100644
--- a/src/main/java/org/htmlunit/javascript/AbstractJavaScriptEngine.java
+++ b/src/main/java/org/htmlunit/javascript/AbstractJavaScriptEngine.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/DebugFrameAdapter.java b/src/main/java/org/htmlunit/javascript/DebugFrameAdapter.java
index 9322c33abd4..99bbe72727a 100644
--- a/src/main/java/org/htmlunit/javascript/DebugFrameAdapter.java
+++ b/src/main/java/org/htmlunit/javascript/DebugFrameAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/DebugFrameImpl.java b/src/main/java/org/htmlunit/javascript/DebugFrameImpl.java
index a67a6441683..dbfa9d33993 100644
--- a/src/main/java/org/htmlunit/javascript/DebugFrameImpl.java
+++ b/src/main/java/org/htmlunit/javascript/DebugFrameImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/DebuggerAdapter.java b/src/main/java/org/htmlunit/javascript/DebuggerAdapter.java
index 7d53f77c97a..f1434b77ec0 100644
--- a/src/main/java/org/htmlunit/javascript/DebuggerAdapter.java
+++ b/src/main/java/org/htmlunit/javascript/DebuggerAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/DebuggerImpl.java b/src/main/java/org/htmlunit/javascript/DebuggerImpl.java
index 716a619eb0c..ef35f99e8b0 100644
--- a/src/main/java/org/htmlunit/javascript/DebuggerImpl.java
+++ b/src/main/java/org/htmlunit/javascript/DebuggerImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/DefaultJavaScriptErrorListener.java b/src/main/java/org/htmlunit/javascript/DefaultJavaScriptErrorListener.java
index 9dff512805d..10124fabc8d 100644
--- a/src/main/java/org/htmlunit/javascript/DefaultJavaScriptErrorListener.java
+++ b/src/main/java/org/htmlunit/javascript/DefaultJavaScriptErrorListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/FunctionWrapper.java b/src/main/java/org/htmlunit/javascript/FunctionWrapper.java
index 87f4e699086..0313778f880 100644
--- a/src/main/java/org/htmlunit/javascript/FunctionWrapper.java
+++ b/src/main/java/org/htmlunit/javascript/FunctionWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/HiddenFunctionObject.java b/src/main/java/org/htmlunit/javascript/HiddenFunctionObject.java
index 33c66557ad9..a26539221c7 100644
--- a/src/main/java/org/htmlunit/javascript/HiddenFunctionObject.java
+++ b/src/main/java/org/htmlunit/javascript/HiddenFunctionObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java b/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
index 60231edd8c8..58c18899238 100644
--- a/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
+++ b/src/main/java/org/htmlunit/javascript/HtmlUnitContextFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/HtmlUnitScriptable.java b/src/main/java/org/htmlunit/javascript/HtmlUnitScriptable.java
index f7eba4f944c..7fdf07b14bc 100644
--- a/src/main/java/org/htmlunit/javascript/HtmlUnitScriptable.java
+++ b/src/main/java/org/htmlunit/javascript/HtmlUnitScriptable.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/HtmlUnitScriptableProxy.java b/src/main/java/org/htmlunit/javascript/HtmlUnitScriptableProxy.java
index 32bb6a37384..60d3bb07e29 100644
--- a/src/main/java/org/htmlunit/javascript/HtmlUnitScriptableProxy.java
+++ b/src/main/java/org/htmlunit/javascript/HtmlUnitScriptableProxy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
index 2e017ce409d..0c429bddfdf 100644
--- a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
+++ b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/JavaScriptErrorListener.java b/src/main/java/org/htmlunit/javascript/JavaScriptErrorListener.java
index 16eec0a0c10..d4524d6db09 100644
--- a/src/main/java/org/htmlunit/javascript/JavaScriptErrorListener.java
+++ b/src/main/java/org/htmlunit/javascript/JavaScriptErrorListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/NativeFunctionToStringFunction.java b/src/main/java/org/htmlunit/javascript/NativeFunctionToStringFunction.java
index f9b6a727888..da65a397d68 100644
--- a/src/main/java/org/htmlunit/javascript/NativeFunctionToStringFunction.java
+++ b/src/main/java/org/htmlunit/javascript/NativeFunctionToStringFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/PostponedAction.java b/src/main/java/org/htmlunit/javascript/PostponedAction.java
index 33fff13c9c0..f2c94e67fe0 100644
--- a/src/main/java/org/htmlunit/javascript/PostponedAction.java
+++ b/src/main/java/org/htmlunit/javascript/PostponedAction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/RecursiveFunctionObject.java b/src/main/java/org/htmlunit/javascript/RecursiveFunctionObject.java
index 2f1f8b634a9..68e619d97ff 100644
--- a/src/main/java/org/htmlunit/javascript/RecursiveFunctionObject.java
+++ b/src/main/java/org/htmlunit/javascript/RecursiveFunctionObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/SilentJavaScriptErrorListener.java b/src/main/java/org/htmlunit/javascript/SilentJavaScriptErrorListener.java
index 05325f65860..0912f2531c1 100644
--- a/src/main/java/org/htmlunit/javascript/SilentJavaScriptErrorListener.java
+++ b/src/main/java/org/htmlunit/javascript/SilentJavaScriptErrorListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/TimeoutError.java b/src/main/java/org/htmlunit/javascript/TimeoutError.java
index ae516441c1f..1cba626c18c 100644
--- a/src/main/java/org/htmlunit/javascript/TimeoutError.java
+++ b/src/main/java/org/htmlunit/javascript/TimeoutError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/BackgroundJavaScriptFactory.java b/src/main/java/org/htmlunit/javascript/background/BackgroundJavaScriptFactory.java
index 608ceea03c0..98a58c8508c 100644
--- a/src/main/java/org/htmlunit/javascript/background/BackgroundJavaScriptFactory.java
+++ b/src/main/java/org/htmlunit/javascript/background/BackgroundJavaScriptFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/BasicJavaScriptJob.java b/src/main/java/org/htmlunit/javascript/background/BasicJavaScriptJob.java
index bfdfff96105..50282b8d855 100644
--- a/src/main/java/org/htmlunit/javascript/background/BasicJavaScriptJob.java
+++ b/src/main/java/org/htmlunit/javascript/background/BasicJavaScriptJob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java b/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java
index a4803e389be..22d8a3a1edc 100644
--- a/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java
+++ b/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutionJob.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutionJob.java
index 6503b3bb73d..459b0e1c20d 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutionJob.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutionJob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutor.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutor.java
index 2b640693703..4e9656fbea5 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutor.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptExecutor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptFunctionJob.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptFunctionJob.java
index 51adec11eab..08686261a98 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptFunctionJob.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptFunctionJob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptJob.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptJob.java
index 133ed2f48ce..faa078a0134 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptJob.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptJob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManager.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManager.java
index 23173ab5a14..2ae81e89a24 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManager.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManagerImpl.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManagerImpl.java
index 7c902dd35a8..66cb6a73e52 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManagerImpl.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptJobManagerImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavaScriptStringJob.java b/src/main/java/org/htmlunit/javascript/background/JavaScriptStringJob.java
index fa469b3af2a..e7f26a1002d 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavaScriptStringJob.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavaScriptStringJob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.java b/src/main/java/org/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.java
index 80b0bae5a47..a6e8bf6c441 100644
--- a/src/main/java/org/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.java
+++ b/src/main/java/org/htmlunit/javascript/background/JavascriptXMLHttpRequestJob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/background/package-info.java b/src/main/java/org/htmlunit/javascript/background/package-info.java
index ca516334fa0..e452ec72d1a 100644
--- a/src/main/java/org/htmlunit/javascript/background/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/background/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java b/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java
index e95cf7b63c7..8f2eedb9a1c 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/AbstractJavaScriptConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/BrowserFeature.java b/src/main/java/org/htmlunit/javascript/configuration/BrowserFeature.java
index ef79252b339..0fcc17a8855 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/BrowserFeature.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/BrowserFeature.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/ClassConfiguration.java b/src/main/java/org/htmlunit/javascript/configuration/ClassConfiguration.java
index 64da7c68879..408daa66fdd 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/ClassConfiguration.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/ClassConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JavaScriptConfiguration.java b/src/main/java/org/htmlunit/javascript/configuration/JavaScriptConfiguration.java
index 8dc95783f18..fa559847325 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JavaScriptConfiguration.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JavaScriptConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxClass.java b/src/main/java/org/htmlunit/javascript/configuration/JsxClass.java
index 2aee9b71550..663b5c9a1b5 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxClass.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxClasses.java b/src/main/java/org/htmlunit/javascript/configuration/JsxClasses.java
index 1b1491073f7..3ef6a1e9aa6 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxClasses.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxClasses.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxConstant.java b/src/main/java/org/htmlunit/javascript/configuration/JsxConstant.java
index f08ce73347f..4c63dbf3c95 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxConstant.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxConstant.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxConstructor.java b/src/main/java/org/htmlunit/javascript/configuration/JsxConstructor.java
index 7b4b4cdfc11..cfc877cd964 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxConstructor.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxConstructor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxConstructorAlias.java b/src/main/java/org/htmlunit/javascript/configuration/JsxConstructorAlias.java
index e5dfc6f3ca3..c80f2fd40a2 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxConstructorAlias.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxConstructorAlias.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxFunction.java b/src/main/java/org/htmlunit/javascript/configuration/JsxFunction.java
index ef09142c1df..3f78d731b9b 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxFunction.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxGetter.java b/src/main/java/org/htmlunit/javascript/configuration/JsxGetter.java
index 96e2c1136f0..bd5a2131035 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxGetter.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxGetter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxSetter.java b/src/main/java/org/htmlunit/javascript/configuration/JsxSetter.java
index f17bcabcc3a..395e5a147d6 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxSetter.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxSetter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxStaticFunction.java b/src/main/java/org/htmlunit/javascript/configuration/JsxStaticFunction.java
index 10b51f76b28..2fa5d2619f4 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxStaticFunction.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxStaticFunction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxStaticGetter.java b/src/main/java/org/htmlunit/javascript/configuration/JsxStaticGetter.java
index ce0b38bdb52..0829d2c503e 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxStaticGetter.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxStaticGetter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxSymbol.java b/src/main/java/org/htmlunit/javascript/configuration/JsxSymbol.java
index eb6bd0d0f5f..744d411877d 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxSymbol.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxSymbol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/JsxSymbolConstant.java b/src/main/java/org/htmlunit/javascript/configuration/JsxSymbolConstant.java
index 862406b67f8..bbeb38906eb 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/JsxSymbolConstant.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/JsxSymbolConstant.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/ProxyAutoConfigJavaScriptConfiguration.java b/src/main/java/org/htmlunit/javascript/configuration/ProxyAutoConfigJavaScriptConfiguration.java
index a952dba7c8e..3753ff56bac 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/ProxyAutoConfigJavaScriptConfiguration.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/ProxyAutoConfigJavaScriptConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/SupportedBrowser.java b/src/main/java/org/htmlunit/javascript/configuration/SupportedBrowser.java
index 84f142db2bf..550e8e23006 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/SupportedBrowser.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/SupportedBrowser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/WorkerJavaScriptConfiguration.java b/src/main/java/org/htmlunit/javascript/configuration/WorkerJavaScriptConfiguration.java
index 2f722e4e117..1f6691f1803 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/WorkerJavaScriptConfiguration.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/WorkerJavaScriptConfiguration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/configuration/package-info.java b/src/main/java/org/htmlunit/javascript/configuration/package-info.java
index 15c4ab736ed..63e0e305781 100644
--- a/src/main/java/org/htmlunit/javascript/configuration/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/configuration/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/AudioScheduledSourceNode.java b/src/main/java/org/htmlunit/javascript/host/AudioScheduledSourceNode.java
index b46d88cf297..1d54156eced 100644
--- a/src/main/java/org/htmlunit/javascript/host/AudioScheduledSourceNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/AudioScheduledSourceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/BarProp.java b/src/main/java/org/htmlunit/javascript/host/BarProp.java
index 3792a5d78eb..192b0a6ab4a 100644
--- a/src/main/java/org/htmlunit/javascript/host/BarProp.java
+++ b/src/main/java/org/htmlunit/javascript/host/BarProp.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/BatteryManager.java b/src/main/java/org/htmlunit/javascript/host/BatteryManager.java
index 35a9a2bfdd7..d85d019cc0c 100644
--- a/src/main/java/org/htmlunit/javascript/host/BatteryManager.java
+++ b/src/main/java/org/htmlunit/javascript/host/BatteryManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/BroadcastChannel.java b/src/main/java/org/htmlunit/javascript/host/BroadcastChannel.java
index 34d3d341a92..7c3c412a64e 100644
--- a/src/main/java/org/htmlunit/javascript/host/BroadcastChannel.java
+++ b/src/main/java/org/htmlunit/javascript/host/BroadcastChannel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Cache.java b/src/main/java/org/htmlunit/javascript/host/Cache.java
index 44cebe2cbce..277129f9e31 100644
--- a/src/main/java/org/htmlunit/javascript/host/Cache.java
+++ b/src/main/java/org/htmlunit/javascript/host/Cache.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/CacheStorage.java b/src/main/java/org/htmlunit/javascript/host/CacheStorage.java
index df09311b275..1c31662419d 100644
--- a/src/main/java/org/htmlunit/javascript/host/CacheStorage.java
+++ b/src/main/java/org/htmlunit/javascript/host/CacheStorage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/ClientRect.java b/src/main/java/org/htmlunit/javascript/host/ClientRect.java
index 6b0769e22ea..0d621d67704 100644
--- a/src/main/java/org/htmlunit/javascript/host/ClientRect.java
+++ b/src/main/java/org/htmlunit/javascript/host/ClientRect.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/ClientRectList.java b/src/main/java/org/htmlunit/javascript/host/ClientRectList.java
index e56f6160b85..f1915b2e672 100644
--- a/src/main/java/org/htmlunit/javascript/host/ClientRectList.java
+++ b/src/main/java/org/htmlunit/javascript/host/ClientRectList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/ConsoleCustom.java b/src/main/java/org/htmlunit/javascript/host/ConsoleCustom.java
index c2c0ba91476..f8d6d66bed8 100644
--- a/src/main/java/org/htmlunit/javascript/host/ConsoleCustom.java
+++ b/src/main/java/org/htmlunit/javascript/host/ConsoleCustom.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Element.java b/src/main/java/org/htmlunit/javascript/host/Element.java
index 73ee21d791a..c9c71943d89 100644
--- a/src/main/java/org/htmlunit/javascript/host/Element.java
+++ b/src/main/java/org/htmlunit/javascript/host/Element.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/External.java b/src/main/java/org/htmlunit/javascript/host/External.java
index 647dc3280a5..2457d97b8b7 100644
--- a/src/main/java/org/htmlunit/javascript/host/External.java
+++ b/src/main/java/org/htmlunit/javascript/host/External.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/FontFace.java b/src/main/java/org/htmlunit/javascript/host/FontFace.java
index f94d72a7d14..5f8ceb8e7bc 100644
--- a/src/main/java/org/htmlunit/javascript/host/FontFace.java
+++ b/src/main/java/org/htmlunit/javascript/host/FontFace.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/FontFaceSet.java b/src/main/java/org/htmlunit/javascript/host/FontFaceSet.java
index 0b05f9ece17..360858d6491 100644
--- a/src/main/java/org/htmlunit/javascript/host/FontFaceSet.java
+++ b/src/main/java/org/htmlunit/javascript/host/FontFaceSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Gamepad.java b/src/main/java/org/htmlunit/javascript/host/Gamepad.java
index 95468a752ae..f964a80e189 100644
--- a/src/main/java/org/htmlunit/javascript/host/Gamepad.java
+++ b/src/main/java/org/htmlunit/javascript/host/Gamepad.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/GamepadButton.java b/src/main/java/org/htmlunit/javascript/host/GamepadButton.java
index 8425613c6d7..e4e4ad93599 100644
--- a/src/main/java/org/htmlunit/javascript/host/GamepadButton.java
+++ b/src/main/java/org/htmlunit/javascript/host/GamepadButton.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/History.java b/src/main/java/org/htmlunit/javascript/host/History.java
index 7098e2c1bbe..cb41ac5b197 100644
--- a/src/main/java/org/htmlunit/javascript/host/History.java
+++ b/src/main/java/org/htmlunit/javascript/host/History.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/ImageBitmap.java b/src/main/java/org/htmlunit/javascript/host/ImageBitmap.java
index eafc195ea2a..08043337de5 100644
--- a/src/main/java/org/htmlunit/javascript/host/ImageBitmap.java
+++ b/src/main/java/org/htmlunit/javascript/host/ImageBitmap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Location.java b/src/main/java/org/htmlunit/javascript/host/Location.java
index 733c773de46..9db713e6902 100644
--- a/src/main/java/org/htmlunit/javascript/host/Location.java
+++ b/src/main/java/org/htmlunit/javascript/host/Location.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/MessageChannel.java b/src/main/java/org/htmlunit/javascript/host/MessageChannel.java
index 3d60ebb9498..ed229c3a34d 100644
--- a/src/main/java/org/htmlunit/javascript/host/MessageChannel.java
+++ b/src/main/java/org/htmlunit/javascript/host/MessageChannel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/MessagePort.java b/src/main/java/org/htmlunit/javascript/host/MessagePort.java
index feca9f7139f..a258692c40c 100644
--- a/src/main/java/org/htmlunit/javascript/host/MessagePort.java
+++ b/src/main/java/org/htmlunit/javascript/host/MessagePort.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/MimeType.java b/src/main/java/org/htmlunit/javascript/host/MimeType.java
index 74c6961e147..91f284af070 100644
--- a/src/main/java/org/htmlunit/javascript/host/MimeType.java
+++ b/src/main/java/org/htmlunit/javascript/host/MimeType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/MimeTypeArray.java b/src/main/java/org/htmlunit/javascript/host/MimeTypeArray.java
index c371f221e33..2346996482d 100644
--- a/src/main/java/org/htmlunit/javascript/host/MimeTypeArray.java
+++ b/src/main/java/org/htmlunit/javascript/host/MimeTypeArray.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/NamedNodeMap.java b/src/main/java/org/htmlunit/javascript/host/NamedNodeMap.java
index adaea078c41..ebda14e641e 100644
--- a/src/main/java/org/htmlunit/javascript/host/NamedNodeMap.java
+++ b/src/main/java/org/htmlunit/javascript/host/NamedNodeMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/NativeFunctionPrefixResolver.java b/src/main/java/org/htmlunit/javascript/host/NativeFunctionPrefixResolver.java
index 571ec02f966..5d959e983bb 100644
--- a/src/main/java/org/htmlunit/javascript/host/NativeFunctionPrefixResolver.java
+++ b/src/main/java/org/htmlunit/javascript/host/NativeFunctionPrefixResolver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Navigator.java b/src/main/java/org/htmlunit/javascript/host/Navigator.java
index e96da1dd9f9..826dab6fdea 100644
--- a/src/main/java/org/htmlunit/javascript/host/Navigator.java
+++ b/src/main/java/org/htmlunit/javascript/host/Navigator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Netscape.java b/src/main/java/org/htmlunit/javascript/host/Netscape.java
index fde8cd8fc66..315883bea66 100644
--- a/src/main/java/org/htmlunit/javascript/host/Netscape.java
+++ b/src/main/java/org/htmlunit/javascript/host/Netscape.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Notification.java b/src/main/java/org/htmlunit/javascript/host/Notification.java
index 537140c76ce..8db5dbae8a6 100644
--- a/src/main/java/org/htmlunit/javascript/host/Notification.java
+++ b/src/main/java/org/htmlunit/javascript/host/Notification.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/NumberCustom.java b/src/main/java/org/htmlunit/javascript/host/NumberCustom.java
index 9ee2e6d8d3f..cb96d163dc3 100644
--- a/src/main/java/org/htmlunit/javascript/host/NumberCustom.java
+++ b/src/main/java/org/htmlunit/javascript/host/NumberCustom.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PerformanceObserver.java b/src/main/java/org/htmlunit/javascript/host/PerformanceObserver.java
index 21692f77904..77c32850024 100644
--- a/src/main/java/org/htmlunit/javascript/host/PerformanceObserver.java
+++ b/src/main/java/org/htmlunit/javascript/host/PerformanceObserver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PerformanceObserverEntryList.java b/src/main/java/org/htmlunit/javascript/host/PerformanceObserverEntryList.java
index b30114162b5..93d4277cb30 100644
--- a/src/main/java/org/htmlunit/javascript/host/PerformanceObserverEntryList.java
+++ b/src/main/java/org/htmlunit/javascript/host/PerformanceObserverEntryList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PermissionStatus.java b/src/main/java/org/htmlunit/javascript/host/PermissionStatus.java
index 243e71f9bb8..00f93795674 100644
--- a/src/main/java/org/htmlunit/javascript/host/PermissionStatus.java
+++ b/src/main/java/org/htmlunit/javascript/host/PermissionStatus.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Permissions.java b/src/main/java/org/htmlunit/javascript/host/Permissions.java
index 9bac85a9b8a..15403f50c19 100644
--- a/src/main/java/org/htmlunit/javascript/host/Permissions.java
+++ b/src/main/java/org/htmlunit/javascript/host/Permissions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Plugin.java b/src/main/java/org/htmlunit/javascript/host/Plugin.java
index 23be04678cd..63f35f364ba 100644
--- a/src/main/java/org/htmlunit/javascript/host/Plugin.java
+++ b/src/main/java/org/htmlunit/javascript/host/Plugin.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PluginArray.java b/src/main/java/org/htmlunit/javascript/host/PluginArray.java
index 790dab7c1d7..95546cabac6 100644
--- a/src/main/java/org/htmlunit/javascript/host/PluginArray.java
+++ b/src/main/java/org/htmlunit/javascript/host/PluginArray.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PushManager.java b/src/main/java/org/htmlunit/javascript/host/PushManager.java
index a8f390c5cc4..da4c3f5b380 100644
--- a/src/main/java/org/htmlunit/javascript/host/PushManager.java
+++ b/src/main/java/org/htmlunit/javascript/host/PushManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PushSubscription.java b/src/main/java/org/htmlunit/javascript/host/PushSubscription.java
index c31e499eb5b..ffb78f2609c 100644
--- a/src/main/java/org/htmlunit/javascript/host/PushSubscription.java
+++ b/src/main/java/org/htmlunit/javascript/host/PushSubscription.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/PushSubscriptionOptions.java b/src/main/java/org/htmlunit/javascript/host/PushSubscriptionOptions.java
index a3efdbb20ca..343023b372e 100644
--- a/src/main/java/org/htmlunit/javascript/host/PushSubscriptionOptions.java
+++ b/src/main/java/org/htmlunit/javascript/host/PushSubscriptionOptions.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/ReadableStream.java b/src/main/java/org/htmlunit/javascript/host/ReadableStream.java
index ffbaf422b20..3dde04ef952 100644
--- a/src/main/java/org/htmlunit/javascript/host/ReadableStream.java
+++ b/src/main/java/org/htmlunit/javascript/host/ReadableStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Screen.java b/src/main/java/org/htmlunit/javascript/host/Screen.java
index 08bc870d140..a19806bf388 100644
--- a/src/main/java/org/htmlunit/javascript/host/Screen.java
+++ b/src/main/java/org/htmlunit/javascript/host/Screen.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/ScreenOrientation.java b/src/main/java/org/htmlunit/javascript/host/ScreenOrientation.java
index c4a36b563c5..993e595dfdb 100644
--- a/src/main/java/org/htmlunit/javascript/host/ScreenOrientation.java
+++ b/src/main/java/org/htmlunit/javascript/host/ScreenOrientation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/SharedWorker.java b/src/main/java/org/htmlunit/javascript/host/SharedWorker.java
index 4b174e1749e..6c61f8bc8fb 100644
--- a/src/main/java/org/htmlunit/javascript/host/SharedWorker.java
+++ b/src/main/java/org/htmlunit/javascript/host/SharedWorker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Storage.java b/src/main/java/org/htmlunit/javascript/host/Storage.java
index 1ec0e7b9341..272fd5cc28a 100644
--- a/src/main/java/org/htmlunit/javascript/host/Storage.java
+++ b/src/main/java/org/htmlunit/javascript/host/Storage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/StorageManager.java b/src/main/java/org/htmlunit/javascript/host/StorageManager.java
index 98a344c49b3..277b7db1750 100644
--- a/src/main/java/org/htmlunit/javascript/host/StorageManager.java
+++ b/src/main/java/org/htmlunit/javascript/host/StorageManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/TextDecoder.java b/src/main/java/org/htmlunit/javascript/host/TextDecoder.java
index bce56f4f004..34f8be628f8 100644
--- a/src/main/java/org/htmlunit/javascript/host/TextDecoder.java
+++ b/src/main/java/org/htmlunit/javascript/host/TextDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/TextEncoder.java b/src/main/java/org/htmlunit/javascript/host/TextEncoder.java
index d18e2f99451..210f0556d8b 100644
--- a/src/main/java/org/htmlunit/javascript/host/TextEncoder.java
+++ b/src/main/java/org/htmlunit/javascript/host/TextEncoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Touch.java b/src/main/java/org/htmlunit/javascript/host/Touch.java
index b761f7d2635..3acad8c810f 100644
--- a/src/main/java/org/htmlunit/javascript/host/Touch.java
+++ b/src/main/java/org/htmlunit/javascript/host/Touch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/TouchList.java b/src/main/java/org/htmlunit/javascript/host/TouchList.java
index f7d2f5e497d..f1c5b6d9688 100644
--- a/src/main/java/org/htmlunit/javascript/host/TouchList.java
+++ b/src/main/java/org/htmlunit/javascript/host/TouchList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/URL.java b/src/main/java/org/htmlunit/javascript/host/URL.java
index 739b0fa0ef0..d07929d8616 100644
--- a/src/main/java/org/htmlunit/javascript/host/URL.java
+++ b/src/main/java/org/htmlunit/javascript/host/URL.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/URLSearchParams.java b/src/main/java/org/htmlunit/javascript/host/URLSearchParams.java
index e314d8d7c46..dd5efacd697 100644
--- a/src/main/java/org/htmlunit/javascript/host/URLSearchParams.java
+++ b/src/main/java/org/htmlunit/javascript/host/URLSearchParams.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/WebSocket.java b/src/main/java/org/htmlunit/javascript/host/WebSocket.java
index 251b819c3af..3d3847fd89c 100644
--- a/src/main/java/org/htmlunit/javascript/host/WebSocket.java
+++ b/src/main/java/org/htmlunit/javascript/host/WebSocket.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/Window.java b/src/main/java/org/htmlunit/javascript/host/Window.java
index 459536bcb97..b7d7a6ec194 100644
--- a/src/main/java/org/htmlunit/javascript/host/Window.java
+++ b/src/main/java/org/htmlunit/javascript/host/Window.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScope.java b/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScope.java
index 1d2d7dce1f5..0c2380ddc0c 100644
--- a/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScope.java
+++ b/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScope.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java b/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java
index cf81c71f210..499e7c851bf 100644
--- a/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java
+++ b/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/WindowProxy.java b/src/main/java/org/htmlunit/javascript/host/WindowProxy.java
index 8ccc106b1d7..f94896bf8f1 100644
--- a/src/main/java/org/htmlunit/javascript/host/WindowProxy.java
+++ b/src/main/java/org/htmlunit/javascript/host/WindowProxy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/abort/AbortController.java b/src/main/java/org/htmlunit/javascript/host/abort/AbortController.java
index 8f88e745442..7a80e77124b 100644
--- a/src/main/java/org/htmlunit/javascript/host/abort/AbortController.java
+++ b/src/main/java/org/htmlunit/javascript/host/abort/AbortController.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/abort/AbortSignal.java b/src/main/java/org/htmlunit/javascript/host/abort/AbortSignal.java
index 5adae3aee54..bd023b72115 100644
--- a/src/main/java/org/htmlunit/javascript/host/abort/AbortSignal.java
+++ b/src/main/java/org/htmlunit/javascript/host/abort/AbortSignal.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/abort/package-info.java b/src/main/java/org/htmlunit/javascript/host/abort/package-info.java
index 7fcf12e8e7c..756e3dc3d9e 100644
--- a/src/main/java/org/htmlunit/javascript/host/abort/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/abort/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/animations/Animation.java b/src/main/java/org/htmlunit/javascript/host/animations/Animation.java
index 17fc9e7a444..7e90963f5c6 100644
--- a/src/main/java/org/htmlunit/javascript/host/animations/Animation.java
+++ b/src/main/java/org/htmlunit/javascript/host/animations/Animation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/animations/AnimationEvent.java b/src/main/java/org/htmlunit/javascript/host/animations/AnimationEvent.java
index 5fb321557b4..ec3f43c57c2 100644
--- a/src/main/java/org/htmlunit/javascript/host/animations/AnimationEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/animations/AnimationEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/animations/KeyframeEffect.java b/src/main/java/org/htmlunit/javascript/host/animations/KeyframeEffect.java
index 5b553ae2c53..2ec4a767185 100644
--- a/src/main/java/org/htmlunit/javascript/host/animations/KeyframeEffect.java
+++ b/src/main/java/org/htmlunit/javascript/host/animations/KeyframeEffect.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/animations/package-info.java b/src/main/java/org/htmlunit/javascript/host/animations/package-info.java
index 0bbf8224a9e..2b90e0343f1 100644
--- a/src/main/java/org/htmlunit/javascript/host/animations/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/animations/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/arrays/Atomics.java b/src/main/java/org/htmlunit/javascript/host/arrays/Atomics.java
index 24624fef5f6..27efacfb32c 100644
--- a/src/main/java/org/htmlunit/javascript/host/arrays/Atomics.java
+++ b/src/main/java/org/htmlunit/javascript/host/arrays/Atomics.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/arrays/package-info.java b/src/main/java/org/htmlunit/javascript/host/arrays/package-info.java
index 7a024214c80..409ec3bcb50 100644
--- a/src/main/java/org/htmlunit/javascript/host/arrays/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/arrays/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStream.java b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStream.java
index fcacad460f5..d72cc9598d0 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStream.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStreamTrack.java b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStreamTrack.java
index dfe4d76f99c..77e6ee0cbcb 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStreamTrack.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasCaptureMediaStreamTrack.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/CanvasGradient.java b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasGradient.java
index 84abd0fc366..e674972f62f 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/CanvasGradient.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasGradient.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/CanvasPattern.java b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasPattern.java
index f0e40b823c3..ed42883943b 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/CanvasPattern.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasPattern.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2D.java b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2D.java
index 8ad676c39e6..9587928012f 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2D.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/ImageBitmapRenderingContext.java b/src/main/java/org/htmlunit/javascript/host/canvas/ImageBitmapRenderingContext.java
index 0e75447114d..b553b7a16a8 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/ImageBitmapRenderingContext.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/ImageBitmapRenderingContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/ImageData.java b/src/main/java/org/htmlunit/javascript/host/canvas/ImageData.java
index c1a0183ab72..bacb7483690 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/ImageData.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/ImageData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserver.java b/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserver.java
index b105563164f..40c8dde6a27 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserver.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserverEntry.java b/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserverEntry.java
index dddeb85340d..e3cf6225e8c 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserverEntry.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/IntersectionObserverEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/Path2D.java b/src/main/java/org/htmlunit/javascript/host/canvas/Path2D.java
index af2e1e98dd0..8d8dabd1345 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/Path2D.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/Path2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/TextMetrics.java b/src/main/java/org/htmlunit/javascript/host/canvas/TextMetrics.java
index 5c372bf377d..de557c7158d 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/TextMetrics.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/TextMetrics.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGL2RenderingContext.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGL2RenderingContext.java
index e8a6750596f..e4edeba676c 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGL2RenderingContext.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGL2RenderingContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLActiveInfo.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLActiveInfo.java
index af1d0824f6b..285dbe1c745 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLActiveInfo.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLActiveInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLBuffer.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLBuffer.java
index 74bb18a88f0..d2dc13623ec 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLBuffer.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLFramebuffer.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLFramebuffer.java
index 886ad028f80..68dd873bc7b 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLFramebuffer.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLFramebuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLProgram.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLProgram.java
index 403d5bf8a42..35a5a1c2e4f 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLProgram.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLProgram.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLQuery.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLQuery.java
index c13fd02c59f..95079e3153c 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLQuery.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLQuery.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderbuffer.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderbuffer.java
index b04bd1f8b5f..68401ce9404 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderbuffer.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderbuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderingContext.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderingContext.java
index 067e6c7ca0a..925c2f44eba 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderingContext.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLRenderingContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSampler.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSampler.java
index 48584bf9fda..79e78bf6ee9 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSampler.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSampler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShader.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShader.java
index 5e257fee3cf..9c4eb897ada 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShader.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShaderPrecisionFormat.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShaderPrecisionFormat.java
index 5435c9fc098..fc63a8e5435 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShaderPrecisionFormat.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLShaderPrecisionFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSync.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSync.java
index 083eae680bd..16c88ba6525 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSync.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLSync.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTexture.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTexture.java
index 0715860de20..99f0cf98ad9 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTexture.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTexture.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTransformFeedback.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTransformFeedback.java
index 1203b3e1221..5b48f8a8560 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTransformFeedback.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLTransformFeedback.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLUniformLocation.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLUniformLocation.java
index 6ac1579afd1..dbc562eb03f 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLUniformLocation.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLUniformLocation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/WebGLVertexArrayObject.java b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLVertexArrayObject.java
index f1eade279e5..06537b53038 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/WebGLVertexArrayObject.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/WebGLVertexArrayObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/canvas/package-info.java b/src/main/java/org/htmlunit/javascript/host/canvas/package-info.java
index 29aacdfbf0e..ed76e9b2f22 100644
--- a/src/main/java/org/htmlunit/javascript/host/canvas/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/canvas/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/crypto/Crypto.java b/src/main/java/org/htmlunit/javascript/host/crypto/Crypto.java
index 89a184a7adb..64442b1d950 100644
--- a/src/main/java/org/htmlunit/javascript/host/crypto/Crypto.java
+++ b/src/main/java/org/htmlunit/javascript/host/crypto/Crypto.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/crypto/CryptoKey.java b/src/main/java/org/htmlunit/javascript/host/crypto/CryptoKey.java
index 4f18f9cacc1..f1c7c971e2a 100644
--- a/src/main/java/org/htmlunit/javascript/host/crypto/CryptoKey.java
+++ b/src/main/java/org/htmlunit/javascript/host/crypto/CryptoKey.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/crypto/SubtleCrypto.java b/src/main/java/org/htmlunit/javascript/host/crypto/SubtleCrypto.java
index 9dcbd103470..4ff1abc80db 100644
--- a/src/main/java/org/htmlunit/javascript/host/crypto/SubtleCrypto.java
+++ b/src/main/java/org/htmlunit/javascript/host/crypto/SubtleCrypto.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/crypto/package-info.java b/src/main/java/org/htmlunit/javascript/host/crypto/package-info.java
index 2084a6e20d5..819a0f30a80 100644
--- a/src/main/java/org/htmlunit/javascript/host/crypto/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/crypto/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSS.java b/src/main/java/org/htmlunit/javascript/host/css/CSS.java
index a7d1608796e..e37f0011326 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSS.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSS.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSConditionRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSConditionRule.java
index 9a9ff41a7e2..58f5b564672 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSConditionRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSConditionRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSCounterStyleRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSCounterStyleRule.java
index 7a16edc15eb..db4930738f9 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSCounterStyleRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSCounterStyleRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSFontFaceRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSFontFaceRule.java
index e3a5690c358..ad57510610c 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSFontFaceRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSFontFaceRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSGroupingRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSGroupingRule.java
index e9415160643..8b8735f2ac7 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSGroupingRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSGroupingRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSImportRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSImportRule.java
index c6fb2439190..2c2a805f796 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSImportRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSImportRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframeRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframeRule.java
index a00586be9c4..7294f1e3a54 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframeRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframeRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframesRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframesRule.java
index db59f3673de..e2a3e5c3263 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframesRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSKeyframesRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSMediaRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSMediaRule.java
index 1c96ac508c8..61ff076d1e8 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSMediaRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSMediaRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSNamespaceRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSNamespaceRule.java
index 06a2cd8595c..ec6547b1c89 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSNamespaceRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSNamespaceRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSPageRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSPageRule.java
index 36951b43958..4f6de687775 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSPageRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSPageRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSRule.java
index 9f297d35b7f..042abfd78e8 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSRuleList.java b/src/main/java/org/htmlunit/javascript/host/css/CSSRuleList.java
index 1eda3efe299..0b4eecfd845 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSRuleList.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSRuleList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration.java b/src/main/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration.java
index a252647e7d9..29fe9977205 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSStyleRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSStyleRule.java
index 917cb57dadd..5a894dd8c33 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSStyleRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSStyleRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSStyleSheet.java b/src/main/java/org/htmlunit/javascript/host/css/CSSStyleSheet.java
index 7240fd1a7d0..7c7c602544e 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSStyleSheet.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSStyleSheet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CSSSupportsRule.java b/src/main/java/org/htmlunit/javascript/host/css/CSSSupportsRule.java
index c46f705d48c..26337f90f86 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CSSSupportsRule.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CSSSupportsRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/CaretPosition.java b/src/main/java/org/htmlunit/javascript/host/css/CaretPosition.java
index 816ac106a50..ca7dc9a586f 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/CaretPosition.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/CaretPosition.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java b/src/main/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java
index bfcd9ba2be4..fc0c4f0c42e 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclaration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/ComputedFont.java b/src/main/java/org/htmlunit/javascript/host/css/ComputedFont.java
index 0a5487f3fc8..d510013e8df 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/ComputedFont.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/ComputedFont.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/MediaList.java b/src/main/java/org/htmlunit/javascript/host/css/MediaList.java
index a1d5f475af3..e6d3517abd3 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/MediaList.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/MediaList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/MediaQueryList.java b/src/main/java/org/htmlunit/javascript/host/css/MediaQueryList.java
index ea92afaed16..f37c41c8c02 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/MediaQueryList.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/MediaQueryList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/StyleMedia.java b/src/main/java/org/htmlunit/javascript/host/css/StyleMedia.java
index 094e40b6612..8995317f76c 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/StyleMedia.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/StyleMedia.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/StyleSheet.java b/src/main/java/org/htmlunit/javascript/host/css/StyleSheet.java
index 4cbdf2284af..2103916bdc5 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/StyleSheet.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/StyleSheet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/StyleSheetList.java b/src/main/java/org/htmlunit/javascript/host/css/StyleSheetList.java
index 333dafbe33c..4e3fbb4cd5a 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/StyleSheetList.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/StyleSheetList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/css/package-info.java b/src/main/java/org/htmlunit/javascript/host/css/package-info.java
index 7ef3508e28b..dfdc2235971 100644
--- a/src/main/java/org/htmlunit/javascript/host/css/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/css/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/AbstractList.java b/src/main/java/org/htmlunit/javascript/host/dom/AbstractList.java
index b8ab5e21c90..70cc5f17eb2 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/AbstractList.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/AbstractList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/AbstractRange.java b/src/main/java/org/htmlunit/javascript/host/dom/AbstractRange.java
index d88826d230a..7d066bdd470 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/AbstractRange.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/AbstractRange.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Attr.java b/src/main/java/org/htmlunit/javascript/host/dom/Attr.java
index b22213d0eb3..4b9f9e659ce 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Attr.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Attr.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/CDATASection.java b/src/main/java/org/htmlunit/javascript/host/dom/CDATASection.java
index ad9c87d4d97..4eb680744c3 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/CDATASection.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/CDATASection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/CharacterData.java b/src/main/java/org/htmlunit/javascript/host/dom/CharacterData.java
index 3ae2fd3eb68..5f60ec3f4d1 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/CharacterData.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/CharacterData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Comment.java b/src/main/java/org/htmlunit/javascript/host/dom/Comment.java
index a9b30797c2a..ea945b2c56e 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Comment.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Comment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/CustomElementRegistry.java b/src/main/java/org/htmlunit/javascript/host/dom/CustomElementRegistry.java
index 2340e741d86..b4605bad5cb 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/CustomElementRegistry.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/CustomElementRegistry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMError.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMError.java
index 1eebed3834f..295fe953c78 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMError.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
index 656d2e1368c..a5989cdf747 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMImplementation.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMImplementation.java
index 8a7bfbdfb42..272fd701703 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMImplementation.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMImplementation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrix.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrix.java
index 4b8477cc7da..c2bc5d203b8 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrix.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrix.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrixReadOnly.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrixReadOnly.java
index 76011795ffa..ab927216b2d 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrixReadOnly.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMMatrixReadOnly.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMParser.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMParser.java
index 0f6c59f2975..ecbaed15032 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMParser.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMParser.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMPoint.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMPoint.java
index e0d77563b92..73a0e2c1f67 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMPoint.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMPoint.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMPointReadOnly.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMPointReadOnly.java
index d2c3d911793..36fe43f5906 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMPointReadOnly.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMPointReadOnly.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMRectReadOnly.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMRectReadOnly.java
index 52c33fe4841..b9fc144ce93 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMRectReadOnly.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMRectReadOnly.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMStringList.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMStringList.java
index 3ec75ae96a2..2ed395d09ec 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMStringList.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMStringList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMStringMap.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMStringMap.java
index 24a4003cca8..54febb30a08 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMStringMap.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMStringMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DOMTokenList.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMTokenList.java
index 840eb6ac56e..ae6e3f95283 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMTokenList.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMTokenList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Document.java b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
index 0cc0ca41583..f66c3e9d39c 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Document.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DocumentFragment.java b/src/main/java/org/htmlunit/javascript/host/dom/DocumentFragment.java
index 15343a3c432..d692876fe4c 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DocumentFragment.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DocumentFragment.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/DocumentType.java b/src/main/java/org/htmlunit/javascript/host/dom/DocumentType.java
index a36aff826e2..c2ea516eade 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DocumentType.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DocumentType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/IdleDeadline.java b/src/main/java/org/htmlunit/javascript/host/dom/IdleDeadline.java
index f5a3bef8c06..5f705e09e54 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/IdleDeadline.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/IdleDeadline.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/MutationObserver.java b/src/main/java/org/htmlunit/javascript/host/dom/MutationObserver.java
index b7635327fa6..7cb339694a8 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/MutationObserver.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/MutationObserver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/MutationRecord.java b/src/main/java/org/htmlunit/javascript/host/dom/MutationRecord.java
index 8460f46e6b9..cae94524ff8 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/MutationRecord.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/MutationRecord.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Node.java b/src/main/java/org/htmlunit/javascript/host/dom/Node.java
index e8572123934..3bf950c40cb 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Node.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Node.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/NodeFilter.java b/src/main/java/org/htmlunit/javascript/host/dom/NodeFilter.java
index 9d0b5495794..9babfdfc0b9 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/NodeFilter.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/NodeFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/NodeIterator.java b/src/main/java/org/htmlunit/javascript/host/dom/NodeIterator.java
index 86a758e7f45..2503defd01b 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/NodeIterator.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/NodeIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/NodeList.java b/src/main/java/org/htmlunit/javascript/host/dom/NodeList.java
index a1d1da5b094..9c0f9b5464b 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/NodeList.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/NodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/ProcessingInstruction.java b/src/main/java/org/htmlunit/javascript/host/dom/ProcessingInstruction.java
index 4627e9262c3..3e84edcb233 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/ProcessingInstruction.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/ProcessingInstruction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java b/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java
index 526c55b56fa..9ca03d07df6 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/RadioNodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Range.java b/src/main/java/org/htmlunit/javascript/host/dom/Range.java
index a98aec94c0c..2848901659c 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Range.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Range.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Selection.java b/src/main/java/org/htmlunit/javascript/host/dom/Selection.java
index 0356ca73f17..176b082b121 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Selection.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Selection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/ShadowRoot.java b/src/main/java/org/htmlunit/javascript/host/dom/ShadowRoot.java
index 1011e7cf211..077f0ef1ec3 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/ShadowRoot.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/ShadowRoot.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/Text.java b/src/main/java/org/htmlunit/javascript/host/dom/Text.java
index d286a1c7bef..b56b0ca455a 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Text.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Text.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/TreeWalker.java b/src/main/java/org/htmlunit/javascript/host/dom/TreeWalker.java
index ef93f7c77c2..dc1d8c0cd8a 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/TreeWalker.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/TreeWalker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/XPathEvaluator.java b/src/main/java/org/htmlunit/javascript/host/dom/XPathEvaluator.java
index 49552d06e14..3c2eddc5749 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/XPathEvaluator.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/XPathEvaluator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/XPathExpression.java b/src/main/java/org/htmlunit/javascript/host/dom/XPathExpression.java
index bc0f397eac2..f43525d02a5 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/XPathExpression.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/XPathExpression.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/XPathNSResolver.java b/src/main/java/org/htmlunit/javascript/host/dom/XPathNSResolver.java
index 4293b3f1044..3b0423bba27 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/XPathNSResolver.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/XPathNSResolver.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/XPathResult.java b/src/main/java/org/htmlunit/javascript/host/dom/XPathResult.java
index 02fd749be05..a363cebe3b8 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/XPathResult.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/XPathResult.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/dom/package-info.java b/src/main/java/org/htmlunit/javascript/host/dom/package-info.java
index a124d06cbe2..1a8a4c24a79 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransfer.java b/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransfer.java
index ded587206a6..59469d7e2aa 100644
--- a/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransfer.java
+++ b/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransfer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItem.java b/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItem.java
index cd6a5f332e9..10433dc8e57 100644
--- a/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItem.java
+++ b/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemList.java b/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemList.java
index 9be2382e42a..739e606e8bf 100644
--- a/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemList.java
+++ b/src/main/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/draganddrop/package-info.java b/src/main/java/org/htmlunit/javascript/host/draganddrop/package-info.java
index 7ac9bc2a08c..3be43775784 100644
--- a/src/main/java/org/htmlunit/javascript/host/draganddrop/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/draganddrop/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/AudioProcessingEvent.java b/src/main/java/org/htmlunit/javascript/host/event/AudioProcessingEvent.java
index 3dc29cf4565..9e4952c7d2b 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/AudioProcessingEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/AudioProcessingEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEvent.java b/src/main/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEvent.java
index cde9b7d67f8..94e8635328c 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent.java b/src/main/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent.java
index 210ea431df3..a96c1f490b3 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/BlobEvent.java b/src/main/java/org/htmlunit/javascript/host/event/BlobEvent.java
index 61ef0fc214c..3063d1434b5 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/BlobEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/BlobEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/ClipboardEvent.java b/src/main/java/org/htmlunit/javascript/host/event/ClipboardEvent.java
index bbd0010ab4d..b2fbba9e26f 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/ClipboardEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/ClipboardEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/CloseEvent.java b/src/main/java/org/htmlunit/javascript/host/event/CloseEvent.java
index 3928e0cfbda..0ff8d77bef0 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/CloseEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/CloseEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/CompositionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/CompositionEvent.java
index 1fd25916b8f..c10c724b311 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/CompositionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/CompositionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/CustomEvent.java b/src/main/java/org/htmlunit/javascript/host/event/CustomEvent.java
index b371d3b8a3d..2189dbfce28 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/CustomEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/CustomEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/DeviceMotionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/DeviceMotionEvent.java
index d0ce4850e6b..de430dd40db 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/DeviceMotionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/DeviceMotionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/DeviceOrientationEvent.java b/src/main/java/org/htmlunit/javascript/host/event/DeviceOrientationEvent.java
index a5a32b0a121..67d54715db6 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/DeviceOrientationEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/DeviceOrientationEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/DragEvent.java b/src/main/java/org/htmlunit/javascript/host/event/DragEvent.java
index c9fefa63722..ec147df1598 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/DragEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/DragEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/ErrorEvent.java b/src/main/java/org/htmlunit/javascript/host/event/ErrorEvent.java
index 6d2f6196e82..7ddea4ed264 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/ErrorEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/ErrorEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/Event.java b/src/main/java/org/htmlunit/javascript/host/event/Event.java
index f879d16a884..c3e436d457b 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/Event.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/Event.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/EventHandler.java b/src/main/java/org/htmlunit/javascript/host/event/EventHandler.java
index 0eac022d388..537d2829c16 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/EventHandler.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/EventHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/EventListenersContainer.java b/src/main/java/org/htmlunit/javascript/host/event/EventListenersContainer.java
index cb3eb06f757..a4d5c17b8a7 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/EventListenersContainer.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/EventListenersContainer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/EventSource.java b/src/main/java/org/htmlunit/javascript/host/event/EventSource.java
index 07b04f62a32..c186e2b65fa 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/EventSource.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/EventSource.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/EventTarget.java b/src/main/java/org/htmlunit/javascript/host/event/EventTarget.java
index c0b46a6b5be..c76d39192c9 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/EventTarget.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/EventTarget.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/FocusEvent.java b/src/main/java/org/htmlunit/javascript/host/event/FocusEvent.java
index 23b23620569..35fa5ad69b8 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/FocusEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/FocusEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/GamepadEvent.java b/src/main/java/org/htmlunit/javascript/host/event/GamepadEvent.java
index 01079023692..2e16e675b8d 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/GamepadEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/GamepadEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/HashChangeEvent.java b/src/main/java/org/htmlunit/javascript/host/event/HashChangeEvent.java
index 47e795be1a8..970edf87c73 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/HashChangeEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/HashChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/IDBVersionChangeEvent.java b/src/main/java/org/htmlunit/javascript/host/event/IDBVersionChangeEvent.java
index 466c4ea35cb..db3c454df4d 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/IDBVersionChangeEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/IDBVersionChangeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/InputEvent.java b/src/main/java/org/htmlunit/javascript/host/event/InputEvent.java
index 41aad2bdb6e..2249985d3ec 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/InputEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/InputEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/KeyboardEvent.java b/src/main/java/org/htmlunit/javascript/host/event/KeyboardEvent.java
index 54386be869b..0503abe53cb 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/KeyboardEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/KeyboardEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MIDIConnectionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MIDIConnectionEvent.java
index 1a773f17e81..ba44d3b5e30 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MIDIConnectionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MIDIConnectionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MIDIMessageEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MIDIMessageEvent.java
index 7e946e5f899..15f1825c242 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MIDIMessageEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MIDIMessageEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MediaEncryptedEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MediaEncryptedEvent.java
index 79a982c44f2..a07b6777509 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MediaEncryptedEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MediaEncryptedEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MediaKeyMessageEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MediaKeyMessageEvent.java
index 6dcec604010..952c5a81c3f 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MediaKeyMessageEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MediaKeyMessageEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MediaQueryListEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MediaQueryListEvent.java
index 8a35c5f77bb..5a40089bcd1 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MediaQueryListEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MediaQueryListEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MediaStreamEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MediaStreamEvent.java
index 8436ffaebb8..c9317cf149a 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MediaStreamEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MediaStreamEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MediaStreamTrackEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MediaStreamTrackEvent.java
index ebf1dac88b6..02e64b19565 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MediaStreamTrackEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MediaStreamTrackEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MessageEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MessageEvent.java
index bc3274ef9a5..9848ee5aab2 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MessageEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MessageEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MouseEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MouseEvent.java
index 6b8619d126d..3f737adc89d 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MouseEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MouseEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MouseScrollEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MouseScrollEvent.java
index aa9527b5bcf..be7cfebcac1 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MouseScrollEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MouseScrollEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/MutationEvent.java b/src/main/java/org/htmlunit/javascript/host/event/MutationEvent.java
index 429e2ac99c8..d52f3bde05b 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/MutationEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/MutationEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEvent.java
index 7405c2c2778..bf067edde03 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/PageTransitionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/PageTransitionEvent.java
index 2d8252f3028..142a951579b 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/PageTransitionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/PageTransitionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/PointerEvent.java b/src/main/java/org/htmlunit/javascript/host/event/PointerEvent.java
index 2a570572f34..163f626c335 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/PointerEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/PointerEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/PopStateEvent.java b/src/main/java/org/htmlunit/javascript/host/event/PopStateEvent.java
index 9db2aa0d53e..4129f3a191b 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/PopStateEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/PopStateEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionAvailableEvent.java b/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionAvailableEvent.java
index e15b7893b3a..8fea7963dc7 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionAvailableEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionAvailableEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionCloseEvent.java b/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionCloseEvent.java
index 00ac7824a1b..b0a3c97f39f 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionCloseEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/PresentationConnectionCloseEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/ProgressEvent.java b/src/main/java/org/htmlunit/javascript/host/event/ProgressEvent.java
index bc74f9b2dd7..5c9a0ccb996 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/ProgressEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/ProgressEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/PromiseRejectionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/PromiseRejectionEvent.java
index 2feced98c58..94262fa0acd 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/PromiseRejectionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/PromiseRejectionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/RTCDataChannelEvent.java b/src/main/java/org/htmlunit/javascript/host/event/RTCDataChannelEvent.java
index d919d53a15f..53ed6e336ed 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/RTCDataChannelEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/RTCDataChannelEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/RTCPeerConnectionIceEvent.java b/src/main/java/org/htmlunit/javascript/host/event/RTCPeerConnectionIceEvent.java
index 2253166175c..e6b7f68fa07 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/RTCPeerConnectionIceEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/RTCPeerConnectionIceEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/SecurityPolicyViolationEvent.java b/src/main/java/org/htmlunit/javascript/host/event/SecurityPolicyViolationEvent.java
index 50350b3edbf..c19b0f19f44 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/SecurityPolicyViolationEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/SecurityPolicyViolationEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/SpeechSynthesisEvent.java b/src/main/java/org/htmlunit/javascript/host/event/SpeechSynthesisEvent.java
index 70647c6abe5..5aaf8038718 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/SpeechSynthesisEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/SpeechSynthesisEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/StorageEvent.java b/src/main/java/org/htmlunit/javascript/host/event/StorageEvent.java
index 2dfb0eb2c37..c7d6ffd9ead 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/StorageEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/StorageEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/SubmitEvent.java b/src/main/java/org/htmlunit/javascript/host/event/SubmitEvent.java
index d4c250d731b..438190c860c 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/SubmitEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/SubmitEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/TextEvent.java b/src/main/java/org/htmlunit/javascript/host/event/TextEvent.java
index f7a47769b80..7851459a6a3 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/TextEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/TextEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/TimeEvent.java b/src/main/java/org/htmlunit/javascript/host/event/TimeEvent.java
index 47151c1de39..19034f74122 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/TimeEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/TimeEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/TouchEvent.java b/src/main/java/org/htmlunit/javascript/host/event/TouchEvent.java
index aeb79a81a48..fcb4987541b 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/TouchEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/TouchEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/TrackEvent.java b/src/main/java/org/htmlunit/javascript/host/event/TrackEvent.java
index c10053704f4..56c97fe716e 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/TrackEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/TrackEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/TransitionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/TransitionEvent.java
index 0e48db6389d..bc66d1970cd 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/TransitionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/TransitionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/UIEvent.java b/src/main/java/org/htmlunit/javascript/host/event/UIEvent.java
index 632749b9280..5d190c7b4ad 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/UIEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/UIEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/WebGLContextEvent.java b/src/main/java/org/htmlunit/javascript/host/event/WebGLContextEvent.java
index e66bac31ed1..90f0a26039f 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/WebGLContextEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/WebGLContextEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionError.java b/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionError.java
index cd6ce11e2ed..279926b1246 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionError.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionEvent.java b/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionEvent.java
index 0d750fa0f52..c1edbf7b792 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/WebkitSpeechRecognitionEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/WheelEvent.java b/src/main/java/org/htmlunit/javascript/host/event/WheelEvent.java
index a38e08794a9..8224a339af4 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/WheelEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/WheelEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/event/package-info.java b/src/main/java/org/htmlunit/javascript/host/event/package-info.java
index 60c2bf883e3..a358c7e4407 100644
--- a/src/main/java/org/htmlunit/javascript/host/event/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/event/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/fetch/Headers.java b/src/main/java/org/htmlunit/javascript/host/fetch/Headers.java
index ad311d675ac..ae1b94e2929 100644
--- a/src/main/java/org/htmlunit/javascript/host/fetch/Headers.java
+++ b/src/main/java/org/htmlunit/javascript/host/fetch/Headers.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/fetch/Request.java b/src/main/java/org/htmlunit/javascript/host/fetch/Request.java
index 1181a8db5a3..15fd9a2c145 100644
--- a/src/main/java/org/htmlunit/javascript/host/fetch/Request.java
+++ b/src/main/java/org/htmlunit/javascript/host/fetch/Request.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/fetch/Response.java b/src/main/java/org/htmlunit/javascript/host/fetch/Response.java
index a750bd8110b..2c0d3a6377d 100644
--- a/src/main/java/org/htmlunit/javascript/host/fetch/Response.java
+++ b/src/main/java/org/htmlunit/javascript/host/fetch/Response.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/fetch/package-info.java b/src/main/java/org/htmlunit/javascript/host/fetch/package-info.java
index dc7235caf42..950ced5ba0c 100644
--- a/src/main/java/org/htmlunit/javascript/host/fetch/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/fetch/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/Blob.java b/src/main/java/org/htmlunit/javascript/host/file/Blob.java
index 35130a3376f..349f03ec7e1 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/Blob.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/Blob.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/File.java b/src/main/java/org/htmlunit/javascript/host/file/File.java
index 643d3cb058a..e549d34e1d9 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/File.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/File.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileList.java b/src/main/java/org/htmlunit/javascript/host/file/FileList.java
index b6f275fd7a1..dcac5fbc819 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileList.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileReader.java b/src/main/java/org/htmlunit/javascript/host/file/FileReader.java
index 2aa8fa82b4f..edb58ee1f7d 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileReader.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileSystem.java b/src/main/java/org/htmlunit/javascript/host/file/FileSystem.java
index 9481152f490..c8c884ecc87 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileSystem.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileSystem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryEntry.java b/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryEntry.java
index dea245e1e3f..cf7cae4a058 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryEntry.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryReader.java b/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryReader.java
index a8abc5b12c0..c2c455505cf 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryReader.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileSystemDirectoryReader.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileSystemEntry.java b/src/main/java/org/htmlunit/javascript/host/file/FileSystemEntry.java
index aca2aa61de7..af5d8497bf9 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileSystemEntry.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileSystemEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/FileSystemFileEntry.java b/src/main/java/org/htmlunit/javascript/host/file/FileSystemFileEntry.java
index fef6491a5ed..37ef28bb6bb 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileSystemFileEntry.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileSystemFileEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/file/package-info.java b/src/main/java/org/htmlunit/javascript/host/file/package-info.java
index ad44b8bc9e2..c158a0b67c1 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/geo/Geolocation.java b/src/main/java/org/htmlunit/javascript/host/geo/Geolocation.java
index c2432d0b4e9..8e7dea38fb6 100644
--- a/src/main/java/org/htmlunit/javascript/host/geo/Geolocation.java
+++ b/src/main/java/org/htmlunit/javascript/host/geo/Geolocation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/geo/GeolocationCoordinates.java b/src/main/java/org/htmlunit/javascript/host/geo/GeolocationCoordinates.java
index 69fad4a225e..cd85e24b1ea 100644
--- a/src/main/java/org/htmlunit/javascript/host/geo/GeolocationCoordinates.java
+++ b/src/main/java/org/htmlunit/javascript/host/geo/GeolocationCoordinates.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPosition.java b/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPosition.java
index 352c3e8d5bc..8b7fcf1f706 100644
--- a/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPosition.java
+++ b/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPosition.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPositionError.java b/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPositionError.java
index f05a108b7b8..2b753056124 100644
--- a/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPositionError.java
+++ b/src/main/java/org/htmlunit/javascript/host/geo/GeolocationPositionError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/geo/package-info.java b/src/main/java/org/htmlunit/javascript/host/geo/package-info.java
index 5b9983d446e..d8b9884701b 100644
--- a/src/main/java/org/htmlunit/javascript/host/geo/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/geo/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/Audio.java b/src/main/java/org/htmlunit/javascript/host/html/Audio.java
index 265af2440d6..ad53c03ef6c 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/Audio.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/Audio.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/DocumentProxy.java b/src/main/java/org/htmlunit/javascript/host/html/DocumentProxy.java
index 679254d024a..c341ce149d9 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/DocumentProxy.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/DocumentProxy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLAllCollection.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLAllCollection.java
index 9c57b6eee50..2f471ffb195 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLAllCollection.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLAllCollection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLAnchorElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLAnchorElement.java
index 8d54387805b..53d8d1b2cdd 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLAnchorElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLAnchorElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLAreaElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLAreaElement.java
index 1b516fc09d0..8e1ed0a2841 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLAreaElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLAreaElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLAudioElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLAudioElement.java
index 26060ddf713..1bff4f3dae7 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLAudioElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLAudioElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLBRElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLBRElement.java
index b6cc170d710..2d28e1cdfe4 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLBRElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLBRElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLBaseElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLBaseElement.java
index 1671b2b81fd..95d5ec93ab2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLBaseElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLBaseElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLBodyElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLBodyElement.java
index 4a54c1b1285..e73dd88f1bc 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLBodyElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLBodyElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLButtonElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLButtonElement.java
index 671d57d0af8..9768718930f 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLButtonElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLButtonElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLCanvasElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLCanvasElement.java
index c9d33f930df..aa7c96d53e2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLCanvasElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLCanvasElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLCollection.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLCollection.java
index 68bc7bb7908..782b950e045 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLCollection.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLCollection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDListElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDListElement.java
index 95669ba0178..9f29269404e 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDListElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDataElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDataElement.java
index a28ccfd4f63..e6cf1ef9499 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDataElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDataElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDataListElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDataListElement.java
index 19f20daeb1e..2d65b6981a3 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDataListElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDataListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDetailsElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDetailsElement.java
index cc008b4875e..d9d48bde6c9 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDetailsElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDetailsElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDialogElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDialogElement.java
index 4c7e1c2ac65..43261c224ee 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDialogElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDialogElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDirectoryElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDirectoryElement.java
index c67ce58e406..4f74405bb93 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDirectoryElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDirectoryElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDivElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDivElement.java
index 96dc04d64b4..ef88a2b49ba 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDivElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDivElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLDocument.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLDocument.java
index aafd1805f05..5416aef66c2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLDocument.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLDocument.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLElement.java
index 3196f28feae..4c4b4afb265 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLEmbedElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLEmbedElement.java
index c834b22c394..f294ecdf2d9 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLEmbedElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLEmbedElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLFieldSetElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLFieldSetElement.java
index fd39eef0ec6..0f078fff21a 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLFieldSetElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLFieldSetElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLFontElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLFontElement.java
index 8226c18d523..fa845bc552e 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLFontElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLFontElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollection.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollection.java
index f784f72cc84..872025ba148 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollection.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLFormElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLFormElement.java
index 32bf950ffdb..a1abc475604 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLFormElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLFormElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameElement.java
index ef41c9c0dd5..19f388b4cb2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameSetElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameSetElement.java
index 52e024db074..9854fff25f2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameSetElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLFrameSetElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLHRElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLHRElement.java
index 155cc331b50..5bdb6139035 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLHRElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLHRElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadElement.java
index 3eb193cba78..9ba57be5782 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadingElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadingElement.java
index 4f155bba737..824d0f34db2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadingElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLHeadingElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLHtmlElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLHtmlElement.java
index 4b9b788e0f7..060a7559215 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLHtmlElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLHtmlElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLIFrameElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLIFrameElement.java
index f968878b4ee..de6b29f4f4a 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLIFrameElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLIFrameElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLImageElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLImageElement.java
index 4dbc7b54da8..303f454999f 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLImageElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLImageElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLInputElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLInputElement.java
index 0e16270b894..3b5258c9173 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLInputElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLInputElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLLIElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLLIElement.java
index f80efbb2b43..4cd081d74d9 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLLIElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLLIElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLLabelElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLLabelElement.java
index 262e7d7a602..88316fe1407 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLLabelElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLLabelElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLLegendElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLLegendElement.java
index c3380c315b1..959c0f0d387 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLLegendElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLLegendElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLLinkElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLLinkElement.java
index f03aa246b1c..6f484725869 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLLinkElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLLinkElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLListElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLListElement.java
index 31a0e06ab6a..34e0b651f20 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLListElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLMapElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLMapElement.java
index 140ab587dca..daaf9f86cc5 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLMapElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLMapElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLMarqueeElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLMarqueeElement.java
index 2b3b8e668d0..2b09a2c2c4e 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLMarqueeElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLMarqueeElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLMediaElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLMediaElement.java
index 386367adbc7..296b7c0d85b 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLMediaElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLMediaElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLMenuElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLMenuElement.java
index 35c8c2e818e..370f01637fc 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLMenuElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLMenuElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLMetaElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLMetaElement.java
index a75804920eb..6e79fa74738 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLMetaElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLMetaElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLMeterElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLMeterElement.java
index 7647530cf83..7b1aa7379b7 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLMeterElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLMeterElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLModElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLModElement.java
index cac76f356ec..49f974ea0d5 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLModElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLModElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLOListElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLOListElement.java
index 9347d3909ed..5186e9158cc 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLOListElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLOListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLObjectElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLObjectElement.java
index 62be543c1e9..0dc24251ed1 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLObjectElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLObjectElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLOptGroupElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLOptGroupElement.java
index 009d25f3e7e..ce236a7772a 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLOptGroupElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLOptGroupElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionElement.java
index a1635a6775a..106598f49ee 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionsCollection.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionsCollection.java
index 55e3046bdc5..c59ff421af8 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionsCollection.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLOptionsCollection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLOutputElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLOutputElement.java
index be8f1654139..cd083349473 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLOutputElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLOutputElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLParagraphElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLParagraphElement.java
index 1bbc6566497..75e84b347ad 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLParagraphElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLParagraphElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLParamElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLParamElement.java
index 162466ccb41..419f760615a 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLParamElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLParamElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLPictureElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLPictureElement.java
index 9609597ea3e..91911693ca9 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLPictureElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLPictureElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLPreElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLPreElement.java
index d6100936274..61d27f566c0 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLPreElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLPreElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLProgressElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLProgressElement.java
index ca6c79743fe..45d72b673c5 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLProgressElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLProgressElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLQuoteElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLQuoteElement.java
index a9eb27a915e..8366b576bc0 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLQuoteElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLQuoteElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLScriptElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLScriptElement.java
index d35114e81d6..bcd01c3821a 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLScriptElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLScriptElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLSelectElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLSelectElement.java
index dbab43b7a1a..ed71efd5e35 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLSelectElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLSelectElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLSlotElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLSlotElement.java
index 7fb03437bcb..c3a1938278a 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLSlotElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLSlotElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLSourceElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLSourceElement.java
index 2aa2ceafcf4..66421b1b2ca 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLSourceElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLSourceElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLSpanElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLSpanElement.java
index 5376b696d8f..0dcde031b63 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLSpanElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLSpanElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLStyleElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLStyleElement.java
index 90b92224953..f5577357dbd 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLStyleElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLStyleElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElement.java
index c701806ceaf..91d95844e3c 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCellElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCellElement.java
index 37203b39b21..c2d908b2066 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCellElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableCellElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableColElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableColElement.java
index 87894e4265d..27137d6b471 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableColElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableColElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableComponent.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableComponent.java
index cffbfd68a44..aaa717eced4 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableComponent.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableComponent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableElement.java
index d64b49fca0c..5bb3f36ae3c 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableRowElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableRowElement.java
index 5828e4f12c5..410236f11dc 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableRowElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableRowElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTableSectionElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableSectionElement.java
index 7866045c0c3..31307144ba8 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTableSectionElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTableSectionElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTemplateElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTemplateElement.java
index 4c41c398903..67cb9f844ad 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTemplateElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTemplateElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement.java
index a823f3cdf5f..f73a90c6873 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTimeElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTimeElement.java
index 8a1d3c661ce..52c2fd1967c 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTimeElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTimeElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTitleElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTitleElement.java
index 1b0a76524cf..e5f33d66108 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTitleElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTitleElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLTrackElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLTrackElement.java
index e8ac4669f5d..aa3a3f4f9c6 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLTrackElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLTrackElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLUListElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLUListElement.java
index 2bee100744f..cadc979fd54 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLUListElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLUListElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLUnknownElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLUnknownElement.java
index 5db5d29c706..2ff2f450142 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLUnknownElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLUnknownElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/HTMLVideoElement.java b/src/main/java/org/htmlunit/javascript/host/html/HTMLVideoElement.java
index 0687f9c9858..f2d0ef436ce 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/HTMLVideoElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/HTMLVideoElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/LabelsNodeList.java b/src/main/java/org/htmlunit/javascript/host/html/LabelsNodeList.java
index 7872c554552..c10a72176e2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/LabelsNodeList.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/LabelsNodeList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/RowContainer.java b/src/main/java/org/htmlunit/javascript/host/html/RowContainer.java
index 3564918abe9..8328f49eb03 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/RowContainer.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/RowContainer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/ValidityState.java b/src/main/java/org/htmlunit/javascript/host/html/ValidityState.java
index 50b79f1de88..93a46a73ed2 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/ValidityState.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/ValidityState.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/html/package-info.java b/src/main/java/org/htmlunit/javascript/host/html/package-info.java
index 9e2f1dffad7..d55d4aaab6b 100644
--- a/src/main/java/org/htmlunit/javascript/host/html/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/html/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBCursor.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBCursor.java
index d6e3b27e9bd..e33b3becd8b 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBCursor.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBCursor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBCursorWithValue.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBCursorWithValue.java
index 08d02ecdd4d..47182f71520 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBCursorWithValue.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBCursorWithValue.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBDatabase.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBDatabase.java
index f018f44522b..549f4672072 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBDatabase.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBDatabase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBFactory.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBFactory.java
index 12bf1541d6f..7a509da8d2f 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBFactory.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBIndex.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBIndex.java
index 873853847ee..fc308517276 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBIndex.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBIndex.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBKeyRange.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBKeyRange.java
index 901625d93a7..6ef0c8e998e 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBKeyRange.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBKeyRange.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBObjectStore.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBObjectStore.java
index 5913420b035..1655a9bfc6c 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBObjectStore.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBObjectStore.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBOpenDBRequest.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBOpenDBRequest.java
index 29eb7948994..0a42a7c578d 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBOpenDBRequest.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBOpenDBRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBRequest.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBRequest.java
index da09b852577..6c5703caa2f 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBRequest.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/IDBTransaction.java b/src/main/java/org/htmlunit/javascript/host/idb/IDBTransaction.java
index 1488e6f20a3..9fea9af4c5f 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/IDBTransaction.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/IDBTransaction.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/idb/package-info.java b/src/main/java/org/htmlunit/javascript/host/idb/package-info.java
index f55dd1bb7d5..d0c30c115f8 100644
--- a/src/main/java/org/htmlunit/javascript/host/idb/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/idb/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/intl/Collator.java b/src/main/java/org/htmlunit/javascript/host/intl/Collator.java
index 09e670dd4f2..8976ee1fa48 100644
--- a/src/main/java/org/htmlunit/javascript/host/intl/Collator.java
+++ b/src/main/java/org/htmlunit/javascript/host/intl/Collator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/intl/DateTimeFormat.java b/src/main/java/org/htmlunit/javascript/host/intl/DateTimeFormat.java
index 8fdf95eb085..c9cbe9244c2 100644
--- a/src/main/java/org/htmlunit/javascript/host/intl/DateTimeFormat.java
+++ b/src/main/java/org/htmlunit/javascript/host/intl/DateTimeFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/intl/Intl.java b/src/main/java/org/htmlunit/javascript/host/intl/Intl.java
index b6611ef09d6..87d1dd3c6b6 100644
--- a/src/main/java/org/htmlunit/javascript/host/intl/Intl.java
+++ b/src/main/java/org/htmlunit/javascript/host/intl/Intl.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/intl/NumberFormat.java b/src/main/java/org/htmlunit/javascript/host/intl/NumberFormat.java
index 142708b76e0..ae64b271ae7 100644
--- a/src/main/java/org/htmlunit/javascript/host/intl/NumberFormat.java
+++ b/src/main/java/org/htmlunit/javascript/host/intl/NumberFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/intl/V8BreakIterator.java b/src/main/java/org/htmlunit/javascript/host/intl/V8BreakIterator.java
index 0c4da7721ef..06b42eb42bf 100644
--- a/src/main/java/org/htmlunit/javascript/host/intl/V8BreakIterator.java
+++ b/src/main/java/org/htmlunit/javascript/host/intl/V8BreakIterator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/intl/package-info.java b/src/main/java/org/htmlunit/javascript/host/intl/package-info.java
index 7f943e20bc8..18d12ca685f 100644
--- a/src/main/java/org/htmlunit/javascript/host/intl/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/intl/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AnalyserNode.java b/src/main/java/org/htmlunit/javascript/host/media/AnalyserNode.java
index 3c5a0fc677f..3fe11dab1ef 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AnalyserNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AnalyserNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioBuffer.java b/src/main/java/org/htmlunit/javascript/host/media/AudioBuffer.java
index 6113eaf24ee..0a66b59e87e 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioBuffer.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioBufferSourceNode.java b/src/main/java/org/htmlunit/javascript/host/media/AudioBufferSourceNode.java
index 872cc8477f8..f77be1e9918 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioBufferSourceNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioBufferSourceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioContext.java b/src/main/java/org/htmlunit/javascript/host/media/AudioContext.java
index 41ec4f984ea..e7c1d2c78b3 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioContext.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioDestinationNode.java b/src/main/java/org/htmlunit/javascript/host/media/AudioDestinationNode.java
index 7f46d43ef67..12766739dda 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioDestinationNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioDestinationNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioListener.java b/src/main/java/org/htmlunit/javascript/host/media/AudioListener.java
index da40adbc11e..47179174506 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioListener.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioListener.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioNode.java b/src/main/java/org/htmlunit/javascript/host/media/AudioNode.java
index 93e18ce268f..1c9eae73f53 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/AudioParam.java b/src/main/java/org/htmlunit/javascript/host/media/AudioParam.java
index c0976823b4d..8557e65ddf2 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/AudioParam.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/AudioParam.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/BaseAudioContext.java b/src/main/java/org/htmlunit/javascript/host/media/BaseAudioContext.java
index 59eb7505db9..ce9a183dfeb 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/BaseAudioContext.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/BaseAudioContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/BiquadFilterNode.java b/src/main/java/org/htmlunit/javascript/host/media/BiquadFilterNode.java
index 21a3f6f6e06..49d1be9e7ce 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/BiquadFilterNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/BiquadFilterNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/ChannelMergerNode.java b/src/main/java/org/htmlunit/javascript/host/media/ChannelMergerNode.java
index ea2d778c522..0a499304ef7 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/ChannelMergerNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/ChannelMergerNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/ChannelSplitterNode.java b/src/main/java/org/htmlunit/javascript/host/media/ChannelSplitterNode.java
index 793564b40ab..f56cc86d086 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/ChannelSplitterNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/ChannelSplitterNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/ConstantSourceNode.java b/src/main/java/org/htmlunit/javascript/host/media/ConstantSourceNode.java
index d5592500fb4..6c66a1ac954 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/ConstantSourceNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/ConstantSourceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/ConvolverNode.java b/src/main/java/org/htmlunit/javascript/host/media/ConvolverNode.java
index 25658e5e120..ef904dee35d 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/ConvolverNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/ConvolverNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/DelayNode.java b/src/main/java/org/htmlunit/javascript/host/media/DelayNode.java
index eb15ca5a50b..363facb14b2 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/DelayNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/DelayNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/DynamicsCompressorNode.java b/src/main/java/org/htmlunit/javascript/host/media/DynamicsCompressorNode.java
index 952d4cd9d84..ef4ceff832d 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/DynamicsCompressorNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/DynamicsCompressorNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/GainNode.java b/src/main/java/org/htmlunit/javascript/host/media/GainNode.java
index f6acab16dc3..ad75cc67318 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/GainNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/GainNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/IIRFilterNode.java b/src/main/java/org/htmlunit/javascript/host/media/IIRFilterNode.java
index d9e8968ba45..306f349f2d7 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/IIRFilterNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/IIRFilterNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/InputDeviceCapabilities.java b/src/main/java/org/htmlunit/javascript/host/media/InputDeviceCapabilities.java
index a0b4e57070a..1d497a877da 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/InputDeviceCapabilities.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/InputDeviceCapabilities.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaDeviceInfo.java b/src/main/java/org/htmlunit/javascript/host/media/MediaDeviceInfo.java
index 7c10417035f..e64b7880ae4 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaDeviceInfo.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaDeviceInfo.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaDevices.java b/src/main/java/org/htmlunit/javascript/host/media/MediaDevices.java
index dbc78967145..801a5feaaea 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaDevices.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaDevices.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaElementAudioSourceNode.java b/src/main/java/org/htmlunit/javascript/host/media/MediaElementAudioSourceNode.java
index 18a7ee70f2c..7f34ea5fc41 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaElementAudioSourceNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaElementAudioSourceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaError.java b/src/main/java/org/htmlunit/javascript/host/media/MediaError.java
index 2089dc460aa..ea95cf85fe1 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaError.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaKeyError.java b/src/main/java/org/htmlunit/javascript/host/media/MediaKeyError.java
index 3611650ded0..eb063ac87cc 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaKeyError.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaKeyError.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaKeySession.java b/src/main/java/org/htmlunit/javascript/host/media/MediaKeySession.java
index 61b717e6986..d389e3721b6 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaKeySession.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaKeySession.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaKeyStatusMap.java b/src/main/java/org/htmlunit/javascript/host/media/MediaKeyStatusMap.java
index a3f69b63293..061ff91040b 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaKeyStatusMap.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaKeyStatusMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaKeySystemAccess.java b/src/main/java/org/htmlunit/javascript/host/media/MediaKeySystemAccess.java
index 577a7b6bba2..fa8f3be3a1f 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaKeySystemAccess.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaKeySystemAccess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaKeys.java b/src/main/java/org/htmlunit/javascript/host/media/MediaKeys.java
index 50f57992a54..0000a1545c8 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaKeys.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaKeys.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaRecorder.java b/src/main/java/org/htmlunit/javascript/host/media/MediaRecorder.java
index ca657181d44..802c358e155 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaRecorder.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaRecorder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaSource.java b/src/main/java/org/htmlunit/javascript/host/media/MediaSource.java
index 9bc291b5c18..e3577c82f54 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaSource.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaSource.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaStream.java b/src/main/java/org/htmlunit/javascript/host/media/MediaStream.java
index a25078cad3b..fef0059ba57 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaStream.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaStream.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioDestinationNode.java b/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioDestinationNode.java
index 2ac4ee6123d..c80a1db0d77 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioDestinationNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioDestinationNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioSourceNode.java b/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioSourceNode.java
index 7600e81f59c..e812b7478e7 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioSourceNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaStreamAudioSourceNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/MediaStreamTrack.java b/src/main/java/org/htmlunit/javascript/host/media/MediaStreamTrack.java
index 8480e9d16ba..c6700f360d2 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/MediaStreamTrack.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/MediaStreamTrack.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/OfflineAudioContext.java b/src/main/java/org/htmlunit/javascript/host/media/OfflineAudioContext.java
index 41af6549d32..e038a6abb40 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/OfflineAudioContext.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/OfflineAudioContext.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/OscillatorNode.java b/src/main/java/org/htmlunit/javascript/host/media/OscillatorNode.java
index 225e97cbea8..d948a8741fa 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/OscillatorNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/OscillatorNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/PannerNode.java b/src/main/java/org/htmlunit/javascript/host/media/PannerNode.java
index 957a75bd592..a2877bb4240 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/PannerNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/PannerNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/PeriodicSyncManager.java b/src/main/java/org/htmlunit/javascript/host/media/PeriodicSyncManager.java
index 07c250dda6a..03e3f08eff6 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/PeriodicSyncManager.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/PeriodicSyncManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/PeriodicWave.java b/src/main/java/org/htmlunit/javascript/host/media/PeriodicWave.java
index 08ea41cb3b8..fed64c323ce 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/PeriodicWave.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/PeriodicWave.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/RemotePlayback.java b/src/main/java/org/htmlunit/javascript/host/media/RemotePlayback.java
index 4c0169cea3a..5a154f61f09 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/RemotePlayback.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/RemotePlayback.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/ScriptProcessorNode.java b/src/main/java/org/htmlunit/javascript/host/media/ScriptProcessorNode.java
index bbc8b8f2163..2f026aa7d8f 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/ScriptProcessorNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/ScriptProcessorNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/SourceBuffer.java b/src/main/java/org/htmlunit/javascript/host/media/SourceBuffer.java
index 5912caae59a..860bd77a743 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/SourceBuffer.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/SourceBuffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/SourceBufferList.java b/src/main/java/org/htmlunit/javascript/host/media/SourceBufferList.java
index 9d0307fd0e0..17e348dc501 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/SourceBufferList.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/SourceBufferList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/StereoPannerNode.java b/src/main/java/org/htmlunit/javascript/host/media/StereoPannerNode.java
index edf40816154..07dde0d2e99 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/StereoPannerNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/StereoPannerNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/TextTrack.java b/src/main/java/org/htmlunit/javascript/host/media/TextTrack.java
index 61d2f217369..b900bf3e699 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/TextTrack.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/TextTrack.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/TextTrackCue.java b/src/main/java/org/htmlunit/javascript/host/media/TextTrackCue.java
index 12a19c5f343..a1b55ffd449 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/TextTrackCue.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/TextTrackCue.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/TextTrackCueList.java b/src/main/java/org/htmlunit/javascript/host/media/TextTrackCueList.java
index 52d09717daa..8f478c02523 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/TextTrackCueList.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/TextTrackCueList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/TextTrackList.java b/src/main/java/org/htmlunit/javascript/host/media/TextTrackList.java
index 3ec923255cc..e026eeaf7f5 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/TextTrackList.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/TextTrackList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/TimeRanges.java b/src/main/java/org/htmlunit/javascript/host/media/TimeRanges.java
index 82e4c4f6ca4..ce9018adb29 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/TimeRanges.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/TimeRanges.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/VTTCue.java b/src/main/java/org/htmlunit/javascript/host/media/VTTCue.java
index 509fe23376b..a793ee91798 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/VTTCue.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/VTTCue.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/VideoPlaybackQuality.java b/src/main/java/org/htmlunit/javascript/host/media/VideoPlaybackQuality.java
index f153be6783c..013561d5248 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/VideoPlaybackQuality.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/VideoPlaybackQuality.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/WaveShaperNode.java b/src/main/java/org/htmlunit/javascript/host/media/WaveShaperNode.java
index 869e5b3252d..1cd1c0e56c9 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/WaveShaperNode.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/WaveShaperNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIAccess.java b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIAccess.java
index 7b285b377f8..7c7393384a5 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIAccess.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIAccess.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInput.java b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInput.java
index fac8c4c9e6c..55627901cb5 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInput.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInputMap.java b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInputMap.java
index 0b9b9a8af3d..48a75a6dc8d 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInputMap.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIInputMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutput.java b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutput.java
index 1399f7631fd..816c79a2797 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutput.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutput.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutputMap.java b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutputMap.java
index 4b14d5a0269..1a2b572c938 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutputMap.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIOutputMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIPort.java b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIPort.java
index e7b7b642452..150f588db97 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIPort.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/MIDIPort.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/midi/package-info.java b/src/main/java/org/htmlunit/javascript/host/media/midi/package-info.java
index 011d364a300..92418a8bdb5 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/midi/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/midi/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/package-info.java b/src/main/java/org/htmlunit/javascript/host/media/package-info.java
index 23a525fb677..1ced8d5d4ee 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/presentation/Presentation.java b/src/main/java/org/htmlunit/javascript/host/media/presentation/Presentation.java
index fd42488c0d3..ae3fe4dcff8 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/presentation/Presentation.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/presentation/Presentation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationAvailability.java b/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationAvailability.java
index aa242f823c4..c7ee22c45a4 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationAvailability.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationAvailability.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationConnection.java b/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationConnection.java
index 7a88ee4c14c..585f6ba9268 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationConnection.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationRequest.java b/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationRequest.java
index fce118199fd..89604eb3aee 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationRequest.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/presentation/PresentationRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/presentation/package-info.java b/src/main/java/org/htmlunit/javascript/host/media/presentation/package-info.java
index 50d5444efde..f7bdd0f3740 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/presentation/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/presentation/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCCertificate.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCCertificate.java
index f405332d228..0565937c08a 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCCertificate.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCCertificate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCIceCandidate.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCIceCandidate.java
index f948e10cbfe..05d66355209 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCIceCandidate.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCIceCandidate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnection.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnection.java
index b16f669389e..14451349b03 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnection.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSctpTransport.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSctpTransport.java
index 4534d1796f6..583a5f0b5b9 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSctpTransport.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSctpTransport.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSessionDescription.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSessionDescription.java
index e8730d673ef..9c64d81df79 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSessionDescription.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCSessionDescription.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCStatsReport.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCStatsReport.java
index 3e8889108b5..ffcaae32715 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCStatsReport.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/RTCStatsReport.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/media/rtc/package-info.java b/src/main/java/org/htmlunit/javascript/host/media/rtc/package-info.java
index 598f712bb4d..ab09f9c9312 100644
--- a/src/main/java/org/htmlunit/javascript/host/media/rtc/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/media/rtc/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/network/NetworkInformation.java b/src/main/java/org/htmlunit/javascript/host/network/NetworkInformation.java
index 5d0f89f1e75..eb4e0ca81a8 100644
--- a/src/main/java/org/htmlunit/javascript/host/network/NetworkInformation.java
+++ b/src/main/java/org/htmlunit/javascript/host/network/NetworkInformation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/network/package-info.java b/src/main/java/org/htmlunit/javascript/host/network/package-info.java
index 50b855fa4d9..5c4edd3ecbd 100644
--- a/src/main/java/org/htmlunit/javascript/host/network/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/network/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/package-info.java b/src/main/java/org/htmlunit/javascript/host/package-info.java
index d357e7ae782..92f272ff009 100644
--- a/src/main/java/org/htmlunit/javascript/host/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/payment/PaymentAddress.java b/src/main/java/org/htmlunit/javascript/host/payment/PaymentAddress.java
index ebede0af0ae..f11c1d1aa8e 100644
--- a/src/main/java/org/htmlunit/javascript/host/payment/PaymentAddress.java
+++ b/src/main/java/org/htmlunit/javascript/host/payment/PaymentAddress.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/payment/PaymentRequest.java b/src/main/java/org/htmlunit/javascript/host/payment/PaymentRequest.java
index e73a4649490..88b3a540e4f 100644
--- a/src/main/java/org/htmlunit/javascript/host/payment/PaymentRequest.java
+++ b/src/main/java/org/htmlunit/javascript/host/payment/PaymentRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/payment/PaymentResponse.java b/src/main/java/org/htmlunit/javascript/host/payment/PaymentResponse.java
index a0dcecb1fec..9dc3e448069 100644
--- a/src/main/java/org/htmlunit/javascript/host/payment/PaymentResponse.java
+++ b/src/main/java/org/htmlunit/javascript/host/payment/PaymentResponse.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/payment/package-info.java b/src/main/java/org/htmlunit/javascript/host/payment/package-info.java
index daa7f262448..0eadc0b8690 100644
--- a/src/main/java/org/htmlunit/javascript/host/payment/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/payment/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/Performance.java b/src/main/java/org/htmlunit/javascript/host/performance/Performance.java
index 3d8f534e8a2..5c4bacbe42e 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/Performance.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/Performance.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceEntry.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceEntry.java
index f8ad8ca73f4..b266daf6d3a 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceEntry.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceEntry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMark.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMark.java
index e20a60f8ddc..2d1a8742824 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMark.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMark.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMeasure.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMeasure.java
index 5a14ad91dfd..073748ab6c3 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMeasure.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceMeasure.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigation.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigation.java
index 01cd05caf3d..f148e6c1f9c 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigation.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTiming.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTiming.java
index 574263eb80c..15780a30e4a 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTiming.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTiming.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceResourceTiming.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceResourceTiming.java
index cb26dfc0885..118fd760b14 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceResourceTiming.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceResourceTiming.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/PerformanceTiming.java b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceTiming.java
index a7b5079fa50..17e4299a0b0 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/PerformanceTiming.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/PerformanceTiming.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/performance/package-info.java b/src/main/java/org/htmlunit/javascript/host/performance/package-info.java
index 2f8bd6b7191..4fafa101562 100644
--- a/src/main/java/org/htmlunit/javascript/host/performance/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/performance/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/security/Credential.java b/src/main/java/org/htmlunit/javascript/host/security/Credential.java
index b445bf49e13..24482ca8b39 100644
--- a/src/main/java/org/htmlunit/javascript/host/security/Credential.java
+++ b/src/main/java/org/htmlunit/javascript/host/security/Credential.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/security/CredentialsContainer.java b/src/main/java/org/htmlunit/javascript/host/security/CredentialsContainer.java
index 927d186841a..f67b2cf6e57 100644
--- a/src/main/java/org/htmlunit/javascript/host/security/CredentialsContainer.java
+++ b/src/main/java/org/htmlunit/javascript/host/security/CredentialsContainer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/security/FederatedCredential.java b/src/main/java/org/htmlunit/javascript/host/security/FederatedCredential.java
index 67bc8f6bd24..dab5628188a 100644
--- a/src/main/java/org/htmlunit/javascript/host/security/FederatedCredential.java
+++ b/src/main/java/org/htmlunit/javascript/host/security/FederatedCredential.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/security/PasswordCredential.java b/src/main/java/org/htmlunit/javascript/host/security/PasswordCredential.java
index 2ba1ed537ca..8a5ba39a7d1 100644
--- a/src/main/java/org/htmlunit/javascript/host/security/PasswordCredential.java
+++ b/src/main/java/org/htmlunit/javascript/host/security/PasswordCredential.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/security/package-info.java b/src/main/java/org/htmlunit/javascript/host/security/package-info.java
index 4e89d0369d9..abb0b04d90a 100644
--- a/src/main/java/org/htmlunit/javascript/host/security/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/security/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesis.java b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesis.java
index ba87e24c163..31218041f1f 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesis.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesis.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisErrorEvent.java b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisErrorEvent.java
index ec8463e9f1d..c263a6da12c 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisErrorEvent.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisErrorEvent.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisUtterance.java b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisUtterance.java
index e34c0db6a39..525518aeb85 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisUtterance.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisUtterance.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisVoice.java b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisVoice.java
index 6f18fd9fd74..9d44952c5b6 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisVoice.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/SpeechSynthesisVoice.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammar.java b/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammar.java
index 4ee6c440f49..52c29d2b880 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammar.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammar.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammarList.java b/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammarList.java
index 14daeaf9889..88fa0eebcf4 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammarList.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechGrammarList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechRecognition.java b/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechRecognition.java
index 729710e0a49..1a2a0f09f24 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechRecognition.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/WebkitSpeechRecognition.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/speech/package-info.java b/src/main/java/org/htmlunit/javascript/host/speech/package-info.java
index b46e8ed14ed..b4d56e67a20 100644
--- a/src/main/java/org/htmlunit/javascript/host/speech/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/speech/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAElement.java
index 034a179c2c3..79e90295821 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAngle.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAngle.java
index 568e5ce700f..fb329cda90f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAngle.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAngle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateElement.java
index 165b8868b1a..2dca6bc6c3e 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateMotionElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateMotionElement.java
index e473c8c45cc..66e192adf50 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateMotionElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateMotionElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateTransformElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateTransformElement.java
index 98ef814b911..a0d6dc043e2 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateTransformElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimateTransformElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedAngle.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedAngle.java
index 89afb4fe043..860f1d5e9ac 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedAngle.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedAngle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedBoolean.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedBoolean.java
index 58f2ee06fbe..243e66c5f82 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedBoolean.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedBoolean.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedEnumeration.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedEnumeration.java
index 50815ec88d4..4bdce408686 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedEnumeration.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedEnumeration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedInteger.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedInteger.java
index b974ca70c3b..6d7f0a31c42 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedInteger.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedInteger.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLength.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLength.java
index 0c5ded8eaf5..86e7f8ee50e 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLength.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLength.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLengthList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLengthList.java
index 0f5b9cfda70..f99819f4f73 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLengthList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedLengthList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumber.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumber.java
index c04b614b0a0..e9abb06400e 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumber.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumber.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumberList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumberList.java
index 8b7127c28c8..70d0993b085 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumberList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedNumberList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedPreserveAspectRatio.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedPreserveAspectRatio.java
index c5ecc9eeda4..59dbe261d6c 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedPreserveAspectRatio.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedPreserveAspectRatio.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedRect.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedRect.java
index 1aa319527fa..f79d70cc1f1 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedRect.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedRect.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedString.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedString.java
index 55bd52424c3..246bffa3a6a 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedString.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedString.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedTransformList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedTransformList.java
index 492578cd385..6c73c1c1788 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedTransformList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimatedTransformList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimationElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimationElement.java
index f076936a21b..7af8603650c 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimationElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGAnimationElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGCircleElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGCircleElement.java
index 8c2f005c5d0..eda54913a98 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGCircleElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGCircleElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGClipPathElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGClipPathElement.java
index c702a611698..098cdb3f5ff 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGClipPathElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGClipPathElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGComponentTransferFunctionElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGComponentTransferFunctionElement.java
index b133c39e6e7..942fd812cd3 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGComponentTransferFunctionElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGComponentTransferFunctionElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGDefsElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGDefsElement.java
index 2671debb25b..bc981199b93 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGDefsElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGDefsElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGDescElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGDescElement.java
index a68000de43e..2ca6729a931 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGDescElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGDescElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGElement.java
index a4eafbd5d08..eb8e6d563ae 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGEllipseElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGEllipseElement.java
index 6b3ea4fb6e8..a413c4bdb4f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGEllipseElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGEllipseElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEBlendElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEBlendElement.java
index 53983caae06..4f8038fd64e 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEBlendElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEBlendElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEColorMatrixElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEColorMatrixElement.java
index 327b98c70bd..956230d4e5b 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEColorMatrixElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEColorMatrixElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEComponentTransferElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEComponentTransferElement.java
index 2b7514b3339..4e12ec4b1f7 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEComponentTransferElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEComponentTransferElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFECompositeElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFECompositeElement.java
index 4c276b78b49..330726300c2 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFECompositeElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFECompositeElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEConvolveMatrixElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEConvolveMatrixElement.java
index e90b5ba164a..0201162675b 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEConvolveMatrixElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEConvolveMatrixElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDiffuseLightingElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDiffuseLightingElement.java
index 86307218ffc..35116cbcc1d 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDiffuseLightingElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDiffuseLightingElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDisplacementMapElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDisplacementMapElement.java
index a0b48463493..c4c7fdf5632 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDisplacementMapElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDisplacementMapElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDistantLightElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDistantLightElement.java
index d3f5b9eb2d7..81ac12f97b0 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDistantLightElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDistantLightElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDropShadowElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDropShadowElement.java
index 37dd0267f1e..8e0b5caea5d 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDropShadowElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEDropShadowElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFloodElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFloodElement.java
index 994d0576888..f8341fb8f76 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFloodElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFloodElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncAElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncAElement.java
index 2ca7c45993a..7c406e5494c 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncAElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncAElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncBElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncBElement.java
index b3cf751529a..b5578b66d11 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncBElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncBElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncGElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncGElement.java
index efe802e2d1a..33e17f60558 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncGElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncGElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncRElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncRElement.java
index c7002c281a9..0a9ed0cfcd4 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncRElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEFuncRElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEGaussianBlurElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEGaussianBlurElement.java
index ad0ba7a053e..c15ee9d426c 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEGaussianBlurElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEGaussianBlurElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEImageElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEImageElement.java
index 57a6b199518..05cc4e42588 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEImageElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEImageElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeElement.java
index e566e85f47e..4fcda5c08cf 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeNodeElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeNodeElement.java
index 5c76ea97098..2ce3fc72f2b 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeNodeElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMergeNodeElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMorphologyElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMorphologyElement.java
index 7872923002f..4241c116eb6 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMorphologyElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEMorphologyElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEOffsetElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEOffsetElement.java
index b9e4df74621..177d32adfe6 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEOffsetElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEOffsetElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFEPointLightElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEPointLightElement.java
index 4e421d1e67d..b224c8ef565 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFEPointLightElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFEPointLightElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpecularLightingElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpecularLightingElement.java
index 9e49ca71b09..38f3f79d72f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpecularLightingElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpecularLightingElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpotLightElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpotLightElement.java
index da1d38cfdf6..bea60beaa1d 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpotLightElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFESpotLightElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFETileElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFETileElement.java
index 0baac932679..a660a3a7758 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFETileElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFETileElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFETurbulenceElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFETurbulenceElement.java
index 886aa50a223..5082af2c881 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFETurbulenceElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFETurbulenceElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGFilterElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGFilterElement.java
index d2d450567b4..488e761fe21 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGFilterElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGFilterElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGForeignObjectElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGForeignObjectElement.java
index fa3b0a095b6..8f84684320f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGForeignObjectElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGForeignObjectElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGGElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGGElement.java
index fc2c0309fd4..43f7546c6f3 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGGElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGGElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGGeometryElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGGeometryElement.java
index 694ae6c379f..383895386d2 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGGeometryElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGGeometryElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGGradientElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGGradientElement.java
index 2d69a1ae27d..59a9fb173d9 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGGradientElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGGradientElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGGraphicsElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGGraphicsElement.java
index 557c0e7cb18..e2281e983f8 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGGraphicsElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGGraphicsElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGImageElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGImageElement.java
index 637bbf0decc..c55e036bf0f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGImageElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGImageElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGLength.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGLength.java
index 8497cbdd6c8..aff9f300326 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGLength.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGLength.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGLengthList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGLengthList.java
index d710532696a..bb86de698bf 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGLengthList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGLengthList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGLineElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGLineElement.java
index b461c54c5df..4152c005bc9 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGLineElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGLineElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGLinearGradientElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGLinearGradientElement.java
index f01f4f05843..8201622d753 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGLinearGradientElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGLinearGradientElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGMPathElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGMPathElement.java
index 8c81d09a3d0..18492e5a776 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGMPathElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGMPathElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGMarkerElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGMarkerElement.java
index 4de12a3d0fe..1b27b717240 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGMarkerElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGMarkerElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGMaskElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGMaskElement.java
index f9afdaa154b..f5edaf2eadb 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGMaskElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGMaskElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGMatrix.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGMatrix.java
index 3c6a3530f14..329785124b6 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGMatrix.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGMatrix.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGMetadataElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGMetadataElement.java
index e53f48ca04c..51607a81f50 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGMetadataElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGMetadataElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGNumber.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGNumber.java
index a7e569bccd0..6b20447301f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGNumber.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGNumber.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGNumberList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGNumberList.java
index 047cf4c52b8..3453d2868b4 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGNumberList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGNumberList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPathElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPathElement.java
index 74f4ef59f73..eb46dacb5d0 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPathElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPathElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPatternElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPatternElement.java
index 400a6a95801..3009c073f6c 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPatternElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPatternElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPoint.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPoint.java
index 9c6d6592b58..535a424a3e0 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPoint.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPoint.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPointList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPointList.java
index e8f19c2b6d6..9d5d31eb07b 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPointList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPointList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPolygonElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPolygonElement.java
index 9f58549a55f..59d52efed60 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPolygonElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPolygonElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPolylineElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPolylineElement.java
index 5e85d0dcdcc..25adba29e6a 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPolylineElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPolylineElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGPreserveAspectRatio.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGPreserveAspectRatio.java
index 3040df25ef1..c6f7508fb3f 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGPreserveAspectRatio.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGPreserveAspectRatio.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGRadialGradientElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGRadialGradientElement.java
index 361d26d6fbc..c0e2c7aa95a 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGRadialGradientElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGRadialGradientElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGRect.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGRect.java
index 1f273aa1b23..34fdf26a4cd 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGRect.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGRect.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGRectElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGRectElement.java
index aff5c0927c1..e566daa4d80 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGRectElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGRectElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGSVGElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGSVGElement.java
index 1de2a7f2c32..2b11e146ac8 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGSVGElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGSVGElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGScriptElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGScriptElement.java
index 06683599346..b510b54d357 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGScriptElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGScriptElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGSetElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGSetElement.java
index 896602ee452..9c34ff3d5cd 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGSetElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGSetElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGStopElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGStopElement.java
index 13f974b1603..4433ce472a6 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGStopElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGStopElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGStringList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGStringList.java
index f468e497f4b..159bd7c9842 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGStringList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGStringList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGStyleElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGStyleElement.java
index 78840d3fa07..28cf264a593 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGStyleElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGStyleElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGSwitchElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGSwitchElement.java
index 41b4b9e22aa..31434183797 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGSwitchElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGSwitchElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGSymbolElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGSymbolElement.java
index f09f54cd425..12c43fa728d 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGSymbolElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGSymbolElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTSpanElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTSpanElement.java
index f8cb3a654f0..248572ccb13 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTSpanElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTSpanElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTextContentElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextContentElement.java
index 46f0b06a4e6..f45dffe96bd 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTextContentElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextContentElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTextElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextElement.java
index cd8d4ed22e5..0d41f8f6aad 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTextElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPathElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPathElement.java
index d121c6474e2..daa8abc10fe 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPathElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPathElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPositioningElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPositioningElement.java
index 9d4b596dde7..38818d3ef75 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPositioningElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTextPositioningElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTitleElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTitleElement.java
index d518bee7f9a..c5f700f6e10 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTitleElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTitleElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTransform.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTransform.java
index cdb2fcdf9e6..91546a854cf 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTransform.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTransform.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGTransformList.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGTransformList.java
index 57f92924727..8c4fc06a9c2 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGTransformList.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGTransformList.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGUnitTypes.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGUnitTypes.java
index 3fe6811d1ca..b59f1727b2d 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGUnitTypes.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGUnitTypes.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGUseElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGUseElement.java
index 392ddff97e3..892c8073d59 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGUseElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGUseElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/SVGViewElement.java b/src/main/java/org/htmlunit/javascript/host/svg/SVGViewElement.java
index fc61f4c8c67..d1f403ce427 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/SVGViewElement.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/SVGViewElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/svg/package-info.java b/src/main/java/org/htmlunit/javascript/host/svg/package-info.java
index 8a3fa762548..ba8529dab18 100644
--- a/src/main/java/org/htmlunit/javascript/host/svg/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/svg/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java b/src/main/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java
index 933fa5f4dd0..028a765bbe7 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScope.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorker.java b/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorker.java
index 36f7b83e3cb..16ea6324f8a 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorker.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerContainer.java b/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerContainer.java
index 8c407f32e49..49ded4e3c97 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerContainer.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerContainer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerRegistration.java b/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerRegistration.java
index 5c7660203a0..e7142119427 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerRegistration.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/ServiceWorkerRegistration.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/SyncManager.java b/src/main/java/org/htmlunit/javascript/host/worker/SyncManager.java
index 8c7984c78b8..5f439b75c5e 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/SyncManager.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/SyncManager.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/Worker.java b/src/main/java/org/htmlunit/javascript/host/worker/Worker.java
index eedf4e15f17..3cdcd6d7238 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/Worker.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/Worker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/WorkerGlobalScope.java b/src/main/java/org/htmlunit/javascript/host/worker/WorkerGlobalScope.java
index e614b741e5b..68baae7c4f1 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/WorkerGlobalScope.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/WorkerGlobalScope.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/WorkerLocation.java b/src/main/java/org/htmlunit/javascript/host/worker/WorkerLocation.java
index 2a1680cfe18..c537d1e4603 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/WorkerLocation.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/WorkerLocation.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/WorkerNavigator.java b/src/main/java/org/htmlunit/javascript/host/worker/WorkerNavigator.java
index 28e0ba464b1..c60997db6a9 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/WorkerNavigator.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/WorkerNavigator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/worker/package-info.java b/src/main/java/org/htmlunit/javascript/host/worker/package-info.java
index 8b68a4253cb..26a22fde722 100644
--- a/src/main/java/org/htmlunit/javascript/host/worker/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/worker/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/FormData.java b/src/main/java/org/htmlunit/javascript/host/xml/FormData.java
index 0537d827ca1..b4fa70f5992 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/FormData.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/FormData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/XMLDocument.java b/src/main/java/org/htmlunit/javascript/host/xml/XMLDocument.java
index 6e1f57ac692..9573ec766fd 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/XMLDocument.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/XMLDocument.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequest.java b/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequest.java
index 94268cf7185..4f9b6b3ca3e 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequest.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTarget.java b/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTarget.java
index 766bef3cd4a..ca9549b5316 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTarget.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTarget.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestUpload.java b/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestUpload.java
index 13bc5dc4bd4..3b914de61d9 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestUpload.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/XMLHttpRequestUpload.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/XMLSerializer.java b/src/main/java/org/htmlunit/javascript/host/xml/XMLSerializer.java
index 506b23446a5..7b31db43363 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/XMLSerializer.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/XMLSerializer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/XSLTProcessor.java b/src/main/java/org/htmlunit/javascript/host/xml/XSLTProcessor.java
index 1ed621b69af..454c496236f 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/XSLTProcessor.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/XSLTProcessor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/host/xml/package-info.java b/src/main/java/org/htmlunit/javascript/host/xml/package-info.java
index 2e9ba3d09ed..5b77af4b18c 100644
--- a/src/main/java/org/htmlunit/javascript/host/xml/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/host/xml/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/package-info.java b/src/main/java/org/htmlunit/javascript/package-info.java
index 961da0186f9..a82fc0c0699 100644
--- a/src/main/java/org/htmlunit/javascript/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/polyfill/Polyfill.java b/src/main/java/org/htmlunit/javascript/polyfill/Polyfill.java
index 028575ffffd..afd5132a4c2 100644
--- a/src/main/java/org/htmlunit/javascript/polyfill/Polyfill.java
+++ b/src/main/java/org/htmlunit/javascript/polyfill/Polyfill.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/polyfill/package-info.java b/src/main/java/org/htmlunit/javascript/polyfill/package-info.java
index abf68a7c9bd..9d33dd275f2 100644
--- a/src/main/java/org/htmlunit/javascript/polyfill/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/polyfill/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/preprocessor/package-info.java b/src/main/java/org/htmlunit/javascript/preprocessor/package-info.java
index 42538286c52..b335018e32e 100644
--- a/src/main/java/org/htmlunit/javascript/preprocessor/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/preprocessor/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java b/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java
index a3da7ef311b..f57e0157338 100644
--- a/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java
+++ b/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/proxyautoconfig/package-info.java b/src/main/java/org/htmlunit/javascript/proxyautoconfig/package-info.java
index 684006b8aad..8d4a9155885 100644
--- a/src/main/java/org/htmlunit/javascript/proxyautoconfig/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/proxyautoconfig/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy.java b/src/main/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy.java
index 15327aadeb5..384d9f18be6 100644
--- a/src/main/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy.java
+++ b/src/main/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter.java b/src/main/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter.java
index da139801210..f99763f02c6 100644
--- a/src/main/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter.java
+++ b/src/main/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/javascript/regexp/package-info.java b/src/main/java/org/htmlunit/javascript/regexp/package-info.java
index 32397657a33..aae12da2580 100644
--- a/src/main/java/org/htmlunit/javascript/regexp/package-info.java
+++ b/src/main/java/org/htmlunit/javascript/regexp/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/package-info.java b/src/main/java/org/htmlunit/package-info.java
index ca59a11a789..351f8f55565 100644
--- a/src/main/java/org/htmlunit/package-info.java
+++ b/src/main/java/org/htmlunit/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/AwtClipboardHandler.java b/src/main/java/org/htmlunit/platform/AwtClipboardHandler.java
index f7e12b8ac17..b97e39a1d39 100644
--- a/src/main/java/org/htmlunit/platform/AwtClipboardHandler.java
+++ b/src/main/java/org/htmlunit/platform/AwtClipboardHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/Platform.java b/src/main/java/org/htmlunit/platform/Platform.java
index 96b46d082a2..d3bb85a4298 100644
--- a/src/main/java/org/htmlunit/platform/Platform.java
+++ b/src/main/java/org/htmlunit/platform/Platform.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/XmlUtilsHelperAPI.java b/src/main/java/org/htmlunit/platform/XmlUtilsHelperAPI.java
index 82e069d2f37..9b7b87b2602 100644
--- a/src/main/java/org/htmlunit/platform/XmlUtilsHelperAPI.java
+++ b/src/main/java/org/htmlunit/platform/XmlUtilsHelperAPI.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java b/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java
index c419c4f2e30..8fae3f6ecb7 100644
--- a/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java
+++ b/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/canvas/rendering/NoOpRenderingBackend.java b/src/main/java/org/htmlunit/platform/canvas/rendering/NoOpRenderingBackend.java
index 4a45c91ac30..4e7b0ca23b8 100644
--- a/src/main/java/org/htmlunit/platform/canvas/rendering/NoOpRenderingBackend.java
+++ b/src/main/java/org/htmlunit/platform/canvas/rendering/NoOpRenderingBackend.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/canvas/rendering/RenderingBackend.java b/src/main/java/org/htmlunit/platform/canvas/rendering/RenderingBackend.java
index 931bf450dc9..eb120f76e47 100644
--- a/src/main/java/org/htmlunit/platform/canvas/rendering/RenderingBackend.java
+++ b/src/main/java/org/htmlunit/platform/canvas/rendering/RenderingBackend.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/canvas/rendering/package-info.java b/src/main/java/org/htmlunit/platform/canvas/rendering/package-info.java
index 6ea6a887eab..296f37d1cca 100644
--- a/src/main/java/org/htmlunit/platform/canvas/rendering/package-info.java
+++ b/src/main/java/org/htmlunit/platform/canvas/rendering/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/dom/traversal/DomTreeWalker.java b/src/main/java/org/htmlunit/platform/dom/traversal/DomTreeWalker.java
index c5687fc98e3..9c0fa1762a6 100644
--- a/src/main/java/org/htmlunit/platform/dom/traversal/DomTreeWalker.java
+++ b/src/main/java/org/htmlunit/platform/dom/traversal/DomTreeWalker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/dom/traversal/package-info.java b/src/main/java/org/htmlunit/platform/dom/traversal/package-info.java
index c72f7adadbe..80b2519243b 100644
--- a/src/main/java/org/htmlunit/platform/dom/traversal/package-info.java
+++ b/src/main/java/org/htmlunit/platform/dom/traversal/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/font/AwtFontUtil.java b/src/main/java/org/htmlunit/platform/font/AwtFontUtil.java
index 2fe77616f87..917616790a1 100644
--- a/src/main/java/org/htmlunit/platform/font/AwtFontUtil.java
+++ b/src/main/java/org/htmlunit/platform/font/AwtFontUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/font/FontUtil.java b/src/main/java/org/htmlunit/platform/font/FontUtil.java
index a0d0e0556f3..db0920ec5b0 100644
--- a/src/main/java/org/htmlunit/platform/font/FontUtil.java
+++ b/src/main/java/org/htmlunit/platform/font/FontUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/font/NoOpFontUtil.java b/src/main/java/org/htmlunit/platform/font/NoOpFontUtil.java
index 81653e3ce7a..ec9729b76fa 100644
--- a/src/main/java/org/htmlunit/platform/font/NoOpFontUtil.java
+++ b/src/main/java/org/htmlunit/platform/font/NoOpFontUtil.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/font/package-info.java b/src/main/java/org/htmlunit/platform/font/package-info.java
index a7e101e680b..79cca047d72 100644
--- a/src/main/java/org/htmlunit/platform/font/package-info.java
+++ b/src/main/java/org/htmlunit/platform/font/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/geom/IntDimension2D.java b/src/main/java/org/htmlunit/platform/geom/IntDimension2D.java
index eb292cb6bc4..af2364012f8 100644
--- a/src/main/java/org/htmlunit/platform/geom/IntDimension2D.java
+++ b/src/main/java/org/htmlunit/platform/geom/IntDimension2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/geom/package-info.java b/src/main/java/org/htmlunit/platform/geom/package-info.java
index d5a3d8ef44c..1c69bf5ffb1 100644
--- a/src/main/java/org/htmlunit/platform/geom/package-info.java
+++ b/src/main/java/org/htmlunit/platform/geom/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/image/ImageData.java b/src/main/java/org/htmlunit/platform/image/ImageData.java
index 44008503711..c67d9a05bb4 100644
--- a/src/main/java/org/htmlunit/platform/image/ImageData.java
+++ b/src/main/java/org/htmlunit/platform/image/ImageData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/image/ImageIOImageData.java b/src/main/java/org/htmlunit/platform/image/ImageIOImageData.java
index 8da792adbd2..44834d152e1 100644
--- a/src/main/java/org/htmlunit/platform/image/ImageIOImageData.java
+++ b/src/main/java/org/htmlunit/platform/image/ImageIOImageData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/image/NoOpImageData.java b/src/main/java/org/htmlunit/platform/image/NoOpImageData.java
index e375dda97f6..1a57ffd6fa8 100644
--- a/src/main/java/org/htmlunit/platform/image/NoOpImageData.java
+++ b/src/main/java/org/htmlunit/platform/image/NoOpImageData.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/image/package-info.java b/src/main/java/org/htmlunit/platform/image/package-info.java
index 6ab9a5f43db..41fc902a3ea 100644
--- a/src/main/java/org/htmlunit/platform/image/package-info.java
+++ b/src/main/java/org/htmlunit/platform/image/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/package-info.java b/src/main/java/org/htmlunit/platform/package-info.java
index 712d49879ca..170f83e3404 100644
--- a/src/main/java/org/htmlunit/platform/package-info.java
+++ b/src/main/java/org/htmlunit/platform/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/util/XmlUtilsSunXercesHelper.java b/src/main/java/org/htmlunit/platform/util/XmlUtilsSunXercesHelper.java
index f4594f149b1..3cca0f508bd 100644
--- a/src/main/java/org/htmlunit/platform/util/XmlUtilsSunXercesHelper.java
+++ b/src/main/java/org/htmlunit/platform/util/XmlUtilsSunXercesHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/util/XmlUtilsXercesHelper.java b/src/main/java/org/htmlunit/platform/util/XmlUtilsXercesHelper.java
index 868dae1f52c..e04ba36401b 100644
--- a/src/main/java/org/htmlunit/platform/util/XmlUtilsXercesHelper.java
+++ b/src/main/java/org/htmlunit/platform/util/XmlUtilsXercesHelper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/platform/util/package-info.java b/src/main/java/org/htmlunit/platform/util/package-info.java
index 9347bc46d6d..efbe2e5a38d 100644
--- a/src/main/java/org/htmlunit/platform/util/package-info.java
+++ b/src/main/java/org/htmlunit/platform/util/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/AnyHandler.java b/src/main/java/org/htmlunit/protocol/AnyHandler.java
index 19e19514b60..63b1b2ae374 100644
--- a/src/main/java/org/htmlunit/protocol/AnyHandler.java
+++ b/src/main/java/org/htmlunit/protocol/AnyHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/about/AboutURLConnection.java b/src/main/java/org/htmlunit/protocol/about/AboutURLConnection.java
index afd6dca7abf..60c0209b184 100644
--- a/src/main/java/org/htmlunit/protocol/about/AboutURLConnection.java
+++ b/src/main/java/org/htmlunit/protocol/about/AboutURLConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/about/Handler.java b/src/main/java/org/htmlunit/protocol/about/Handler.java
index edea8b4add0..cd28b1b8b2c 100644
--- a/src/main/java/org/htmlunit/protocol/about/Handler.java
+++ b/src/main/java/org/htmlunit/protocol/about/Handler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/about/package-info.java b/src/main/java/org/htmlunit/protocol/about/package-info.java
index 57c0ae82690..5678c4b996e 100644
--- a/src/main/java/org/htmlunit/protocol/about/package-info.java
+++ b/src/main/java/org/htmlunit/protocol/about/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/data/DataURLConnection.java b/src/main/java/org/htmlunit/protocol/data/DataURLConnection.java
index 2a9b1b390d9..d7aa905c9e3 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataURLConnection.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataURLConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
index 684be297424..e513aeaf7be 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/data/Handler.java b/src/main/java/org/htmlunit/protocol/data/Handler.java
index b7ec55567b1..b8dc105f37f 100644
--- a/src/main/java/org/htmlunit/protocol/data/Handler.java
+++ b/src/main/java/org/htmlunit/protocol/data/Handler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/data/package-info.java b/src/main/java/org/htmlunit/protocol/data/package-info.java
index 5bfda2b9bdb..db8432e7f8b 100644
--- a/src/main/java/org/htmlunit/protocol/data/package-info.java
+++ b/src/main/java/org/htmlunit/protocol/data/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/javascript/Handler.java b/src/main/java/org/htmlunit/protocol/javascript/Handler.java
index 9b0013a5b6e..d4cda053a67 100644
--- a/src/main/java/org/htmlunit/protocol/javascript/Handler.java
+++ b/src/main/java/org/htmlunit/protocol/javascript/Handler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/javascript/JavaScriptURLConnection.java b/src/main/java/org/htmlunit/protocol/javascript/JavaScriptURLConnection.java
index f1eddc945cc..577fa05c124 100644
--- a/src/main/java/org/htmlunit/protocol/javascript/JavaScriptURLConnection.java
+++ b/src/main/java/org/htmlunit/protocol/javascript/JavaScriptURLConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/javascript/package-info.java b/src/main/java/org/htmlunit/protocol/javascript/package-info.java
index 4eb860142d9..1fb52a2c59f 100644
--- a/src/main/java/org/htmlunit/protocol/javascript/package-info.java
+++ b/src/main/java/org/htmlunit/protocol/javascript/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/protocol/package-info.java b/src/main/java/org/htmlunit/protocol/package-info.java
index a07dd265000..b1cb2deba61 100644
--- a/src/main/java/org/htmlunit/protocol/package-info.java
+++ b/src/main/java/org/htmlunit/protocol/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAltGlyph.java b/src/main/java/org/htmlunit/svg/SvgAltGlyph.java
index 92440705d70..215001ab574 100644
--- a/src/main/java/org/htmlunit/svg/SvgAltGlyph.java
+++ b/src/main/java/org/htmlunit/svg/SvgAltGlyph.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAltGlyphDef.java b/src/main/java/org/htmlunit/svg/SvgAltGlyphDef.java
index 6a532515e16..4b83a74d102 100644
--- a/src/main/java/org/htmlunit/svg/SvgAltGlyphDef.java
+++ b/src/main/java/org/htmlunit/svg/SvgAltGlyphDef.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAltGlyphItem.java b/src/main/java/org/htmlunit/svg/SvgAltGlyphItem.java
index f45c5a3cd21..e437da6c903 100644
--- a/src/main/java/org/htmlunit/svg/SvgAltGlyphItem.java
+++ b/src/main/java/org/htmlunit/svg/SvgAltGlyphItem.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAnchor.java b/src/main/java/org/htmlunit/svg/SvgAnchor.java
index dd1dd63b847..d30e2f53f9f 100644
--- a/src/main/java/org/htmlunit/svg/SvgAnchor.java
+++ b/src/main/java/org/htmlunit/svg/SvgAnchor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAnimate.java b/src/main/java/org/htmlunit/svg/SvgAnimate.java
index fb57c54d82b..2dd15f6bb25 100644
--- a/src/main/java/org/htmlunit/svg/SvgAnimate.java
+++ b/src/main/java/org/htmlunit/svg/SvgAnimate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAnimateColor.java b/src/main/java/org/htmlunit/svg/SvgAnimateColor.java
index eef3f944f4e..3a6de33379c 100644
--- a/src/main/java/org/htmlunit/svg/SvgAnimateColor.java
+++ b/src/main/java/org/htmlunit/svg/SvgAnimateColor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAnimateMotion.java b/src/main/java/org/htmlunit/svg/SvgAnimateMotion.java
index d4a35cdcc4c..430691b1f43 100644
--- a/src/main/java/org/htmlunit/svg/SvgAnimateMotion.java
+++ b/src/main/java/org/htmlunit/svg/SvgAnimateMotion.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgAnimateTransform.java b/src/main/java/org/htmlunit/svg/SvgAnimateTransform.java
index 65f0ba120c1..fd5a780262d 100644
--- a/src/main/java/org/htmlunit/svg/SvgAnimateTransform.java
+++ b/src/main/java/org/htmlunit/svg/SvgAnimateTransform.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgCircle.java b/src/main/java/org/htmlunit/svg/SvgCircle.java
index dd5b5f18eff..35eea9e30ca 100644
--- a/src/main/java/org/htmlunit/svg/SvgCircle.java
+++ b/src/main/java/org/htmlunit/svg/SvgCircle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgClipPath.java b/src/main/java/org/htmlunit/svg/SvgClipPath.java
index 9f795b390d5..660bc5e8191 100644
--- a/src/main/java/org/htmlunit/svg/SvgClipPath.java
+++ b/src/main/java/org/htmlunit/svg/SvgClipPath.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgColorProfile.java b/src/main/java/org/htmlunit/svg/SvgColorProfile.java
index df783f8243b..ca708fc6731 100644
--- a/src/main/java/org/htmlunit/svg/SvgColorProfile.java
+++ b/src/main/java/org/htmlunit/svg/SvgColorProfile.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgCursor.java b/src/main/java/org/htmlunit/svg/SvgCursor.java
index 218c15e61a6..d1216b21af3 100644
--- a/src/main/java/org/htmlunit/svg/SvgCursor.java
+++ b/src/main/java/org/htmlunit/svg/SvgCursor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgDefs.java b/src/main/java/org/htmlunit/svg/SvgDefs.java
index 25ee939ca89..8857c99c67b 100644
--- a/src/main/java/org/htmlunit/svg/SvgDefs.java
+++ b/src/main/java/org/htmlunit/svg/SvgDefs.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgDesc.java b/src/main/java/org/htmlunit/svg/SvgDesc.java
index 0be568de797..15b5b9e3503 100644
--- a/src/main/java/org/htmlunit/svg/SvgDesc.java
+++ b/src/main/java/org/htmlunit/svg/SvgDesc.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgElement.java b/src/main/java/org/htmlunit/svg/SvgElement.java
index fb59f7905f5..a5e13326512 100644
--- a/src/main/java/org/htmlunit/svg/SvgElement.java
+++ b/src/main/java/org/htmlunit/svg/SvgElement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgElementFactory.java b/src/main/java/org/htmlunit/svg/SvgElementFactory.java
index ec55c81b8b2..ae7aad1a061 100644
--- a/src/main/java/org/htmlunit/svg/SvgElementFactory.java
+++ b/src/main/java/org/htmlunit/svg/SvgElementFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgEllipse.java b/src/main/java/org/htmlunit/svg/SvgEllipse.java
index 25012f81741..8321528b5a0 100644
--- a/src/main/java/org/htmlunit/svg/SvgEllipse.java
+++ b/src/main/java/org/htmlunit/svg/SvgEllipse.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeBlend.java b/src/main/java/org/htmlunit/svg/SvgFeBlend.java
index 6169924adf4..059c1fefdc3 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeBlend.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeBlend.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeColorMatrix.java b/src/main/java/org/htmlunit/svg/SvgFeColorMatrix.java
index 472b4e188d9..ffc3275210d 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeColorMatrix.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeColorMatrix.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeComponentTransfer.java b/src/main/java/org/htmlunit/svg/SvgFeComponentTransfer.java
index 124b6f434b1..d6a85df6100 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeComponentTransfer.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeComponentTransfer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeComposite.java b/src/main/java/org/htmlunit/svg/SvgFeComposite.java
index 1cdbb84329a..48e4bb7233a 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeComposite.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeComposite.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeConvolveMatrix.java b/src/main/java/org/htmlunit/svg/SvgFeConvolveMatrix.java
index e9ea471e994..bcf3bc82d58 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeConvolveMatrix.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeConvolveMatrix.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java b/src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java
index 663f6e1c2ac..83129950b64 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeDiffuseLighting.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeDisplacementMap.java b/src/main/java/org/htmlunit/svg/SvgFeDisplacementMap.java
index a27b36445af..70356b19177 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeDisplacementMap.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeDisplacementMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeDistantLight.java b/src/main/java/org/htmlunit/svg/SvgFeDistantLight.java
index 84b33c18d03..e2ca7a3346d 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeDistantLight.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeDistantLight.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeFlood.java b/src/main/java/org/htmlunit/svg/SvgFeFlood.java
index 4e1cba2956d..70289549939 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeFlood.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeFlood.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeFuncA.java b/src/main/java/org/htmlunit/svg/SvgFeFuncA.java
index daf59fabe1a..379b4213a5a 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeFuncA.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeFuncA.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeFuncB.java b/src/main/java/org/htmlunit/svg/SvgFeFuncB.java
index 8021c7c15a0..b4a2f21f53e 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeFuncB.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeFuncB.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeFuncG.java b/src/main/java/org/htmlunit/svg/SvgFeFuncG.java
index d8e04d0434c..fcb704b0fd4 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeFuncG.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeFuncG.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeFuncR.java b/src/main/java/org/htmlunit/svg/SvgFeFuncR.java
index 53d773547a3..de61ad99dc9 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeFuncR.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeFuncR.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeGaussianBlur.java b/src/main/java/org/htmlunit/svg/SvgFeGaussianBlur.java
index 07563325663..f95fc897ccc 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeGaussianBlur.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeGaussianBlur.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeImage.java b/src/main/java/org/htmlunit/svg/SvgFeImage.java
index a22ece01e89..9e100836151 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeImage.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeImage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeMerge.java b/src/main/java/org/htmlunit/svg/SvgFeMerge.java
index 507bba3d10d..40c2490a09d 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeMerge.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeMerge.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeMergeNode.java b/src/main/java/org/htmlunit/svg/SvgFeMergeNode.java
index b4936b78602..a54f5e7f8d4 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeMergeNode.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeMergeNode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeMorphology.java b/src/main/java/org/htmlunit/svg/SvgFeMorphology.java
index 15476b71311..fdbacb8584e 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeMorphology.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeMorphology.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeOffset.java b/src/main/java/org/htmlunit/svg/SvgFeOffset.java
index c1cf25117f3..3ecba3e0fdf 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeOffset.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeOffset.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFePointLight.java b/src/main/java/org/htmlunit/svg/SvgFePointLight.java
index 5918ba2b8c7..f460be23a61 100644
--- a/src/main/java/org/htmlunit/svg/SvgFePointLight.java
+++ b/src/main/java/org/htmlunit/svg/SvgFePointLight.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeSpecularLighting.java b/src/main/java/org/htmlunit/svg/SvgFeSpecularLighting.java
index 1b7ad69f5b7..f9e90917de1 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeSpecularLighting.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeSpecularLighting.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeSpotLight.java b/src/main/java/org/htmlunit/svg/SvgFeSpotLight.java
index 30121ccd203..6d28f616fe6 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeSpotLight.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeSpotLight.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeTile.java b/src/main/java/org/htmlunit/svg/SvgFeTile.java
index 17cf091c3ce..8140bceaae9 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeTile.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeTile.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFeTurbulence.java b/src/main/java/org/htmlunit/svg/SvgFeTurbulence.java
index 05bec53dd7f..046bfbcdca0 100644
--- a/src/main/java/org/htmlunit/svg/SvgFeTurbulence.java
+++ b/src/main/java/org/htmlunit/svg/SvgFeTurbulence.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFilter.java b/src/main/java/org/htmlunit/svg/SvgFilter.java
index ba0485ede63..d3a2ff5558f 100644
--- a/src/main/java/org/htmlunit/svg/SvgFilter.java
+++ b/src/main/java/org/htmlunit/svg/SvgFilter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFont.java b/src/main/java/org/htmlunit/svg/SvgFont.java
index d4e40b02395..0ae085c8374 100644
--- a/src/main/java/org/htmlunit/svg/SvgFont.java
+++ b/src/main/java/org/htmlunit/svg/SvgFont.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFontFace.java b/src/main/java/org/htmlunit/svg/SvgFontFace.java
index c794c2b4ebe..dff87b33568 100644
--- a/src/main/java/org/htmlunit/svg/SvgFontFace.java
+++ b/src/main/java/org/htmlunit/svg/SvgFontFace.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFontFaceFormat.java b/src/main/java/org/htmlunit/svg/SvgFontFaceFormat.java
index e03940d65df..a468bd28b67 100644
--- a/src/main/java/org/htmlunit/svg/SvgFontFaceFormat.java
+++ b/src/main/java/org/htmlunit/svg/SvgFontFaceFormat.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFontFaceName.java b/src/main/java/org/htmlunit/svg/SvgFontFaceName.java
index dde332af1e1..228edd97afc 100644
--- a/src/main/java/org/htmlunit/svg/SvgFontFaceName.java
+++ b/src/main/java/org/htmlunit/svg/SvgFontFaceName.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFontFaceSrc.java b/src/main/java/org/htmlunit/svg/SvgFontFaceSrc.java
index c40838632ef..cab280ed5ce 100644
--- a/src/main/java/org/htmlunit/svg/SvgFontFaceSrc.java
+++ b/src/main/java/org/htmlunit/svg/SvgFontFaceSrc.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgFontFaceURI.java b/src/main/java/org/htmlunit/svg/SvgFontFaceURI.java
index fa6de0e2801..ce4677f6c42 100644
--- a/src/main/java/org/htmlunit/svg/SvgFontFaceURI.java
+++ b/src/main/java/org/htmlunit/svg/SvgFontFaceURI.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgForeignObject.java b/src/main/java/org/htmlunit/svg/SvgForeignObject.java
index 012724f56de..c073faec742 100644
--- a/src/main/java/org/htmlunit/svg/SvgForeignObject.java
+++ b/src/main/java/org/htmlunit/svg/SvgForeignObject.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgGlyph.java b/src/main/java/org/htmlunit/svg/SvgGlyph.java
index 63e2e96db10..a6cd46b4b5f 100644
--- a/src/main/java/org/htmlunit/svg/SvgGlyph.java
+++ b/src/main/java/org/htmlunit/svg/SvgGlyph.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgGlyphRef.java b/src/main/java/org/htmlunit/svg/SvgGlyphRef.java
index 41265c7bc46..ffa700e26fb 100644
--- a/src/main/java/org/htmlunit/svg/SvgGlyphRef.java
+++ b/src/main/java/org/htmlunit/svg/SvgGlyphRef.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgGroup.java b/src/main/java/org/htmlunit/svg/SvgGroup.java
index c9306569d42..1e5c8c6a641 100644
--- a/src/main/java/org/htmlunit/svg/SvgGroup.java
+++ b/src/main/java/org/htmlunit/svg/SvgGroup.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgHKern.java b/src/main/java/org/htmlunit/svg/SvgHKern.java
index 8d8b5a8b05b..dbdf2dae253 100644
--- a/src/main/java/org/htmlunit/svg/SvgHKern.java
+++ b/src/main/java/org/htmlunit/svg/SvgHKern.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgImage.java b/src/main/java/org/htmlunit/svg/SvgImage.java
index be8e7fdafdf..0929898c284 100644
--- a/src/main/java/org/htmlunit/svg/SvgImage.java
+++ b/src/main/java/org/htmlunit/svg/SvgImage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgLine.java b/src/main/java/org/htmlunit/svg/SvgLine.java
index 3a6a10d34fe..278d9863c78 100644
--- a/src/main/java/org/htmlunit/svg/SvgLine.java
+++ b/src/main/java/org/htmlunit/svg/SvgLine.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgLinearGradient.java b/src/main/java/org/htmlunit/svg/SvgLinearGradient.java
index 4fcab782db1..c2ccb38805b 100644
--- a/src/main/java/org/htmlunit/svg/SvgLinearGradient.java
+++ b/src/main/java/org/htmlunit/svg/SvgLinearGradient.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgMPath.java b/src/main/java/org/htmlunit/svg/SvgMPath.java
index 83e69760ad7..debb6167fc5 100644
--- a/src/main/java/org/htmlunit/svg/SvgMPath.java
+++ b/src/main/java/org/htmlunit/svg/SvgMPath.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgMarker.java b/src/main/java/org/htmlunit/svg/SvgMarker.java
index ffa6d792b35..25834eda795 100644
--- a/src/main/java/org/htmlunit/svg/SvgMarker.java
+++ b/src/main/java/org/htmlunit/svg/SvgMarker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgMask.java b/src/main/java/org/htmlunit/svg/SvgMask.java
index 17846122d05..4949cd4a2d8 100644
--- a/src/main/java/org/htmlunit/svg/SvgMask.java
+++ b/src/main/java/org/htmlunit/svg/SvgMask.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgMetadata.java b/src/main/java/org/htmlunit/svg/SvgMetadata.java
index 47cc9d648c9..1ef3ef4c374 100644
--- a/src/main/java/org/htmlunit/svg/SvgMetadata.java
+++ b/src/main/java/org/htmlunit/svg/SvgMetadata.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgMissingGlyph.java b/src/main/java/org/htmlunit/svg/SvgMissingGlyph.java
index 801fdd593a8..7563f72aeab 100644
--- a/src/main/java/org/htmlunit/svg/SvgMissingGlyph.java
+++ b/src/main/java/org/htmlunit/svg/SvgMissingGlyph.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgPath.java b/src/main/java/org/htmlunit/svg/SvgPath.java
index 4e916cafd95..0536b8ccd66 100644
--- a/src/main/java/org/htmlunit/svg/SvgPath.java
+++ b/src/main/java/org/htmlunit/svg/SvgPath.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgPattern.java b/src/main/java/org/htmlunit/svg/SvgPattern.java
index 226bf003afd..1c122354169 100644
--- a/src/main/java/org/htmlunit/svg/SvgPattern.java
+++ b/src/main/java/org/htmlunit/svg/SvgPattern.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgPolygon.java b/src/main/java/org/htmlunit/svg/SvgPolygon.java
index a78b6e5d87e..29f0732c864 100644
--- a/src/main/java/org/htmlunit/svg/SvgPolygon.java
+++ b/src/main/java/org/htmlunit/svg/SvgPolygon.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgPolyline.java b/src/main/java/org/htmlunit/svg/SvgPolyline.java
index 40a541e0cd5..62c7930c8a7 100644
--- a/src/main/java/org/htmlunit/svg/SvgPolyline.java
+++ b/src/main/java/org/htmlunit/svg/SvgPolyline.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgRadialGradient.java b/src/main/java/org/htmlunit/svg/SvgRadialGradient.java
index a35b8537a78..bf2ba7041e8 100644
--- a/src/main/java/org/htmlunit/svg/SvgRadialGradient.java
+++ b/src/main/java/org/htmlunit/svg/SvgRadialGradient.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgRect.java b/src/main/java/org/htmlunit/svg/SvgRect.java
index 53fbde3dc94..bde80d7b3bb 100644
--- a/src/main/java/org/htmlunit/svg/SvgRect.java
+++ b/src/main/java/org/htmlunit/svg/SvgRect.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgScript.java b/src/main/java/org/htmlunit/svg/SvgScript.java
index 1309894d0f3..73a0b4a6fa0 100644
--- a/src/main/java/org/htmlunit/svg/SvgScript.java
+++ b/src/main/java/org/htmlunit/svg/SvgScript.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgSet.java b/src/main/java/org/htmlunit/svg/SvgSet.java
index 01083bcc080..671bd04878d 100644
--- a/src/main/java/org/htmlunit/svg/SvgSet.java
+++ b/src/main/java/org/htmlunit/svg/SvgSet.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgStop.java b/src/main/java/org/htmlunit/svg/SvgStop.java
index 18315f62b0c..829d6d330bb 100644
--- a/src/main/java/org/htmlunit/svg/SvgStop.java
+++ b/src/main/java/org/htmlunit/svg/SvgStop.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgStyle.java b/src/main/java/org/htmlunit/svg/SvgStyle.java
index b66531e874f..c3dcc946035 100644
--- a/src/main/java/org/htmlunit/svg/SvgStyle.java
+++ b/src/main/java/org/htmlunit/svg/SvgStyle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgSwitch.java b/src/main/java/org/htmlunit/svg/SvgSwitch.java
index 5064216802b..bcfa1dfeee9 100644
--- a/src/main/java/org/htmlunit/svg/SvgSwitch.java
+++ b/src/main/java/org/htmlunit/svg/SvgSwitch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgSymbol.java b/src/main/java/org/htmlunit/svg/SvgSymbol.java
index 25dae00d595..1908ef0afec 100644
--- a/src/main/java/org/htmlunit/svg/SvgSymbol.java
+++ b/src/main/java/org/htmlunit/svg/SvgSymbol.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgTRef.java b/src/main/java/org/htmlunit/svg/SvgTRef.java
index 62dd2930b61..d296571ec22 100644
--- a/src/main/java/org/htmlunit/svg/SvgTRef.java
+++ b/src/main/java/org/htmlunit/svg/SvgTRef.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgTSpan.java b/src/main/java/org/htmlunit/svg/SvgTSpan.java
index d7344fc9af4..369360e38dd 100644
--- a/src/main/java/org/htmlunit/svg/SvgTSpan.java
+++ b/src/main/java/org/htmlunit/svg/SvgTSpan.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgText.java b/src/main/java/org/htmlunit/svg/SvgText.java
index ca19ca2915b..de46a3a2ff3 100644
--- a/src/main/java/org/htmlunit/svg/SvgText.java
+++ b/src/main/java/org/htmlunit/svg/SvgText.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgTextPath.java b/src/main/java/org/htmlunit/svg/SvgTextPath.java
index e59acb508b5..b0819f6ce0a 100644
--- a/src/main/java/org/htmlunit/svg/SvgTextPath.java
+++ b/src/main/java/org/htmlunit/svg/SvgTextPath.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgTitle.java b/src/main/java/org/htmlunit/svg/SvgTitle.java
index 5a2fabcba2e..4c807777d37 100644
--- a/src/main/java/org/htmlunit/svg/SvgTitle.java
+++ b/src/main/java/org/htmlunit/svg/SvgTitle.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgUse.java b/src/main/java/org/htmlunit/svg/SvgUse.java
index 00431e70f97..9e6a9a86507 100644
--- a/src/main/java/org/htmlunit/svg/SvgUse.java
+++ b/src/main/java/org/htmlunit/svg/SvgUse.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgVKern.java b/src/main/java/org/htmlunit/svg/SvgVKern.java
index 7e67b064bd3..d5ea47317e1 100644
--- a/src/main/java/org/htmlunit/svg/SvgVKern.java
+++ b/src/main/java/org/htmlunit/svg/SvgVKern.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/SvgView.java b/src/main/java/org/htmlunit/svg/SvgView.java
index dca3ebf6845..56fc0fc4bbe 100644
--- a/src/main/java/org/htmlunit/svg/SvgView.java
+++ b/src/main/java/org/htmlunit/svg/SvgView.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/svg/package-info.java b/src/main/java/org/htmlunit/svg/package-info.java
index 5c802cdc9d5..77fa20fbeda 100644
--- a/src/main/java/org/htmlunit/svg/package-info.java
+++ b/src/main/java/org/htmlunit/svg/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/ArrayUtils.java b/src/main/java/org/htmlunit/util/ArrayUtils.java
index 25584b80975..9fc63befe51 100644
--- a/src/main/java/org/htmlunit/util/ArrayUtils.java
+++ b/src/main/java/org/htmlunit/util/ArrayUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/Cookie.java b/src/main/java/org/htmlunit/util/Cookie.java
index aa03e311701..701a76cbb13 100644
--- a/src/main/java/org/htmlunit/util/Cookie.java
+++ b/src/main/java/org/htmlunit/util/Cookie.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/DebuggingWebConnection.java b/src/main/java/org/htmlunit/util/DebuggingWebConnection.java
index 70acc010b68..2f9f9a413c8 100644
--- a/src/main/java/org/htmlunit/util/DebuggingWebConnection.java
+++ b/src/main/java/org/htmlunit/util/DebuggingWebConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/EncodingSniffer.java b/src/main/java/org/htmlunit/util/EncodingSniffer.java
index 963fe3ca5f7..5121d98160e 100644
--- a/src/main/java/org/htmlunit/util/EncodingSniffer.java
+++ b/src/main/java/org/htmlunit/util/EncodingSniffer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/FalsifyingWebConnection.java b/src/main/java/org/htmlunit/util/FalsifyingWebConnection.java
index 2dfc18c89a5..ff2aaa88ebb 100644
--- a/src/main/java/org/htmlunit/util/FalsifyingWebConnection.java
+++ b/src/main/java/org/htmlunit/util/FalsifyingWebConnection.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/HeaderUtils.java b/src/main/java/org/htmlunit/util/HeaderUtils.java
index f9bb3d91887..c24e8f0a59f 100644
--- a/src/main/java/org/htmlunit/util/HeaderUtils.java
+++ b/src/main/java/org/htmlunit/util/HeaderUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/KeyDataPair.java b/src/main/java/org/htmlunit/util/KeyDataPair.java
index 3fdbfac2365..124ba2ad21d 100644
--- a/src/main/java/org/htmlunit/util/KeyDataPair.java
+++ b/src/main/java/org/htmlunit/util/KeyDataPair.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/MimeType.java b/src/main/java/org/htmlunit/util/MimeType.java
index f8053580b49..c2dc8710623 100644
--- a/src/main/java/org/htmlunit/util/MimeType.java
+++ b/src/main/java/org/htmlunit/util/MimeType.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/NameValuePair.java b/src/main/java/org/htmlunit/util/NameValuePair.java
index 90c238bde7d..79d9e4fc22e 100644
--- a/src/main/java/org/htmlunit/util/NameValuePair.java
+++ b/src/main/java/org/htmlunit/util/NameValuePair.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/OrderedFastHashMap.java b/src/main/java/org/htmlunit/util/OrderedFastHashMap.java
index 76e793b6167..ba8c42d6805 100644
--- a/src/main/java/org/htmlunit/util/OrderedFastHashMap.java
+++ b/src/main/java/org/htmlunit/util/OrderedFastHashMap.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/SerializableLock.java b/src/main/java/org/htmlunit/util/SerializableLock.java
index 43a176790de..8a7442dfb17 100644
--- a/src/main/java/org/htmlunit/util/SerializableLock.java
+++ b/src/main/java/org/htmlunit/util/SerializableLock.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/StringUtils.java b/src/main/java/org/htmlunit/util/StringUtils.java
index b5af9eafdb8..6e949e00d18 100644
--- a/src/main/java/org/htmlunit/util/StringUtils.java
+++ b/src/main/java/org/htmlunit/util/StringUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/UrlUtils.java b/src/main/java/org/htmlunit/util/UrlUtils.java
index 619927ad336..f05c7b981be 100644
--- a/src/main/java/org/htmlunit/util/UrlUtils.java
+++ b/src/main/java/org/htmlunit/util/UrlUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/WebClientUtils.java b/src/main/java/org/htmlunit/util/WebClientUtils.java
index 472894b46f7..70264ceed47 100644
--- a/src/main/java/org/htmlunit/util/WebClientUtils.java
+++ b/src/main/java/org/htmlunit/util/WebClientUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/WebConnectionWrapper.java b/src/main/java/org/htmlunit/util/WebConnectionWrapper.java
index 7fc98376fb5..5a676e3d5e3 100644
--- a/src/main/java/org/htmlunit/util/WebConnectionWrapper.java
+++ b/src/main/java/org/htmlunit/util/WebConnectionWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/WebResponseWrapper.java b/src/main/java/org/htmlunit/util/WebResponseWrapper.java
index 3a91f6eee96..58ed2bdeb05 100644
--- a/src/main/java/org/htmlunit/util/WebResponseWrapper.java
+++ b/src/main/java/org/htmlunit/util/WebResponseWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/XUserDefinedCharset.java b/src/main/java/org/htmlunit/util/XUserDefinedCharset.java
index 7fa89a8ba5d..2f47fe80d99 100644
--- a/src/main/java/org/htmlunit/util/XUserDefinedCharset.java
+++ b/src/main/java/org/htmlunit/util/XUserDefinedCharset.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/XmlUtils.java b/src/main/java/org/htmlunit/util/XmlUtils.java
index 876312e7a42..ae3ddd811be 100644
--- a/src/main/java/org/htmlunit/util/XmlUtils.java
+++ b/src/main/java/org/htmlunit/util/XmlUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/Circle2D.java b/src/main/java/org/htmlunit/util/geometry/Circle2D.java
index 71820ec000e..4942e2ec011 100644
--- a/src/main/java/org/htmlunit/util/geometry/Circle2D.java
+++ b/src/main/java/org/htmlunit/util/geometry/Circle2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/Line2D.java b/src/main/java/org/htmlunit/util/geometry/Line2D.java
index e76d30e2f7d..dd9b593eadb 100644
--- a/src/main/java/org/htmlunit/util/geometry/Line2D.java
+++ b/src/main/java/org/htmlunit/util/geometry/Line2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/Point2D.java b/src/main/java/org/htmlunit/util/geometry/Point2D.java
index 98f7dc71648..e0f65728a9c 100644
--- a/src/main/java/org/htmlunit/util/geometry/Point2D.java
+++ b/src/main/java/org/htmlunit/util/geometry/Point2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/Polygon2D.java b/src/main/java/org/htmlunit/util/geometry/Polygon2D.java
index 32787184f21..58c85ad8d1e 100644
--- a/src/main/java/org/htmlunit/util/geometry/Polygon2D.java
+++ b/src/main/java/org/htmlunit/util/geometry/Polygon2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/Rectangle2D.java b/src/main/java/org/htmlunit/util/geometry/Rectangle2D.java
index 35dee71069c..ebb3e82211b 100644
--- a/src/main/java/org/htmlunit/util/geometry/Rectangle2D.java
+++ b/src/main/java/org/htmlunit/util/geometry/Rectangle2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/Shape2D.java b/src/main/java/org/htmlunit/util/geometry/Shape2D.java
index 0a5abf75d4f..ec5de639981 100644
--- a/src/main/java/org/htmlunit/util/geometry/Shape2D.java
+++ b/src/main/java/org/htmlunit/util/geometry/Shape2D.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/geometry/package-info.java b/src/main/java/org/htmlunit/util/geometry/package-info.java
index 45004498f60..8e10ee6c51f 100644
--- a/src/main/java/org/htmlunit/util/geometry/package-info.java
+++ b/src/main/java/org/htmlunit/util/geometry/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/util/package-info.java b/src/main/java/org/htmlunit/util/package-info.java
index 85a3cbb1bee..ad827d44773 100644
--- a/src/main/java/org/htmlunit/util/package-info.java
+++ b/src/main/java/org/htmlunit/util/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/websocket/JettyWebSocketAdapter.java b/src/main/java/org/htmlunit/websocket/JettyWebSocketAdapter.java
index a49b3da42e0..aededd40da1 100644
--- a/src/main/java/org/htmlunit/websocket/JettyWebSocketAdapter.java
+++ b/src/main/java/org/htmlunit/websocket/JettyWebSocketAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/websocket/WebSocketAdapter.java b/src/main/java/org/htmlunit/websocket/WebSocketAdapter.java
index 7ecb454f9c3..07672d0ba41 100644
--- a/src/main/java/org/htmlunit/websocket/WebSocketAdapter.java
+++ b/src/main/java/org/htmlunit/websocket/WebSocketAdapter.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/websocket/WebSocketCookieStore.java b/src/main/java/org/htmlunit/websocket/WebSocketCookieStore.java
index 34a522ac7e5..667b6b60aae 100644
--- a/src/main/java/org/htmlunit/websocket/WebSocketCookieStore.java
+++ b/src/main/java/org/htmlunit/websocket/WebSocketCookieStore.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/websocket/package-info.java b/src/main/java/org/htmlunit/websocket/package-info.java
index 16a73b267b4..eaeb642b5a5 100644
--- a/src/main/java/org/htmlunit/websocket/package-info.java
+++ b/src/main/java/org/htmlunit/websocket/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/webstart/WebStartHandler.java b/src/main/java/org/htmlunit/webstart/WebStartHandler.java
index dde35ceaea9..38ead0ec8c3 100644
--- a/src/main/java/org/htmlunit/webstart/WebStartHandler.java
+++ b/src/main/java/org/htmlunit/webstart/WebStartHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/webstart/package-info.java b/src/main/java/org/htmlunit/webstart/package-info.java
index e7c2a29ea9e..2c4c2cfce01 100644
--- a/src/main/java/org/htmlunit/webstart/package-info.java
+++ b/src/main/java/org/htmlunit/webstart/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/xml/XmlPage.java b/src/main/java/org/htmlunit/xml/XmlPage.java
index aab5aa08246..f2bca56956b 100644
--- a/src/main/java/org/htmlunit/xml/XmlPage.java
+++ b/src/main/java/org/htmlunit/xml/XmlPage.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/main/java/org/htmlunit/xml/package-info.java b/src/main/java/org/htmlunit/xml/package-info.java
index ee348558b6c..463a78743c6 100644
--- a/src/main/java/org/htmlunit/xml/package-info.java
+++ b/src/main/java/org/htmlunit/xml/package-info.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/AbstractPageTest.java b/src/test/java/org/htmlunit/AbstractPageTest.java
index 0e1b38df936..ceae5fca9bd 100644
--- a/src/test/java/org/htmlunit/AbstractPageTest.java
+++ b/src/test/java/org/htmlunit/AbstractPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/BinaryPageTest.java b/src/test/java/org/htmlunit/BinaryPageTest.java
index 62277102b8b..3aaa5d1427f 100644
--- a/src/test/java/org/htmlunit/BinaryPageTest.java
+++ b/src/test/java/org/htmlunit/BinaryPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/BrowserRunnerTest.java b/src/test/java/org/htmlunit/BrowserRunnerTest.java
index aa02a1c4c64..467285fea3d 100644
--- a/src/test/java/org/htmlunit/BrowserRunnerTest.java
+++ b/src/test/java/org/htmlunit/BrowserRunnerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/BrowserVersion2Test.java b/src/test/java/org/htmlunit/BrowserVersion2Test.java
index 70bee6cb6a2..a5bf89c4535 100644
--- a/src/test/java/org/htmlunit/BrowserVersion2Test.java
+++ b/src/test/java/org/htmlunit/BrowserVersion2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/BrowserVersionFeaturesTest.java b/src/test/java/org/htmlunit/BrowserVersionFeaturesTest.java
index 0ad54fca509..4c5a36968fe 100644
--- a/src/test/java/org/htmlunit/BrowserVersionFeaturesTest.java
+++ b/src/test/java/org/htmlunit/BrowserVersionFeaturesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/BrowserVersionTest.java b/src/test/java/org/htmlunit/BrowserVersionTest.java
index ebdeac1c2c4..a74d00fb817 100644
--- a/src/test/java/org/htmlunit/BrowserVersionTest.java
+++ b/src/test/java/org/htmlunit/BrowserVersionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CacheTest.java b/src/test/java/org/htmlunit/CacheTest.java
index bfb29b9c7bc..9aca1a0407f 100644
--- a/src/test/java/org/htmlunit/CacheTest.java
+++ b/src/test/java/org/htmlunit/CacheTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CodeStyleTest.java b/src/test/java/org/htmlunit/CodeStyleTest.java
index 15cf2eaa059..88343c018ac 100644
--- a/src/test/java/org/htmlunit/CodeStyleTest.java
+++ b/src/test/java/org/htmlunit/CodeStyleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CookieManager2Test.java b/src/test/java/org/htmlunit/CookieManager2Test.java
index df8c1c96fd3..915d1c6f755 100644
--- a/src/test/java/org/htmlunit/CookieManager2Test.java
+++ b/src/test/java/org/htmlunit/CookieManager2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CookieManager3Test.java b/src/test/java/org/htmlunit/CookieManager3Test.java
index c5701afe7cb..16f46c56678 100644
--- a/src/test/java/org/htmlunit/CookieManager3Test.java
+++ b/src/test/java/org/htmlunit/CookieManager3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CookieManager4Test.java b/src/test/java/org/htmlunit/CookieManager4Test.java
index 1ef6898541e..50ec34e77ca 100644
--- a/src/test/java/org/htmlunit/CookieManager4Test.java
+++ b/src/test/java/org/htmlunit/CookieManager4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CookieManager5Test.java b/src/test/java/org/htmlunit/CookieManager5Test.java
index 79f49ea6873..19f53a7d7d6 100644
--- a/src/test/java/org/htmlunit/CookieManager5Test.java
+++ b/src/test/java/org/htmlunit/CookieManager5Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/CookieManagerTest.java b/src/test/java/org/htmlunit/CookieManagerTest.java
index bc82c12763c..52c7aa89420 100644
--- a/src/test/java/org/htmlunit/CookieManagerTest.java
+++ b/src/test/java/org/htmlunit/CookieManagerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/DefaultCredentialsProvider2Test.java b/src/test/java/org/htmlunit/DefaultCredentialsProvider2Test.java
index d3a8ff56164..724f6cf9bd0 100644
--- a/src/test/java/org/htmlunit/DefaultCredentialsProvider2Test.java
+++ b/src/test/java/org/htmlunit/DefaultCredentialsProvider2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/DefaultCredentialsProvider3Test.java b/src/test/java/org/htmlunit/DefaultCredentialsProvider3Test.java
index 9a877d814ed..488e86bc660 100644
--- a/src/test/java/org/htmlunit/DefaultCredentialsProvider3Test.java
+++ b/src/test/java/org/htmlunit/DefaultCredentialsProvider3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/DefaultCredentialsProviderTest.java b/src/test/java/org/htmlunit/DefaultCredentialsProviderTest.java
index eaee4983def..926a37126cf 100644
--- a/src/test/java/org/htmlunit/DefaultCredentialsProviderTest.java
+++ b/src/test/java/org/htmlunit/DefaultCredentialsProviderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/DefaultPageCreator2Test.java b/src/test/java/org/htmlunit/DefaultPageCreator2Test.java
index 27037f35078..0b926ffb143 100644
--- a/src/test/java/org/htmlunit/DefaultPageCreator2Test.java
+++ b/src/test/java/org/htmlunit/DefaultPageCreator2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/DefaultPageCreatorTest.java b/src/test/java/org/htmlunit/DefaultPageCreatorTest.java
index a3330db0e62..e5c7ee169eb 100644
--- a/src/test/java/org/htmlunit/DefaultPageCreatorTest.java
+++ b/src/test/java/org/htmlunit/DefaultPageCreatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ErrorOutputChecker.java b/src/test/java/org/htmlunit/ErrorOutputChecker.java
index a56b4c1733a..df1b0c04c94 100644
--- a/src/test/java/org/htmlunit/ErrorOutputChecker.java
+++ b/src/test/java/org/htmlunit/ErrorOutputChecker.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ErrorOutputCheckerTest.java b/src/test/java/org/htmlunit/ErrorOutputCheckerTest.java
index ada43a13ed6..c9f8b0b347a 100644
--- a/src/test/java/org/htmlunit/ErrorOutputCheckerTest.java
+++ b/src/test/java/org/htmlunit/ErrorOutputCheckerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ExternalTest.java b/src/test/java/org/htmlunit/ExternalTest.java
index 34c7fb6d883..3d6b5383d03 100644
--- a/src/test/java/org/htmlunit/ExternalTest.java
+++ b/src/test/java/org/htmlunit/ExternalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/FailingHttpStatusCodeExceptionTest.java b/src/test/java/org/htmlunit/FailingHttpStatusCodeExceptionTest.java
index 11ff61cb9de..1e90c232b7a 100644
--- a/src/test/java/org/htmlunit/FailingHttpStatusCodeExceptionTest.java
+++ b/src/test/java/org/htmlunit/FailingHttpStatusCodeExceptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/History2Test.java b/src/test/java/org/htmlunit/History2Test.java
index 608e06eaec8..87d9001cf13 100644
--- a/src/test/java/org/htmlunit/History2Test.java
+++ b/src/test/java/org/htmlunit/History2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HistoryTest.java b/src/test/java/org/htmlunit/HistoryTest.java
index 5f262d870fb..da9ceee8d4b 100644
--- a/src/test/java/org/htmlunit/HistoryTest.java
+++ b/src/test/java/org/htmlunit/HistoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnection2Test.java b/src/test/java/org/htmlunit/HttpWebConnection2Test.java
index ec4a96ec005..e74949b8b9a 100644
--- a/src/test/java/org/htmlunit/HttpWebConnection2Test.java
+++ b/src/test/java/org/htmlunit/HttpWebConnection2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnection3Test.java b/src/test/java/org/htmlunit/HttpWebConnection3Test.java
index b5c7319f66c..ea0cb8848fc 100644
--- a/src/test/java/org/htmlunit/HttpWebConnection3Test.java
+++ b/src/test/java/org/htmlunit/HttpWebConnection3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLTest.java b/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLTest.java
index cc622a7edbd..b62022bb4f9 100644
--- a/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLTest.java
+++ b/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLWithClientCertificateTest.java b/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLWithClientCertificateTest.java
index 197fa70a0f4..3c7013da406 100644
--- a/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLWithClientCertificateTest.java
+++ b/src/test/java/org/htmlunit/HttpWebConnectionInsecureSSLWithClientCertificateTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnectionProxyTest.java b/src/test/java/org/htmlunit/HttpWebConnectionProxyTest.java
index 84236df65dc..df47e09a647 100644
--- a/src/test/java/org/htmlunit/HttpWebConnectionProxyTest.java
+++ b/src/test/java/org/htmlunit/HttpWebConnectionProxyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnectionTest.java b/src/test/java/org/htmlunit/HttpWebConnectionTest.java
index 9dd4f7a155c..804d72e53b5 100644
--- a/src/test/java/org/htmlunit/HttpWebConnectionTest.java
+++ b/src/test/java/org/htmlunit/HttpWebConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/HttpWebConnectionTruststoreTest.java b/src/test/java/org/htmlunit/HttpWebConnectionTruststoreTest.java
index d72fa3f7342..f0f739a7b3c 100644
--- a/src/test/java/org/htmlunit/HttpWebConnectionTruststoreTest.java
+++ b/src/test/java/org/htmlunit/HttpWebConnectionTruststoreTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ImmediateRefreshHandlerTest.java b/src/test/java/org/htmlunit/ImmediateRefreshHandlerTest.java
index a113b9d9b18..2ee33ab312d 100644
--- a/src/test/java/org/htmlunit/ImmediateRefreshHandlerTest.java
+++ b/src/test/java/org/htmlunit/ImmediateRefreshHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/IncorrectnessListenerTest.java b/src/test/java/org/htmlunit/IncorrectnessListenerTest.java
index f1e355df3bd..996c6e68fb4 100644
--- a/src/test/java/org/htmlunit/IncorrectnessListenerTest.java
+++ b/src/test/java/org/htmlunit/IncorrectnessListenerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/MiniServer.java b/src/test/java/org/htmlunit/MiniServer.java
index a36cdc8d2ab..6e22eaf30b7 100644
--- a/src/test/java/org/htmlunit/MiniServer.java
+++ b/src/test/java/org/htmlunit/MiniServer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/MockWebConnectionTest.java b/src/test/java/org/htmlunit/MockWebConnectionTest.java
index 4b2784d7c82..d1a97b540ff 100644
--- a/src/test/java/org/htmlunit/MockWebConnectionTest.java
+++ b/src/test/java/org/htmlunit/MockWebConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/NiceRefreshHandlerTest.java b/src/test/java/org/htmlunit/NiceRefreshHandlerTest.java
index de64339a37d..a4071e20725 100644
--- a/src/test/java/org/htmlunit/NiceRefreshHandlerTest.java
+++ b/src/test/java/org/htmlunit/NiceRefreshHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/NicelyResynchronizingAjaxControllerTest.java b/src/test/java/org/htmlunit/NicelyResynchronizingAjaxControllerTest.java
index 9607ff8bbfa..91137f61f9e 100644
--- a/src/test/java/org/htmlunit/NicelyResynchronizingAjaxControllerTest.java
+++ b/src/test/java/org/htmlunit/NicelyResynchronizingAjaxControllerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/NoHttpResponseTest.java b/src/test/java/org/htmlunit/NoHttpResponseTest.java
index 1ef0df8478e..ec87af43283 100644
--- a/src/test/java/org/htmlunit/NoHttpResponseTest.java
+++ b/src/test/java/org/htmlunit/NoHttpResponseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/NotYetImplementedTest.java b/src/test/java/org/htmlunit/NotYetImplementedTest.java
index 4a86c5d829f..33f452acd72 100644
--- a/src/test/java/org/htmlunit/NotYetImplementedTest.java
+++ b/src/test/java/org/htmlunit/NotYetImplementedTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ObjectInstantiationExceptionTest.java b/src/test/java/org/htmlunit/ObjectInstantiationExceptionTest.java
index 83486b76e4e..e393bfa3ced 100644
--- a/src/test/java/org/htmlunit/ObjectInstantiationExceptionTest.java
+++ b/src/test/java/org/htmlunit/ObjectInstantiationExceptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/PageReloadTest.java b/src/test/java/org/htmlunit/PageReloadTest.java
index 0d2f1e7bb1c..c862bf30787 100644
--- a/src/test/java/org/htmlunit/PageReloadTest.java
+++ b/src/test/java/org/htmlunit/PageReloadTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/PrimitiveWebServer.java b/src/test/java/org/htmlunit/PrimitiveWebServer.java
index 6100a8304a8..c56e1650ff3 100644
--- a/src/test/java/org/htmlunit/PrimitiveWebServer.java
+++ b/src/test/java/org/htmlunit/PrimitiveWebServer.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ScriptExceptionTest.java b/src/test/java/org/htmlunit/ScriptExceptionTest.java
index f6534045ee1..53f7a83c806 100644
--- a/src/test/java/org/htmlunit/ScriptExceptionTest.java
+++ b/src/test/java/org/htmlunit/ScriptExceptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/ScriptPreProcessorTest.java b/src/test/java/org/htmlunit/ScriptPreProcessorTest.java
index 2d66a5a9ea5..ef892f8bac4 100644
--- a/src/test/java/org/htmlunit/ScriptPreProcessorTest.java
+++ b/src/test/java/org/htmlunit/ScriptPreProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/SgmlPage2Test.java b/src/test/java/org/htmlunit/SgmlPage2Test.java
index 1ec03fba12b..8eeb8e8b949 100644
--- a/src/test/java/org/htmlunit/SgmlPage2Test.java
+++ b/src/test/java/org/htmlunit/SgmlPage2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/SgmlPageTest.java b/src/test/java/org/htmlunit/SgmlPageTest.java
index 6106f399580..e910deb747a 100644
--- a/src/test/java/org/htmlunit/SgmlPageTest.java
+++ b/src/test/java/org/htmlunit/SgmlPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/SimpleWebTestCase.java b/src/test/java/org/htmlunit/SimpleWebTestCase.java
index c8766ab7bcd..a5bef93a4d7 100644
--- a/src/test/java/org/htmlunit/SimpleWebTestCase.java
+++ b/src/test/java/org/htmlunit/SimpleWebTestCase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/SocksProxyTest.java b/src/test/java/org/htmlunit/SocksProxyTest.java
index d7245029997..f49e306b646 100644
--- a/src/test/java/org/htmlunit/SocksProxyTest.java
+++ b/src/test/java/org/htmlunit/SocksProxyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/StorageHolderTest.java b/src/test/java/org/htmlunit/StorageHolderTest.java
index 6bf8cc41477..d1ace040a88 100644
--- a/src/test/java/org/htmlunit/StorageHolderTest.java
+++ b/src/test/java/org/htmlunit/StorageHolderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/StringWebResponseTest.java b/src/test/java/org/htmlunit/StringWebResponseTest.java
index 1ecb35b6fbd..aa18ba7af65 100644
--- a/src/test/java/org/htmlunit/StringWebResponseTest.java
+++ b/src/test/java/org/htmlunit/StringWebResponseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/TestCaseTest.java b/src/test/java/org/htmlunit/TestCaseTest.java
index 7afaf2c0656..3335c99b360 100644
--- a/src/test/java/org/htmlunit/TestCaseTest.java
+++ b/src/test/java/org/htmlunit/TestCaseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/TextPageTest.java b/src/test/java/org/htmlunit/TextPageTest.java
index 719f8da1687..8998c80227c 100644
--- a/src/test/java/org/htmlunit/TextPageTest.java
+++ b/src/test/java/org/htmlunit/TextPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/TopLevelWindowTest.java b/src/test/java/org/htmlunit/TopLevelWindowTest.java
index 51142b533f9..843c1231225 100644
--- a/src/test/java/org/htmlunit/TopLevelWindowTest.java
+++ b/src/test/java/org/htmlunit/TopLevelWindowTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/VersionTest.java b/src/test/java/org/htmlunit/VersionTest.java
index 2d07314dee9..39eb78e3864 100644
--- a/src/test/java/org/htmlunit/VersionTest.java
+++ b/src/test/java/org/htmlunit/VersionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WaitingRefreshHandlerTest.java b/src/test/java/org/htmlunit/WaitingRefreshHandlerTest.java
index 1f27d5f6464..57ab2265c59 100644
--- a/src/test/java/org/htmlunit/WaitingRefreshHandlerTest.java
+++ b/src/test/java/org/htmlunit/WaitingRefreshHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebAssertTest.java b/src/test/java/org/htmlunit/WebAssertTest.java
index d13722a3eb7..7727111fb4b 100644
--- a/src/test/java/org/htmlunit/WebAssertTest.java
+++ b/src/test/java/org/htmlunit/WebAssertTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient2Test.java b/src/test/java/org/htmlunit/WebClient2Test.java
index 2846ed9efee..c8f19f107d5 100644
--- a/src/test/java/org/htmlunit/WebClient2Test.java
+++ b/src/test/java/org/htmlunit/WebClient2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient3Test.java b/src/test/java/org/htmlunit/WebClient3Test.java
index 298dccdc477..0d5fd725786 100644
--- a/src/test/java/org/htmlunit/WebClient3Test.java
+++ b/src/test/java/org/htmlunit/WebClient3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient4Test.java b/src/test/java/org/htmlunit/WebClient4Test.java
index 99e1ff87ad0..65ae5bbead8 100644
--- a/src/test/java/org/htmlunit/WebClient4Test.java
+++ b/src/test/java/org/htmlunit/WebClient4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient5Test.java b/src/test/java/org/htmlunit/WebClient5Test.java
index fb33eb278f6..541125860b5 100644
--- a/src/test/java/org/htmlunit/WebClient5Test.java
+++ b/src/test/java/org/htmlunit/WebClient5Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient6Test.java b/src/test/java/org/htmlunit/WebClient6Test.java
index b9979d6cbc2..50ed8494ae7 100644
--- a/src/test/java/org/htmlunit/WebClient6Test.java
+++ b/src/test/java/org/htmlunit/WebClient6Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient7Test.java b/src/test/java/org/htmlunit/WebClient7Test.java
index 81073e3ab52..8bfa8df474d 100644
--- a/src/test/java/org/htmlunit/WebClient7Test.java
+++ b/src/test/java/org/htmlunit/WebClient7Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient8Test.java b/src/test/java/org/htmlunit/WebClient8Test.java
index 5d3de29667f..27d708313a1 100644
--- a/src/test/java/org/htmlunit/WebClient8Test.java
+++ b/src/test/java/org/htmlunit/WebClient8Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClient9Test.java b/src/test/java/org/htmlunit/WebClient9Test.java
index 90802dac309..bf58e14d809 100644
--- a/src/test/java/org/htmlunit/WebClient9Test.java
+++ b/src/test/java/org/htmlunit/WebClient9Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClientOptionsTest.java b/src/test/java/org/htmlunit/WebClientOptionsTest.java
index ce12272e638..d2af684c155 100644
--- a/src/test/java/org/htmlunit/WebClientOptionsTest.java
+++ b/src/test/java/org/htmlunit/WebClientOptionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClientTest.java b/src/test/java/org/htmlunit/WebClientTest.java
index f0a2afac0f5..90fd10072f8 100644
--- a/src/test/java/org/htmlunit/WebClientTest.java
+++ b/src/test/java/org/htmlunit/WebClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebClientWaitForBackgroundJobsTest.java b/src/test/java/org/htmlunit/WebClientWaitForBackgroundJobsTest.java
index 81e79ea3a8e..8b1b5ca7f15 100644
--- a/src/test/java/org/htmlunit/WebClientWaitForBackgroundJobsTest.java
+++ b/src/test/java/org/htmlunit/WebClientWaitForBackgroundJobsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebDriverTestCase.java b/src/test/java/org/htmlunit/WebDriverTestCase.java
index e1c2e2f09a6..ad5c21e0648 100644
--- a/src/test/java/org/htmlunit/WebDriverTestCase.java
+++ b/src/test/java/org/htmlunit/WebDriverTestCase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebRequest2Test.java b/src/test/java/org/htmlunit/WebRequest2Test.java
index 6a776fc3dc3..51e3056770b 100644
--- a/src/test/java/org/htmlunit/WebRequest2Test.java
+++ b/src/test/java/org/htmlunit/WebRequest2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebRequestTest.java b/src/test/java/org/htmlunit/WebRequestTest.java
index ac07ae40c53..ec9d572e1e1 100644
--- a/src/test/java/org/htmlunit/WebRequestTest.java
+++ b/src/test/java/org/htmlunit/WebRequestTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebResponse2Test.java b/src/test/java/org/htmlunit/WebResponse2Test.java
index 79f6c434fe4..94bc0867a60 100644
--- a/src/test/java/org/htmlunit/WebResponse2Test.java
+++ b/src/test/java/org/htmlunit/WebResponse2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebResponseData2Test.java b/src/test/java/org/htmlunit/WebResponseData2Test.java
index ba2687af019..00dca7c4bda 100644
--- a/src/test/java/org/htmlunit/WebResponseData2Test.java
+++ b/src/test/java/org/htmlunit/WebResponseData2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebResponseDataTest.java b/src/test/java/org/htmlunit/WebResponseDataTest.java
index 5b082206cae..1e3c7993252 100644
--- a/src/test/java/org/htmlunit/WebResponseDataTest.java
+++ b/src/test/java/org/htmlunit/WebResponseDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebResponseTest.java b/src/test/java/org/htmlunit/WebResponseTest.java
index 276be329ecb..6c600549495 100644
--- a/src/test/java/org/htmlunit/WebResponseTest.java
+++ b/src/test/java/org/htmlunit/WebResponseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebServerTestCase.java b/src/test/java/org/htmlunit/WebServerTestCase.java
index 86721dab290..ae4209c4dd2 100644
--- a/src/test/java/org/htmlunit/WebServerTestCase.java
+++ b/src/test/java/org/htmlunit/WebServerTestCase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebTestCase.java b/src/test/java/org/htmlunit/WebTestCase.java
index c1cb0b1fa47..9fdf2f2f21e 100644
--- a/src/test/java/org/htmlunit/WebTestCase.java
+++ b/src/test/java/org/htmlunit/WebTestCase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/WebWindowListenerTest.java b/src/test/java/org/htmlunit/WebWindowListenerTest.java
index 72c8b61350a..f2f1b48ddde 100644
--- a/src/test/java/org/htmlunit/WebWindowListenerTest.java
+++ b/src/test/java/org/htmlunit/WebWindowListenerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/annotations/StandardsMode.java b/src/test/java/org/htmlunit/annotations/StandardsMode.java
index 99e71abaee7..a4e4a845274 100644
--- a/src/test/java/org/htmlunit/annotations/StandardsMode.java
+++ b/src/test/java/org/htmlunit/annotations/StandardsMode.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/archunit/Architecture2Test.java b/src/test/java/org/htmlunit/archunit/Architecture2Test.java
index 02f04957838..7e9b5abf6fc 100644
--- a/src/test/java/org/htmlunit/archunit/Architecture2Test.java
+++ b/src/test/java/org/htmlunit/archunit/Architecture2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/archunit/ArchitectureTest.java b/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
index 97b4221dbbc..d2ff1690a22 100644
--- a/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
+++ b/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/attachment/AttachmentHandlerTest.java b/src/test/java/org/htmlunit/attachment/AttachmentHandlerTest.java
index d766d93504f..1640cd95a6f 100644
--- a/src/test/java/org/htmlunit/attachment/AttachmentHandlerTest.java
+++ b/src/test/java/org/htmlunit/attachment/AttachmentHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/attachment/AttachmentTest.java b/src/test/java/org/htmlunit/attachment/AttachmentTest.java
index 9a07c5822d2..c8fd245c649 100644
--- a/src/test/java/org/htmlunit/attachment/AttachmentTest.java
+++ b/src/test/java/org/htmlunit/attachment/AttachmentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/attachment/CollectingAttachmentHandlerTest.java b/src/test/java/org/htmlunit/attachment/CollectingAttachmentHandlerTest.java
index 1f6224babc6..cdd8d7f4007 100644
--- a/src/test/java/org/htmlunit/attachment/CollectingAttachmentHandlerTest.java
+++ b/src/test/java/org/htmlunit/attachment/CollectingAttachmentHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java b/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java
index 46c1745cc9d..3e5065fa3ee 100644
--- a/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java
+++ b/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/css/StyleAttributesIterable2Test.java b/src/test/java/org/htmlunit/css/StyleAttributesIterable2Test.java
index 183a10aeddb..0a75c44abba 100644
--- a/src/test/java/org/htmlunit/css/StyleAttributesIterable2Test.java
+++ b/src/test/java/org/htmlunit/css/StyleAttributesIterable2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/css/StyleAttributesIterableTest.java b/src/test/java/org/htmlunit/css/StyleAttributesIterableTest.java
index c758c5d034f..59752847e5e 100644
--- a/src/test/java/org/htmlunit/css/StyleAttributesIterableTest.java
+++ b/src/test/java/org/htmlunit/css/StyleAttributesIterableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/css/StyleAttributesTest.java b/src/test/java/org/htmlunit/css/StyleAttributesTest.java
index e79557803c6..ecf03cd4b7a 100644
--- a/src/test/java/org/htmlunit/css/StyleAttributesTest.java
+++ b/src/test/java/org/htmlunit/css/StyleAttributesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/doc/DetailsTest.java b/src/test/java/org/htmlunit/doc/DetailsTest.java
index 00a85acb3e8..f9c430827a3 100644
--- a/src/test/java/org/htmlunit/doc/DetailsTest.java
+++ b/src/test/java/org/htmlunit/doc/DetailsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/doc/DocumentationTests.java b/src/test/java/org/htmlunit/doc/DocumentationTests.java
index 286cae7c219..f50bee6ebde 100644
--- a/src/test/java/org/htmlunit/doc/DocumentationTests.java
+++ b/src/test/java/org/htmlunit/doc/DocumentationTests.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/doc/FaqTest.java b/src/test/java/org/htmlunit/doc/FaqTest.java
index b2009b21633..b0889d1dbea 100644
--- a/src/test/java/org/htmlunit/doc/FaqTest.java
+++ b/src/test/java/org/htmlunit/doc/FaqTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/doc/StorageHolderTest.java b/src/test/java/org/htmlunit/doc/StorageHolderTest.java
index 5dc0434cafa..eca2f2ce497 100644
--- a/src/test/java/org/htmlunit/doc/StorageHolderTest.java
+++ b/src/test/java/org/htmlunit/doc/StorageHolderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/doc/WebClientTest.java b/src/test/java/org/htmlunit/doc/WebClientTest.java
index c27ff0c2d15..a49e878bd6d 100644
--- a/src/test/java/org/htmlunit/doc/WebClientTest.java
+++ b/src/test/java/org/htmlunit/doc/WebClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/AbstractXMLHttpRequestEncodingTest.java b/src/test/java/org/htmlunit/encoding/AbstractXMLHttpRequestEncodingTest.java
index 1c0f84d95f4..61dde2094c2 100644
--- a/src/test/java/org/htmlunit/encoding/AbstractXMLHttpRequestEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/AbstractXMLHttpRequestEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/CssStyleSheetEncodingTest.java b/src/test/java/org/htmlunit/encoding/CssStyleSheetEncodingTest.java
index 76206d28531..b99ced24fad 100644
--- a/src/test/java/org/htmlunit/encoding/CssStyleSheetEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/CssStyleSheetEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/HtmlPageEncodingTest.java b/src/test/java/org/htmlunit/encoding/HtmlPageEncodingTest.java
index 0d2737564d7..8bb3e581316 100644
--- a/src/test/java/org/htmlunit/encoding/HtmlPageEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/HtmlPageEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/ScriptEncodingTest.java b/src/test/java/org/htmlunit/encoding/ScriptEncodingTest.java
index 52f0a7667ef..15a1f726ff2 100644
--- a/src/test/java/org/htmlunit/encoding/ScriptEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/ScriptEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsTextEncodingTest.java b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsTextEncodingTest.java
index 576a3af37ea..3c89e82095f 100644
--- a/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsTextEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsTextEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsXMLEncodingTest.java b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsXMLEncodingTest.java
index c6477ecdd58..9f9f2337dde 100644
--- a/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsXMLEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseAsXMLEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseTextEncodingTest.java b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseTextEncodingTest.java
index ce537445c96..3708b6f037c 100644
--- a/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseTextEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseTextEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseXMLEncodingTest.java b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseXMLEncodingTest.java
index 3094dff73a3..04a87b04468 100644
--- a/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseXMLEncodingTest.java
+++ b/src/test/java/org/htmlunit/encoding/XMLHttpRequestResponseXMLEncodingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/fuzzer/FuzzerTest.java b/src/test/java/org/htmlunit/fuzzer/FuzzerTest.java
index fc7af14813a..c6a59eea6f7 100644
--- a/src/test/java/org/htmlunit/fuzzer/FuzzerTest.java
+++ b/src/test/java/org/htmlunit/fuzzer/FuzzerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeClassNameTest.java b/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeClassNameTest.java
index 4f9afa0f184..e7ad2192a0d 100644
--- a/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeClassNameTest.java
+++ b/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeClassNameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeConstantsTest.java b/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeConstantsTest.java
index 5d929df73ec..28af25ab802 100644
--- a/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeConstantsTest.java
+++ b/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeConstantsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeTypeOfTest.java b/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeTypeOfTest.java
index 02d58f46f7f..0012183769d 100644
--- a/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeTypeOfTest.java
+++ b/src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeTypeOfTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementChildNodesTest.java b/src/test/java/org/htmlunit/general/ElementChildNodesTest.java
index a2b95e9b4fd..5e576acd705 100644
--- a/src/test/java/org/htmlunit/general/ElementChildNodesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementChildNodesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementClosesItselfTest.java b/src/test/java/org/htmlunit/general/ElementClosesItselfTest.java
index 877f70fab42..6183397d5c9 100644
--- a/src/test/java/org/htmlunit/general/ElementClosesItselfTest.java
+++ b/src/test/java/org/htmlunit/general/ElementClosesItselfTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementCreationTest.java b/src/test/java/org/htmlunit/general/ElementCreationTest.java
index 7d624d9b2dd..1778dac3fad 100644
--- a/src/test/java/org/htmlunit/general/ElementCreationTest.java
+++ b/src/test/java/org/htmlunit/general/ElementCreationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementDefaultStyleDisplayTest.java b/src/test/java/org/htmlunit/general/ElementDefaultStyleDisplayTest.java
index 51f947f8042..df56cf763a4 100644
--- a/src/test/java/org/htmlunit/general/ElementDefaultStyleDisplayTest.java
+++ b/src/test/java/org/htmlunit/general/ElementDefaultStyleDisplayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementOuterHtmlTest.java b/src/test/java/org/htmlunit/general/ElementOuterHtmlTest.java
index 0be22095299..71721a04d3a 100644
--- a/src/test/java/org/htmlunit/general/ElementOuterHtmlTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOuterHtmlTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
index 2e5286961f1..3910a1b12d1 100644
--- a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
index 82e4efe881b..78c64892508 100644
--- a/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/ElementPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
index 2699f9792ac..5ded9406c30 100644
--- a/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/HostClassNameTest.java b/src/test/java/org/htmlunit/general/HostClassNameTest.java
index ea3a54fef47..9f7ea4dfb2a 100644
--- a/src/test/java/org/htmlunit/general/HostClassNameTest.java
+++ b/src/test/java/org/htmlunit/general/HostClassNameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/HostConstantsTest.java b/src/test/java/org/htmlunit/general/HostConstantsTest.java
index 4de7c7d729f..f885d59d6fa 100644
--- a/src/test/java/org/htmlunit/general/HostConstantsTest.java
+++ b/src/test/java/org/htmlunit/general/HostConstantsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/HostConstructorTest.java b/src/test/java/org/htmlunit/general/HostConstructorTest.java
index 5236915c625..f0b29a93d5e 100644
--- a/src/test/java/org/htmlunit/general/HostConstructorTest.java
+++ b/src/test/java/org/htmlunit/general/HostConstructorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/HostExtractor.java b/src/test/java/org/htmlunit/general/HostExtractor.java
index f70969795bf..00402ffb5b8 100644
--- a/src/test/java/org/htmlunit/general/HostExtractor.java
+++ b/src/test/java/org/htmlunit/general/HostExtractor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/HostTestsTest.java b/src/test/java/org/htmlunit/general/HostTestsTest.java
index 05db3bc63fb..adecdadc7fb 100644
--- a/src/test/java/org/htmlunit/general/HostTestsTest.java
+++ b/src/test/java/org/htmlunit/general/HostTestsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/HostTypeOfTest.java b/src/test/java/org/htmlunit/general/HostTypeOfTest.java
index 6a810bc4ddd..4ee8217f147 100644
--- a/src/test/java/org/htmlunit/general/HostTypeOfTest.java
+++ b/src/test/java/org/htmlunit/general/HostTypeOfTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/ElementClosesElementTest.java b/src/test/java/org/htmlunit/general/huge/ElementClosesElementTest.java
index 95c0f183755..d88500d9a63 100644
--- a/src/test/java/org/htmlunit/general/huge/ElementClosesElementTest.java
+++ b/src/test/java/org/htmlunit/general/huge/ElementClosesElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOf.java b/src/test/java/org/htmlunit/general/huge/HostParentOf.java
index 7fd0d9a0ebc..2a54d7a2969 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOf.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOf.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfATest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfATest.java
index e1957f7cfea..6b5dfd3f307 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfATest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfATest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfBTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfBTest.java
index f2f67ef17af..59cd7396530 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfBTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfBTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfCTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfCTest.java
index 8421cbaaef7..9f39fe72759 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfCTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfCTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfDTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfDTest.java
index 80909973ad1..e123b4f7cbe 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfDTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfDTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfFTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfFTest.java
index 569716dad66..f177b9ba884 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfFTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfFTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfHTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfHTest.java
index c0eb78f9db2..36e0f1fe6fb 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfHTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfHTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfITest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfITest.java
index 2046de55e75..3c900faa803 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfITest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfITest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfMTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfMTest.java
index bdfe2faa99e..4ff30fdc873 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfMTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfMTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfNTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfNTest.java
index 568384ba250..d08321164db 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfNTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfNTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfPTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfPTest.java
index 66f9966e52a..22cbdaf439b 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfPTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfPTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfS2Test.java b/src/test/java/org/htmlunit/general/huge/HostParentOfS2Test.java
index de12f48fb1f..2675682f136 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfS2Test.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfS2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfSTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfSTest.java
index 743d951e28b..b63aa496ced 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfSTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfSTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfTTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfTTest.java
index f05ec67af60..c171190c1bb 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfTTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfTTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/general/huge/HostParentOfWTest.java b/src/test/java/org/htmlunit/general/huge/HostParentOfWTest.java
index 9c188ea1df8..14dce99d11b 100644
--- a/src/test/java/org/htmlunit/general/huge/HostParentOfWTest.java
+++ b/src/test/java/org/htmlunit/general/huge/HostParentOfWTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/AttributesTest.java b/src/test/java/org/htmlunit/html/AttributesTest.java
index c95dd11ecb5..8f81b6398b3 100644
--- a/src/test/java/org/htmlunit/html/AttributesTest.java
+++ b/src/test/java/org/htmlunit/html/AttributesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/BaseFrameElement2Test.java b/src/test/java/org/htmlunit/html/BaseFrameElement2Test.java
index 5cb9f97088a..ba568a8c5b5 100644
--- a/src/test/java/org/htmlunit/html/BaseFrameElement2Test.java
+++ b/src/test/java/org/htmlunit/html/BaseFrameElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/BaseFrameElementTest.java b/src/test/java/org/htmlunit/html/BaseFrameElementTest.java
index cdd9fdbf469..a080450c263 100644
--- a/src/test/java/org/htmlunit/html/BaseFrameElementTest.java
+++ b/src/test/java/org/htmlunit/html/BaseFrameElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/ClickableElement2Test.java b/src/test/java/org/htmlunit/html/ClickableElement2Test.java
index d9528da3d74..d2d4d341023 100644
--- a/src/test/java/org/htmlunit/html/ClickableElement2Test.java
+++ b/src/test/java/org/htmlunit/html/ClickableElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/ClickableElementTest.java b/src/test/java/org/htmlunit/html/ClickableElementTest.java
index b88d905e90b..21c9f527757 100644
--- a/src/test/java/org/htmlunit/html/ClickableElementTest.java
+++ b/src/test/java/org/htmlunit/html/ClickableElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DefaultElementFactoryTest.java b/src/test/java/org/htmlunit/html/DefaultElementFactoryTest.java
index 38d399cf599..8bad9832d3f 100644
--- a/src/test/java/org/htmlunit/html/DefaultElementFactoryTest.java
+++ b/src/test/java/org/htmlunit/html/DefaultElementFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DisabledElementTest.java b/src/test/java/org/htmlunit/html/DisabledElementTest.java
index 20090b363a4..07541895ec3 100644
--- a/src/test/java/org/htmlunit/html/DisabledElementTest.java
+++ b/src/test/java/org/htmlunit/html/DisabledElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomAttrTest.java b/src/test/java/org/htmlunit/html/DomAttrTest.java
index 07c22656a8b..f202b2ab32b 100644
--- a/src/test/java/org/htmlunit/html/DomAttrTest.java
+++ b/src/test/java/org/htmlunit/html/DomAttrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomCommentTest.java b/src/test/java/org/htmlunit/html/DomCommentTest.java
index 761fc001a5a..75c1165375b 100644
--- a/src/test/java/org/htmlunit/html/DomCommentTest.java
+++ b/src/test/java/org/htmlunit/html/DomCommentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomDocumentFragmentTest.java b/src/test/java/org/htmlunit/html/DomDocumentFragmentTest.java
index 7e6aa887f6b..e5050d5f60e 100644
--- a/src/test/java/org/htmlunit/html/DomDocumentFragmentTest.java
+++ b/src/test/java/org/htmlunit/html/DomDocumentFragmentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomElement2Test.java b/src/test/java/org/htmlunit/html/DomElement2Test.java
index f67d317ef43..05974e38e32 100644
--- a/src/test/java/org/htmlunit/html/DomElement2Test.java
+++ b/src/test/java/org/htmlunit/html/DomElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomElementTest.java b/src/test/java/org/htmlunit/html/DomElementTest.java
index 7798c381ac3..cd08989eb0a 100644
--- a/src/test/java/org/htmlunit/html/DomElementTest.java
+++ b/src/test/java/org/htmlunit/html/DomElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomNamespaceNodeTest.java b/src/test/java/org/htmlunit/html/DomNamespaceNodeTest.java
index 70203f55349..8d8f6a9bc32 100644
--- a/src/test/java/org/htmlunit/html/DomNamespaceNodeTest.java
+++ b/src/test/java/org/htmlunit/html/DomNamespaceNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomNode2Test.java b/src/test/java/org/htmlunit/html/DomNode2Test.java
index e6995c288d7..f8adf3303b6 100644
--- a/src/test/java/org/htmlunit/html/DomNode2Test.java
+++ b/src/test/java/org/htmlunit/html/DomNode2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomNodeIterator2Test.java b/src/test/java/org/htmlunit/html/DomNodeIterator2Test.java
index 0ac89d7eba1..887b94f741b 100644
--- a/src/test/java/org/htmlunit/html/DomNodeIterator2Test.java
+++ b/src/test/java/org/htmlunit/html/DomNodeIterator2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java b/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java
index fc5dc957322..379789a166a 100644
--- a/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java
+++ b/src/test/java/org/htmlunit/html/DomNodeIteratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomNodeListTest.java b/src/test/java/org/htmlunit/html/DomNodeListTest.java
index 0721b58b617..4cc71b42306 100644
--- a/src/test/java/org/htmlunit/html/DomNodeListTest.java
+++ b/src/test/java/org/htmlunit/html/DomNodeListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomNodeTest.java b/src/test/java/org/htmlunit/html/DomNodeTest.java
index b01d3340ad2..c4d83cb9e8d 100644
--- a/src/test/java/org/htmlunit/html/DomNodeTest.java
+++ b/src/test/java/org/htmlunit/html/DomNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/DomTextTest.java b/src/test/java/org/htmlunit/html/DomTextTest.java
index 25f32ca9cbd..98c6ea9c94d 100644
--- a/src/test/java/org/htmlunit/html/DomTextTest.java
+++ b/src/test/java/org/htmlunit/html/DomTextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/FocusableElement2Test.java b/src/test/java/org/htmlunit/html/FocusableElement2Test.java
index d00979454bd..e89ec6b7883 100644
--- a/src/test/java/org/htmlunit/html/FocusableElement2Test.java
+++ b/src/test/java/org/htmlunit/html/FocusableElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/FocusableElementTest.java b/src/test/java/org/htmlunit/html/FocusableElementTest.java
index 2157f64cc3a..fa2eb4a9028 100644
--- a/src/test/java/org/htmlunit/html/FocusableElementTest.java
+++ b/src/test/java/org/htmlunit/html/FocusableElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlAnchor2Test.java b/src/test/java/org/htmlunit/html/HtmlAnchor2Test.java
index 582c0d787e4..2d59a3aa980 100644
--- a/src/test/java/org/htmlunit/html/HtmlAnchor2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlAnchor2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlAnchorTest.java b/src/test/java/org/htmlunit/html/HtmlAnchorTest.java
index 0d9a5b3624b..f786c9f6ce8 100644
--- a/src/test/java/org/htmlunit/html/HtmlAnchorTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlAnchorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlArea2Test.java b/src/test/java/org/htmlunit/html/HtmlArea2Test.java
index ef831423fca..6638a474ccd 100644
--- a/src/test/java/org/htmlunit/html/HtmlArea2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlArea2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlAreaTest.java b/src/test/java/org/htmlunit/html/HtmlAreaTest.java
index 226c1bd77f3..4938fe05a63 100644
--- a/src/test/java/org/htmlunit/html/HtmlAreaTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlAreaTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlAttrTest.java b/src/test/java/org/htmlunit/html/HtmlAttrTest.java
index 181433f254f..a25e61dfb15 100644
--- a/src/test/java/org/htmlunit/html/HtmlAttrTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlAttrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlBackgroundSoundTest.java b/src/test/java/org/htmlunit/html/HtmlBackgroundSoundTest.java
index 73c0e6595d0..a5953fb7f74 100644
--- a/src/test/java/org/htmlunit/html/HtmlBackgroundSoundTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlBackgroundSoundTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlBaseFontTest.java b/src/test/java/org/htmlunit/html/HtmlBaseFontTest.java
index 144353ef848..67f68d886ee 100644
--- a/src/test/java/org/htmlunit/html/HtmlBaseFontTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlBaseFontTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlBaseTest.java b/src/test/java/org/htmlunit/html/HtmlBaseTest.java
index af1aaa4344a..4921e957ee5 100644
--- a/src/test/java/org/htmlunit/html/HtmlBaseTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlBaseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlBodyTest.java b/src/test/java/org/htmlunit/html/HtmlBodyTest.java
index 6de0d4f4d94..8c7d977d658 100644
--- a/src/test/java/org/htmlunit/html/HtmlBodyTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlBodyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlBreakTest.java b/src/test/java/org/htmlunit/html/HtmlBreakTest.java
index 0389f07d853..9339cd4d261 100644
--- a/src/test/java/org/htmlunit/html/HtmlBreakTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlBreakTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlButton2Test.java b/src/test/java/org/htmlunit/html/HtmlButton2Test.java
index 6d1f4f197cd..0323c0ba96a 100644
--- a/src/test/java/org/htmlunit/html/HtmlButton2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlButton2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlButtonInput2Test.java b/src/test/java/org/htmlunit/html/HtmlButtonInput2Test.java
index 66840bb896a..9783deb3d6b 100644
--- a/src/test/java/org/htmlunit/html/HtmlButtonInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlButtonInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlButtonInputTest.java b/src/test/java/org/htmlunit/html/HtmlButtonInputTest.java
index edec0699a23..4a5b4e982cf 100644
--- a/src/test/java/org/htmlunit/html/HtmlButtonInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlButtonInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlButtonTest.java b/src/test/java/org/htmlunit/html/HtmlButtonTest.java
index b500ea38bec..5f124a8d59b 100644
--- a/src/test/java/org/htmlunit/html/HtmlButtonTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlButtonTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlCanvasTest.java b/src/test/java/org/htmlunit/html/HtmlCanvasTest.java
index c6fcf75a239..7129356d6a6 100644
--- a/src/test/java/org/htmlunit/html/HtmlCanvasTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlCanvasTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlCaptionTest.java b/src/test/java/org/htmlunit/html/HtmlCaptionTest.java
index 17de5f3d082..37988eb1de6 100644
--- a/src/test/java/org/htmlunit/html/HtmlCaptionTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlCaptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlCheckBoxInput2Test.java b/src/test/java/org/htmlunit/html/HtmlCheckBoxInput2Test.java
index 27f1c48e536..d7df1d3aa0d 100644
--- a/src/test/java/org/htmlunit/html/HtmlCheckBoxInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlCheckBoxInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlCheckBoxInputTest.java b/src/test/java/org/htmlunit/html/HtmlCheckBoxInputTest.java
index 200ac73d167..e41bd747162 100644
--- a/src/test/java/org/htmlunit/html/HtmlCheckBoxInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlCheckBoxInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlColorInput2Test.java b/src/test/java/org/htmlunit/html/HtmlColorInput2Test.java
index 02445e09229..fe44d154565 100644
--- a/src/test/java/org/htmlunit/html/HtmlColorInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlColorInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlColorInputTest.java b/src/test/java/org/htmlunit/html/HtmlColorInputTest.java
index 02466b7d8b0..161b0726ddb 100644
--- a/src/test/java/org/htmlunit/html/HtmlColorInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlColorInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDateInput2Test.java b/src/test/java/org/htmlunit/html/HtmlDateInput2Test.java
index 6dcd3f1acb2..b8a51487d84 100644
--- a/src/test/java/org/htmlunit/html/HtmlDateInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlDateInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDateInputTest.java b/src/test/java/org/htmlunit/html/HtmlDateInputTest.java
index 017ee4ffb68..c01cc124c16 100644
--- a/src/test/java/org/htmlunit/html/HtmlDateInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDateInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDateTimeInputTest.java b/src/test/java/org/htmlunit/html/HtmlDateTimeInputTest.java
index 7ecd3da4f6e..630b5ebc8e3 100644
--- a/src/test/java/org/htmlunit/html/HtmlDateTimeInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDateTimeInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDateTimeLocalInputTest.java b/src/test/java/org/htmlunit/html/HtmlDateTimeLocalInputTest.java
index fa7110d191d..9f42f954aea 100644
--- a/src/test/java/org/htmlunit/html/HtmlDateTimeLocalInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDateTimeLocalInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDefinitionDescriptionTest.java b/src/test/java/org/htmlunit/html/HtmlDefinitionDescriptionTest.java
index 1cd35f06838..63f02e54e0f 100644
--- a/src/test/java/org/htmlunit/html/HtmlDefinitionDescriptionTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDefinitionDescriptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDefinitionListTest.java b/src/test/java/org/htmlunit/html/HtmlDefinitionListTest.java
index 76332ef256a..f71b647974a 100644
--- a/src/test/java/org/htmlunit/html/HtmlDefinitionListTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDefinitionListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDirectoryTest.java b/src/test/java/org/htmlunit/html/HtmlDirectoryTest.java
index a6bc8c49d03..41003d509d0 100644
--- a/src/test/java/org/htmlunit/html/HtmlDirectoryTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDirectoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDivision2Test.java b/src/test/java/org/htmlunit/html/HtmlDivision2Test.java
index 5b74390f1d7..0aa770b8bfb 100644
--- a/src/test/java/org/htmlunit/html/HtmlDivision2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlDivision2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlDivisionTest.java b/src/test/java/org/htmlunit/html/HtmlDivisionTest.java
index 38add9f8ba0..838c9898fa8 100644
--- a/src/test/java/org/htmlunit/html/HtmlDivisionTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlDivisionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlElement2Test.java b/src/test/java/org/htmlunit/html/HtmlElement2Test.java
index f86c586a5fc..3802ad48c21 100644
--- a/src/test/java/org/htmlunit/html/HtmlElement2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlElementTest.java b/src/test/java/org/htmlunit/html/HtmlElementTest.java
index 4b0ab27cac8..2d256365e42 100644
--- a/src/test/java/org/htmlunit/html/HtmlElementTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlEmailInput2Test.java b/src/test/java/org/htmlunit/html/HtmlEmailInput2Test.java
index 55a4146d1f0..844b2ba64fb 100644
--- a/src/test/java/org/htmlunit/html/HtmlEmailInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlEmailInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlEmailInputTest.java b/src/test/java/org/htmlunit/html/HtmlEmailInputTest.java
index f001532b183..aed9958423c 100644
--- a/src/test/java/org/htmlunit/html/HtmlEmailInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlEmailInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlEmbedTest.java b/src/test/java/org/htmlunit/html/HtmlEmbedTest.java
index 07499af22c0..fd9e7caaf44 100644
--- a/src/test/java/org/htmlunit/html/HtmlEmbedTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlEmbedTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFieldSetTest.java b/src/test/java/org/htmlunit/html/HtmlFieldSetTest.java
index c64d08656fa..684fa07b02e 100644
--- a/src/test/java/org/htmlunit/html/HtmlFieldSetTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlFieldSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFileInput2Test.java b/src/test/java/org/htmlunit/html/HtmlFileInput2Test.java
index 101b32250dd..5417af95412 100644
--- a/src/test/java/org/htmlunit/html/HtmlFileInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlFileInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFileInput3Test.java b/src/test/java/org/htmlunit/html/HtmlFileInput3Test.java
index 33f482d701e..70161324a4a 100644
--- a/src/test/java/org/htmlunit/html/HtmlFileInput3Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlFileInput3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFileInputTest.java b/src/test/java/org/htmlunit/html/HtmlFileInputTest.java
index c7dd6d29144..5e2944083e6 100644
--- a/src/test/java/org/htmlunit/html/HtmlFileInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlFileInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFontTest.java b/src/test/java/org/htmlunit/html/HtmlFontTest.java
index 42175f96542..528f93ffc26 100644
--- a/src/test/java/org/htmlunit/html/HtmlFontTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlFontTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlForm2Test.java b/src/test/java/org/htmlunit/html/HtmlForm2Test.java
index a71b53b1e49..852798025be 100644
--- a/src/test/java/org/htmlunit/html/HtmlForm2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlForm2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFormTest.java b/src/test/java/org/htmlunit/html/HtmlFormTest.java
index a754fa303a0..4b3d707eae9 100644
--- a/src/test/java/org/htmlunit/html/HtmlFormTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlFormTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFrame2Test.java b/src/test/java/org/htmlunit/html/HtmlFrame2Test.java
index cd2a9a76b09..f279c9d647f 100644
--- a/src/test/java/org/htmlunit/html/HtmlFrame2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlFrame2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFrameSetTest.java b/src/test/java/org/htmlunit/html/HtmlFrameSetTest.java
index 5fa2da8f657..2b4c8924be8 100644
--- a/src/test/java/org/htmlunit/html/HtmlFrameSetTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlFrameSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlFrameTest.java b/src/test/java/org/htmlunit/html/HtmlFrameTest.java
index 41a3ea9eaf9..1fd3b7070f8 100644
--- a/src/test/java/org/htmlunit/html/HtmlFrameTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlFrameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHeadTest.java b/src/test/java/org/htmlunit/html/HtmlHeadTest.java
index 74345b74f66..b585ede1932 100644
--- a/src/test/java/org/htmlunit/html/HtmlHeadTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlHeadTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHeading2Test.java b/src/test/java/org/htmlunit/html/HtmlHeading2Test.java
index ac46f992ddf..098668d6aea 100644
--- a/src/test/java/org/htmlunit/html/HtmlHeading2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlHeading2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHeadingTest.java b/src/test/java/org/htmlunit/html/HtmlHeadingTest.java
index 7460a935586..ad93b697d58 100644
--- a/src/test/java/org/htmlunit/html/HtmlHeadingTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlHeadingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHiddenInput2Test.java b/src/test/java/org/htmlunit/html/HtmlHiddenInput2Test.java
index 009193690d0..5f2ae43cfb6 100644
--- a/src/test/java/org/htmlunit/html/HtmlHiddenInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlHiddenInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHiddenInputTest.java b/src/test/java/org/htmlunit/html/HtmlHiddenInputTest.java
index cfaf1070b1e..1912f60f464 100644
--- a/src/test/java/org/htmlunit/html/HtmlHiddenInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlHiddenInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHorizontalRuleTest.java b/src/test/java/org/htmlunit/html/HtmlHorizontalRuleTest.java
index 62d5568d319..f229ff56fd8 100644
--- a/src/test/java/org/htmlunit/html/HtmlHorizontalRuleTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlHorizontalRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlHtmlTest.java b/src/test/java/org/htmlunit/html/HtmlHtmlTest.java
index 99388f21a8a..152e1b7f657 100644
--- a/src/test/java/org/htmlunit/html/HtmlHtmlTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlHtmlTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlImage2Test.java b/src/test/java/org/htmlunit/html/HtmlImage2Test.java
index 538b9fb6f61..ad7a8e84c54 100644
--- a/src/test/java/org/htmlunit/html/HtmlImage2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlImage2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlImageDownloadTest.java b/src/test/java/org/htmlunit/html/HtmlImageDownloadTest.java
index 7a9b8ba04a4..da50e5c8555 100644
--- a/src/test/java/org/htmlunit/html/HtmlImageDownloadTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlImageDownloadTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlImageInput2Test.java b/src/test/java/org/htmlunit/html/HtmlImageInput2Test.java
index 94f21c839e2..0023a0ef021 100644
--- a/src/test/java/org/htmlunit/html/HtmlImageInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlImageInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlImageInputTest.java b/src/test/java/org/htmlunit/html/HtmlImageInputTest.java
index abb62b09bbd..e6d1b556242 100644
--- a/src/test/java/org/htmlunit/html/HtmlImageInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlImageInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlImageTest.java b/src/test/java/org/htmlunit/html/HtmlImageTest.java
index dab77ef5f0d..591df83c678 100644
--- a/src/test/java/org/htmlunit/html/HtmlImageTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlImageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlInlineFrame2Test.java b/src/test/java/org/htmlunit/html/HtmlInlineFrame2Test.java
index 1ccccba6744..b7e0bb9f156 100644
--- a/src/test/java/org/htmlunit/html/HtmlInlineFrame2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlInlineFrame2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlInlineFrameTest.java b/src/test/java/org/htmlunit/html/HtmlInlineFrameTest.java
index f4308e3e44e..6986f8af8c2 100644
--- a/src/test/java/org/htmlunit/html/HtmlInlineFrameTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlInlineFrameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlInput2Test.java b/src/test/java/org/htmlunit/html/HtmlInput2Test.java
index 1e1a74c104e..4a57679d211 100644
--- a/src/test/java/org/htmlunit/html/HtmlInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlInput3Test.java b/src/test/java/org/htmlunit/html/HtmlInput3Test.java
index aceb80fec8b..04626fcbff2 100644
--- a/src/test/java/org/htmlunit/html/HtmlInput3Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlInput3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlInputTest.java b/src/test/java/org/htmlunit/html/HtmlInputTest.java
index cb6575e1fae..7a82694aca5 100644
--- a/src/test/java/org/htmlunit/html/HtmlInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlInsertedTextTest.java b/src/test/java/org/htmlunit/html/HtmlInsertedTextTest.java
index cb84bf182a2..88dea6e1b09 100644
--- a/src/test/java/org/htmlunit/html/HtmlInsertedTextTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlInsertedTextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlIsIndex2Test.java b/src/test/java/org/htmlunit/html/HtmlIsIndex2Test.java
index 770e6ae89c7..28ce752fb7c 100644
--- a/src/test/java/org/htmlunit/html/HtmlIsIndex2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlIsIndex2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlItalicTest.java b/src/test/java/org/htmlunit/html/HtmlItalicTest.java
index f8c007d8c03..0f54e56bd95 100644
--- a/src/test/java/org/htmlunit/html/HtmlItalicTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlItalicTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlLabel2Test.java b/src/test/java/org/htmlunit/html/HtmlLabel2Test.java
index e3a29aa8c84..07bf6150eb5 100644
--- a/src/test/java/org/htmlunit/html/HtmlLabel2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlLabel2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlLabelTest.java b/src/test/java/org/htmlunit/html/HtmlLabelTest.java
index db09d2b9101..4937c39b74e 100644
--- a/src/test/java/org/htmlunit/html/HtmlLabelTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlLabelTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlLegendTest.java b/src/test/java/org/htmlunit/html/HtmlLegendTest.java
index 0707d4a85f9..62c8110f146 100644
--- a/src/test/java/org/htmlunit/html/HtmlLegendTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlLegendTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlLink2Test.java b/src/test/java/org/htmlunit/html/HtmlLink2Test.java
index b4f75b8d4d8..08d16edb381 100644
--- a/src/test/java/org/htmlunit/html/HtmlLink2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlLink2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlLinkTest.java b/src/test/java/org/htmlunit/html/HtmlLinkTest.java
index 1f093ed1237..87410d347bf 100644
--- a/src/test/java/org/htmlunit/html/HtmlLinkTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlLinkTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlListItemTest.java b/src/test/java/org/htmlunit/html/HtmlListItemTest.java
index 46bd57ee376..01e42efdc67 100644
--- a/src/test/java/org/htmlunit/html/HtmlListItemTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlListItemTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlMapTest.java b/src/test/java/org/htmlunit/html/HtmlMapTest.java
index a9312cdbede..ce6530ca6cc 100644
--- a/src/test/java/org/htmlunit/html/HtmlMapTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlMenuTest.java b/src/test/java/org/htmlunit/html/HtmlMenuTest.java
index 09b2f5d368d..cd7e834d893 100644
--- a/src/test/java/org/htmlunit/html/HtmlMenuTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlMenuTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlMetaTest.java b/src/test/java/org/htmlunit/html/HtmlMetaTest.java
index 254b29a130b..b084b1e310b 100644
--- a/src/test/java/org/htmlunit/html/HtmlMetaTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlMetaTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlModificationTest.java b/src/test/java/org/htmlunit/html/HtmlModificationTest.java
index c9f1466592c..6ced588d148 100644
--- a/src/test/java/org/htmlunit/html/HtmlModificationTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlModificationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlMonthInput2Test.java b/src/test/java/org/htmlunit/html/HtmlMonthInput2Test.java
index 10f8fedab3e..b2b3f89f5f8 100644
--- a/src/test/java/org/htmlunit/html/HtmlMonthInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlMonthInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlMonthInputTest.java b/src/test/java/org/htmlunit/html/HtmlMonthInputTest.java
index a58dacc84bc..a0e7d401193 100644
--- a/src/test/java/org/htmlunit/html/HtmlMonthInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlMonthInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlNoFrames2Test.java b/src/test/java/org/htmlunit/html/HtmlNoFrames2Test.java
index d34cd15805f..f4c12a26b89 100644
--- a/src/test/java/org/htmlunit/html/HtmlNoFrames2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlNoFrames2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlNoFramesTest.java b/src/test/java/org/htmlunit/html/HtmlNoFramesTest.java
index c0ee481703b..15bb3e84c74 100644
--- a/src/test/java/org/htmlunit/html/HtmlNoFramesTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlNoFramesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlNoScript2Test.java b/src/test/java/org/htmlunit/html/HtmlNoScript2Test.java
index 9b557174711..e99f48ac6c9 100644
--- a/src/test/java/org/htmlunit/html/HtmlNoScript2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlNoScript2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlNoScriptTest.java b/src/test/java/org/htmlunit/html/HtmlNoScriptTest.java
index 1c51d8abeb3..95f6184edfd 100644
--- a/src/test/java/org/htmlunit/html/HtmlNoScriptTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlNoScriptTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlNumberInput2Test.java b/src/test/java/org/htmlunit/html/HtmlNumberInput2Test.java
index abf9a3fe7b0..9d0f32b1e4c 100644
--- a/src/test/java/org/htmlunit/html/HtmlNumberInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlNumberInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlNumberInputTest.java b/src/test/java/org/htmlunit/html/HtmlNumberInputTest.java
index e3bb13833ff..54f81f9ce44 100644
--- a/src/test/java/org/htmlunit/html/HtmlNumberInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlNumberInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlObject2Test.java b/src/test/java/org/htmlunit/html/HtmlObject2Test.java
index 147f0ea084f..f4e7e6923c9 100644
--- a/src/test/java/org/htmlunit/html/HtmlObject2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlObject2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlObjectTest.java b/src/test/java/org/htmlunit/html/HtmlObjectTest.java
index 314446eb873..09b463ee397 100644
--- a/src/test/java/org/htmlunit/html/HtmlObjectTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlObjectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOption2Test.java b/src/test/java/org/htmlunit/html/HtmlOption2Test.java
index e9f7d667841..7f4880df13e 100644
--- a/src/test/java/org/htmlunit/html/HtmlOption2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlOption2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOptionGroup2Test.java b/src/test/java/org/htmlunit/html/HtmlOptionGroup2Test.java
index 332080a1557..421ff530ceb 100644
--- a/src/test/java/org/htmlunit/html/HtmlOptionGroup2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlOptionGroup2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOptionGroupTest.java b/src/test/java/org/htmlunit/html/HtmlOptionGroupTest.java
index 709020c5d60..428468f12a0 100644
--- a/src/test/java/org/htmlunit/html/HtmlOptionGroupTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlOptionGroupTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOptionTest.java b/src/test/java/org/htmlunit/html/HtmlOptionTest.java
index f10eda7b145..c0444128026 100644
--- a/src/test/java/org/htmlunit/html/HtmlOptionTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlOptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOrderedList2Test.java b/src/test/java/org/htmlunit/html/HtmlOrderedList2Test.java
index 1836347231c..80092c7ef47 100644
--- a/src/test/java/org/htmlunit/html/HtmlOrderedList2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlOrderedList2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOrderedListTest.java b/src/test/java/org/htmlunit/html/HtmlOrderedListTest.java
index 1d5011be9ef..7b6f7c3cb78 100644
--- a/src/test/java/org/htmlunit/html/HtmlOrderedListTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlOrderedListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlOutputTest.java b/src/test/java/org/htmlunit/html/HtmlOutputTest.java
index 7cdddaa7ef1..84156b05ebc 100644
--- a/src/test/java/org/htmlunit/html/HtmlOutputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlOutputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPage2Test.java b/src/test/java/org/htmlunit/html/HtmlPage2Test.java
index 2d4cb3180f2..929497c52c2 100644
--- a/src/test/java/org/htmlunit/html/HtmlPage2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlPage2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPage3Test.java b/src/test/java/org/htmlunit/html/HtmlPage3Test.java
index 4db522059d7..82e3ac28cf1 100644
--- a/src/test/java/org/htmlunit/html/HtmlPage3Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlPage3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPage4Test.java b/src/test/java/org/htmlunit/html/HtmlPage4Test.java
index 5646df96241..1803ea5b17b 100644
--- a/src/test/java/org/htmlunit/html/HtmlPage4Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlPage4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPageTest.java b/src/test/java/org/htmlunit/html/HtmlPageTest.java
index 3b595f4be63..224a5bfed72 100644
--- a/src/test/java/org/htmlunit/html/HtmlPageTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPageTest5.java b/src/test/java/org/htmlunit/html/HtmlPageTest5.java
index 6e8ef8b7dd4..d897b484381 100644
--- a/src/test/java/org/htmlunit/html/HtmlPageTest5.java
+++ b/src/test/java/org/htmlunit/html/HtmlPageTest5.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlParagraphTest.java b/src/test/java/org/htmlunit/html/HtmlParagraphTest.java
index 9a453a88ab2..4452d79c384 100644
--- a/src/test/java/org/htmlunit/html/HtmlParagraphTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlParagraphTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlParameterTest.java b/src/test/java/org/htmlunit/html/HtmlParameterTest.java
index 86f393ac434..6c0a2c85592 100644
--- a/src/test/java/org/htmlunit/html/HtmlParameterTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlParameterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPasswordInput2Test.java b/src/test/java/org/htmlunit/html/HtmlPasswordInput2Test.java
index bd53a1a3ab8..9c4a016a5b4 100644
--- a/src/test/java/org/htmlunit/html/HtmlPasswordInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlPasswordInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPasswordInputTest.java b/src/test/java/org/htmlunit/html/HtmlPasswordInputTest.java
index 5947faaa4f2..a87f1e5622b 100644
--- a/src/test/java/org/htmlunit/html/HtmlPasswordInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlPasswordInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPreformattedText2Test.java b/src/test/java/org/htmlunit/html/HtmlPreformattedText2Test.java
index 145ab5b1e54..0d82ce824cb 100644
--- a/src/test/java/org/htmlunit/html/HtmlPreformattedText2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlPreformattedText2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlPreformattedTextTest.java b/src/test/java/org/htmlunit/html/HtmlPreformattedTextTest.java
index 6d10d8277e3..c030769b28c 100644
--- a/src/test/java/org/htmlunit/html/HtmlPreformattedTextTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlPreformattedTextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlProgressTest.java b/src/test/java/org/htmlunit/html/HtmlProgressTest.java
index 50d75e66e7f..4bddc52e48e 100644
--- a/src/test/java/org/htmlunit/html/HtmlProgressTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlProgressTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlQuoteTest.java b/src/test/java/org/htmlunit/html/HtmlQuoteTest.java
index e2545b4d626..801ed193bf9 100644
--- a/src/test/java/org/htmlunit/html/HtmlQuoteTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlQuoteTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRadioButtonInput2Test.java b/src/test/java/org/htmlunit/html/HtmlRadioButtonInput2Test.java
index 8271e704fb0..0e01a109f30 100644
--- a/src/test/java/org/htmlunit/html/HtmlRadioButtonInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlRadioButtonInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRadioButtonInputTest.java b/src/test/java/org/htmlunit/html/HtmlRadioButtonInputTest.java
index 63724f4dd8a..d0e83034434 100644
--- a/src/test/java/org/htmlunit/html/HtmlRadioButtonInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlRadioButtonInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRangeInput2Test.java b/src/test/java/org/htmlunit/html/HtmlRangeInput2Test.java
index 7850d23d808..149ef45e4b6 100644
--- a/src/test/java/org/htmlunit/html/HtmlRangeInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlRangeInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRangeInputTest.java b/src/test/java/org/htmlunit/html/HtmlRangeInputTest.java
index fde58ed9b60..2144753060d 100644
--- a/src/test/java/org/htmlunit/html/HtmlRangeInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlRangeInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRbTest.java b/src/test/java/org/htmlunit/html/HtmlRbTest.java
index 1d175c12a83..e0063b4a0e0 100644
--- a/src/test/java/org/htmlunit/html/HtmlRbTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlRbTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlResetInput2Test.java b/src/test/java/org/htmlunit/html/HtmlResetInput2Test.java
index 032601a404c..2b50168eb15 100644
--- a/src/test/java/org/htmlunit/html/HtmlResetInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlResetInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlResetInputTest.java b/src/test/java/org/htmlunit/html/HtmlResetInputTest.java
index aaace6e512d..21a003ca3e8 100644
--- a/src/test/java/org/htmlunit/html/HtmlResetInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlResetInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRpTest.java b/src/test/java/org/htmlunit/html/HtmlRpTest.java
index 92151dc8655..f2975977288 100644
--- a/src/test/java/org/htmlunit/html/HtmlRpTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlRpTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRtTest.java b/src/test/java/org/htmlunit/html/HtmlRtTest.java
index 903b7ed8f1b..02a37ca9035 100644
--- a/src/test/java/org/htmlunit/html/HtmlRtTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlRtTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlRtcTest.java b/src/test/java/org/htmlunit/html/HtmlRtcTest.java
index 420c131b993..f6afc8bd9a3 100644
--- a/src/test/java/org/htmlunit/html/HtmlRtcTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlRtcTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlScript2Test.java b/src/test/java/org/htmlunit/html/HtmlScript2Test.java
index 21d1fd8c484..9b5db8db5a5 100644
--- a/src/test/java/org/htmlunit/html/HtmlScript2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlScript2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlScriptTest.java b/src/test/java/org/htmlunit/html/HtmlScriptTest.java
index 0af1a8d983a..4c5f464269c 100644
--- a/src/test/java/org/htmlunit/html/HtmlScriptTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlScriptTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSearchInput2Test.java b/src/test/java/org/htmlunit/html/HtmlSearchInput2Test.java
index f7345fd6280..81dd046ac9e 100644
--- a/src/test/java/org/htmlunit/html/HtmlSearchInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlSearchInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSearchInputTest.java b/src/test/java/org/htmlunit/html/HtmlSearchInputTest.java
index cb42e122ae2..7907fb13231 100644
--- a/src/test/java/org/htmlunit/html/HtmlSearchInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlSearchInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSelect2Test.java b/src/test/java/org/htmlunit/html/HtmlSelect2Test.java
index e55be854907..5f62f8c07e7 100644
--- a/src/test/java/org/htmlunit/html/HtmlSelect2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlSelect2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSelectTest.java b/src/test/java/org/htmlunit/html/HtmlSelectTest.java
index 243d690e2e5..96f520a02bf 100644
--- a/src/test/java/org/htmlunit/html/HtmlSelectTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlSelectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSlotTest.java b/src/test/java/org/htmlunit/html/HtmlSlotTest.java
index 272db949db5..8618b7436b9 100644
--- a/src/test/java/org/htmlunit/html/HtmlSlotTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlSlotTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSpan2Test.java b/src/test/java/org/htmlunit/html/HtmlSpan2Test.java
index 2e647ea6eba..878f5b90ccc 100644
--- a/src/test/java/org/htmlunit/html/HtmlSpan2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlSpan2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSpanTest.java b/src/test/java/org/htmlunit/html/HtmlSpanTest.java
index 9ae1546edd4..0047e53eb61 100644
--- a/src/test/java/org/htmlunit/html/HtmlSpanTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlSpanTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlStyle2Test.java b/src/test/java/org/htmlunit/html/HtmlStyle2Test.java
index b154b821fd4..ee4f2a09337 100644
--- a/src/test/java/org/htmlunit/html/HtmlStyle2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlStyle2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlStyleTest.java b/src/test/java/org/htmlunit/html/HtmlStyleTest.java
index cde7eb9964f..945e4f7dc48 100644
--- a/src/test/java/org/htmlunit/html/HtmlStyleTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlStyleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSubmitInput2Test.java b/src/test/java/org/htmlunit/html/HtmlSubmitInput2Test.java
index 9eb915f8c7e..a38baff8460 100644
--- a/src/test/java/org/htmlunit/html/HtmlSubmitInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlSubmitInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSubmitInputTest.java b/src/test/java/org/htmlunit/html/HtmlSubmitInputTest.java
index 17cb5608476..5abac0b4d8e 100644
--- a/src/test/java/org/htmlunit/html/HtmlSubmitInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlSubmitInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlSvgTest.java b/src/test/java/org/htmlunit/html/HtmlSvgTest.java
index d62b1989aa5..b0b18a2a821 100644
--- a/src/test/java/org/htmlunit/html/HtmlSvgTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlSvgTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTable2Test.java b/src/test/java/org/htmlunit/html/HtmlTable2Test.java
index c8cf48447af..55481511d27 100644
--- a/src/test/java/org/htmlunit/html/HtmlTable2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTable2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTableCellTest.java b/src/test/java/org/htmlunit/html/HtmlTableCellTest.java
index 16e2601ecaf..87ae90835d8 100644
--- a/src/test/java/org/htmlunit/html/HtmlTableCellTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTableCellTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTableColumnTest.java b/src/test/java/org/htmlunit/html/HtmlTableColumnTest.java
index 5865379d3c6..409f79ce7c7 100644
--- a/src/test/java/org/htmlunit/html/HtmlTableColumnTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTableColumnTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTableRowTest.java b/src/test/java/org/htmlunit/html/HtmlTableRowTest.java
index 17b6b843b1f..c433e39b4be 100644
--- a/src/test/java/org/htmlunit/html/HtmlTableRowTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTableRowTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTableSection2Test.java b/src/test/java/org/htmlunit/html/HtmlTableSection2Test.java
index e727b902ce6..f6a69d0cb8f 100644
--- a/src/test/java/org/htmlunit/html/HtmlTableSection2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTableSection2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTableSectionTest.java b/src/test/java/org/htmlunit/html/HtmlTableSectionTest.java
index 6e2dd9f17e7..0e386581110 100644
--- a/src/test/java/org/htmlunit/html/HtmlTableSectionTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTableSectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTableTest.java b/src/test/java/org/htmlunit/html/HtmlTableTest.java
index d782d358939..bd102f23144 100644
--- a/src/test/java/org/htmlunit/html/HtmlTableTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTelInput2Test.java b/src/test/java/org/htmlunit/html/HtmlTelInput2Test.java
index d3bb211e348..05a2c4a9c3c 100644
--- a/src/test/java/org/htmlunit/html/HtmlTelInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTelInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTelInputTest.java b/src/test/java/org/htmlunit/html/HtmlTelInputTest.java
index 1d5ef158718..cf3e1a52ba8 100644
--- a/src/test/java/org/htmlunit/html/HtmlTelInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTelInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTemplate2Test.java b/src/test/java/org/htmlunit/html/HtmlTemplate2Test.java
index caafde8cfa8..e24fa80388f 100644
--- a/src/test/java/org/htmlunit/html/HtmlTemplate2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTemplate2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTemplateTest.java b/src/test/java/org/htmlunit/html/HtmlTemplateTest.java
index 2e48f98ab26..9db88a5595d 100644
--- a/src/test/java/org/htmlunit/html/HtmlTemplateTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTemplateTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTextArea2Test.java b/src/test/java/org/htmlunit/html/HtmlTextArea2Test.java
index 9244fb480be..4fc0a701c8c 100644
--- a/src/test/java/org/htmlunit/html/HtmlTextArea2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTextArea2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTextAreaTest.java b/src/test/java/org/htmlunit/html/HtmlTextAreaTest.java
index df54afd1dae..900b032c712 100644
--- a/src/test/java/org/htmlunit/html/HtmlTextAreaTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTextAreaTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTextInput2Test.java b/src/test/java/org/htmlunit/html/HtmlTextInput2Test.java
index 6b010364c71..03d41d31aa5 100644
--- a/src/test/java/org/htmlunit/html/HtmlTextInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTextInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTextInputTest.java b/src/test/java/org/htmlunit/html/HtmlTextInputTest.java
index 1a7a9ac1c77..aebfae21a52 100644
--- a/src/test/java/org/htmlunit/html/HtmlTextInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTextInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTimeInput2Test.java b/src/test/java/org/htmlunit/html/HtmlTimeInput2Test.java
index 1343e3c848d..854cf113e76 100644
--- a/src/test/java/org/htmlunit/html/HtmlTimeInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTimeInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTimeInputTest.java b/src/test/java/org/htmlunit/html/HtmlTimeInputTest.java
index b4dd962219f..4f3d5b401f5 100644
--- a/src/test/java/org/htmlunit/html/HtmlTimeInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTimeInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTitle2Test.java b/src/test/java/org/htmlunit/html/HtmlTitle2Test.java
index aa5f4f69d91..147bc3b682d 100644
--- a/src/test/java/org/htmlunit/html/HtmlTitle2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlTitle2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlTitleTest.java b/src/test/java/org/htmlunit/html/HtmlTitleTest.java
index 1797172f819..701ee167399 100644
--- a/src/test/java/org/htmlunit/html/HtmlTitleTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlTitleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlUnknownElementTest.java b/src/test/java/org/htmlunit/html/HtmlUnknownElementTest.java
index 5c6685c5843..b07af17a843 100644
--- a/src/test/java/org/htmlunit/html/HtmlUnknownElementTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlUnknownElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlUnorderedList2Test.java b/src/test/java/org/htmlunit/html/HtmlUnorderedList2Test.java
index 7439a36b3dd..447879cc168 100644
--- a/src/test/java/org/htmlunit/html/HtmlUnorderedList2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlUnorderedList2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlUnorderedListTest.java b/src/test/java/org/htmlunit/html/HtmlUnorderedListTest.java
index e8cae9f970d..42bc2d78453 100644
--- a/src/test/java/org/htmlunit/html/HtmlUnorderedListTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlUnorderedListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlUrlInput2Test.java b/src/test/java/org/htmlunit/html/HtmlUrlInput2Test.java
index 40debc78288..95bd94f7112 100644
--- a/src/test/java/org/htmlunit/html/HtmlUrlInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlUrlInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlUrlInputTest.java b/src/test/java/org/htmlunit/html/HtmlUrlInputTest.java
index f1356b60e05..f4fcf86404c 100644
--- a/src/test/java/org/htmlunit/html/HtmlUrlInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlUrlInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlWeekInput2Test.java b/src/test/java/org/htmlunit/html/HtmlWeekInput2Test.java
index 90b10ed8309..1bb0770989c 100644
--- a/src/test/java/org/htmlunit/html/HtmlWeekInput2Test.java
+++ b/src/test/java/org/htmlunit/html/HtmlWeekInput2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlWeekInputTest.java b/src/test/java/org/htmlunit/html/HtmlWeekInputTest.java
index 58c7f18fed5..ac54144d6a4 100644
--- a/src/test/java/org/htmlunit/html/HtmlWeekInputTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlWeekInputTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/HtmlWordBreakTest.java b/src/test/java/org/htmlunit/html/HtmlWordBreakTest.java
index d30e5b1be13..aba1e474a5f 100644
--- a/src/test/java/org/htmlunit/html/HtmlWordBreakTest.java
+++ b/src/test/java/org/htmlunit/html/HtmlWordBreakTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/IEConditionalCommentExpressionEvaluatorTest.java b/src/test/java/org/htmlunit/html/IEConditionalCommentExpressionEvaluatorTest.java
index 729aa44ef68..1bc51c7843e 100644
--- a/src/test/java/org/htmlunit/html/IEConditionalCommentExpressionEvaluatorTest.java
+++ b/src/test/java/org/htmlunit/html/IEConditionalCommentExpressionEvaluatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/IEConditionalCommentsTest.java b/src/test/java/org/htmlunit/html/IEConditionalCommentsTest.java
index 20cead17014..a75d66f16e2 100644
--- a/src/test/java/org/htmlunit/html/IEConditionalCommentsTest.java
+++ b/src/test/java/org/htmlunit/html/IEConditionalCommentsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/LoggingRefreshHandler.java b/src/test/java/org/htmlunit/html/LoggingRefreshHandler.java
index a274c629b1f..96a90a62507 100644
--- a/src/test/java/org/htmlunit/html/LoggingRefreshHandler.java
+++ b/src/test/java/org/htmlunit/html/LoggingRefreshHandler.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/NamedAttrNodeMapImplTest.java b/src/test/java/org/htmlunit/html/NamedAttrNodeMapImplTest.java
index 62ce5c4f976..9b767a8aa2f 100644
--- a/src/test/java/org/htmlunit/html/NamedAttrNodeMapImplTest.java
+++ b/src/test/java/org/htmlunit/html/NamedAttrNodeMapImplTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/XHtmlPage2Test.java b/src/test/java/org/htmlunit/html/XHtmlPage2Test.java
index f047683ba39..3b077e22426 100644
--- a/src/test/java/org/htmlunit/html/XHtmlPage2Test.java
+++ b/src/test/java/org/htmlunit/html/XHtmlPage2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/XHtmlPageTest.java b/src/test/java/org/htmlunit/html/XHtmlPageTest.java
index 2cb84be0173..1c3bcaa73f9 100644
--- a/src/test/java/org/htmlunit/html/XHtmlPageTest.java
+++ b/src/test/java/org/htmlunit/html/XHtmlPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/XmlSerializerTest.java b/src/test/java/org/htmlunit/html/XmlSerializerTest.java
index 6cd0a4a3cf7..beaebdb12c4 100644
--- a/src/test/java/org/htmlunit/html/XmlSerializerTest.java
+++ b/src/test/java/org/htmlunit/html/XmlSerializerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/impl/SimpleRangeTest.java b/src/test/java/org/htmlunit/html/impl/SimpleRangeTest.java
index 703e443c7c6..575c1bc35d6 100644
--- a/src/test/java/org/htmlunit/html/impl/SimpleRangeTest.java
+++ b/src/test/java/org/htmlunit/html/impl/SimpleRangeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParser2Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser2Test.java
index e4dd24352d7..1dfce08c327 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser2Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParser3Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser3Test.java
index 15461a76ce6..24d4d140051 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser3Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParser4Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser4Test.java
index 83e73e4de48..d6111d66828 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser4Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParser5Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser5Test.java
index 5bb2cfdc7f7..031f417c852 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser5Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser5Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java b/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
index 0a2492e3fc2..fa7125f7332 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParserListenerTest.java b/src/test/java/org/htmlunit/html/parser/HTMLParserListenerTest.java
index 016c4e42fd2..1f12111ae7d 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParserListenerTest.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParserListenerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/HTMLParserTest.java b/src/test/java/org/htmlunit/html/parser/HTMLParserTest.java
index 57dcd694f22..975e3dc9695 100644
--- a/src/test/java/org/htmlunit/html/parser/HTMLParserTest.java
+++ b/src/test/java/org/htmlunit/html/parser/HTMLParserTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/MalformedHtml2Test.java b/src/test/java/org/htmlunit/html/parser/MalformedHtml2Test.java
index 7f487dc2433..f201c55abe4 100644
--- a/src/test/java/org/htmlunit/html/parser/MalformedHtml2Test.java
+++ b/src/test/java/org/htmlunit/html/parser/MalformedHtml2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java b/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
index 1066b9e3748..58b6a07769e 100644
--- a/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
+++ b/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/performance/HugePagePerformanceTest.java b/src/test/java/org/htmlunit/html/performance/HugePagePerformanceTest.java
index af3c45146fb..2a3e50dcca4 100644
--- a/src/test/java/org/htmlunit/html/performance/HugePagePerformanceTest.java
+++ b/src/test/java/org/htmlunit/html/performance/HugePagePerformanceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText2Test.java b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText2Test.java
index 5b5e50bf432..49596687e19 100644
--- a/src/test/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText2Test.java
+++ b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerInnerOuterText2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText2Test.java b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText2Test.java
index 6c7a8f6d9c0..e56f194051c 100644
--- a/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText2Test.java
+++ b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedText2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedTextTest.java b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedTextTest.java
index baef7176457..45a5e045d91 100644
--- a/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedTextTest.java
+++ b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerNormalizedTextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText2Test.java b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText2Test.java
index e28883bbaae..7aab1dc7367 100644
--- a/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText2Test.java
+++ b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleText2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleTextTest.java b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleTextTest.java
index 730e4eceec1..572d0b8f5fd 100644
--- a/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleTextTest.java
+++ b/src/test/java/org/htmlunit/html/serializer/HtmlSerializerVisibleTextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
index 1d77d8808ad..5e7b5b4beb6 100644
--- a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
+++ b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPathTest.java b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPathTest.java
index 8179be8405c..2cc526cd0c3 100644
--- a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPathTest.java
+++ b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPathTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/http/HttpUtilsTest.java b/src/test/java/org/htmlunit/http/HttpUtilsTest.java
index 8398645ddb9..bbf6cfbfe7f 100644
--- a/src/test/java/org/htmlunit/http/HttpUtilsTest.java
+++ b/src/test/java/org/htmlunit/http/HttpUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/httpclient/HtmlUnitCookieStoreTest.java b/src/test/java/org/htmlunit/httpclient/HtmlUnitCookieStoreTest.java
index db2020f91d4..c37ecac9c41 100644
--- a/src/test/java/org/htmlunit/httpclient/HtmlUnitCookieStoreTest.java
+++ b/src/test/java/org/htmlunit/httpclient/HtmlUnitCookieStoreTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/httpclient/HttpClientTest.java b/src/test/java/org/htmlunit/httpclient/HttpClientTest.java
index cafbf943022..5adff391cc5 100644
--- a/src/test/java/org/htmlunit/httpclient/HttpClientTest.java
+++ b/src/test/java/org/htmlunit/httpclient/HttpClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/ArgumentsTest.java b/src/test/java/org/htmlunit/javascript/ArgumentsTest.java
index 6a532e31935..18793e6cfef 100644
--- a/src/test/java/org/htmlunit/javascript/ArgumentsTest.java
+++ b/src/test/java/org/htmlunit/javascript/ArgumentsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/AttributeCaseTest.java b/src/test/java/org/htmlunit/javascript/AttributeCaseTest.java
index 4df8a3a2dc6..d74339b3cfd 100644
--- a/src/test/java/org/htmlunit/javascript/AttributeCaseTest.java
+++ b/src/test/java/org/htmlunit/javascript/AttributeCaseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/DebugFrameImplTest.java b/src/test/java/org/htmlunit/javascript/DebugFrameImplTest.java
index 2df6207c318..51a5f86b5a5 100644
--- a/src/test/java/org/htmlunit/javascript/DebugFrameImplTest.java
+++ b/src/test/java/org/htmlunit/javascript/DebugFrameImplTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/FunctionsRestParametersTest.java b/src/test/java/org/htmlunit/javascript/FunctionsRestParametersTest.java
index aa50585cf38..f260b803b2f 100644
--- a/src/test/java/org/htmlunit/javascript/FunctionsRestParametersTest.java
+++ b/src/test/java/org/htmlunit/javascript/FunctionsRestParametersTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/FunctionsTest.java b/src/test/java/org/htmlunit/javascript/FunctionsTest.java
index 113c89c762b..a6050f92a79 100644
--- a/src/test/java/org/htmlunit/javascript/FunctionsTest.java
+++ b/src/test/java/org/htmlunit/javascript/FunctionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/FunctionsWrapper2Test.java b/src/test/java/org/htmlunit/javascript/FunctionsWrapper2Test.java
index ec7a59e31cc..cc5311f897e 100644
--- a/src/test/java/org/htmlunit/javascript/FunctionsWrapper2Test.java
+++ b/src/test/java/org/htmlunit/javascript/FunctionsWrapper2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/FunctionsWrapperTest.java b/src/test/java/org/htmlunit/javascript/FunctionsWrapperTest.java
index 72d766588aa..c89e2c63859 100644
--- a/src/test/java/org/htmlunit/javascript/FunctionsWrapperTest.java
+++ b/src/test/java/org/htmlunit/javascript/FunctionsWrapperTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/GlobalFunctionsTest.java b/src/test/java/org/htmlunit/javascript/GlobalFunctionsTest.java
index ede63068c70..f7d524f8ed1 100644
--- a/src/test/java/org/htmlunit/javascript/GlobalFunctionsTest.java
+++ b/src/test/java/org/htmlunit/javascript/GlobalFunctionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/HtmlUnitContextFactoryTest.java b/src/test/java/org/htmlunit/javascript/HtmlUnitContextFactoryTest.java
index 6a41f84af1c..fd1a3c0439e 100644
--- a/src/test/java/org/htmlunit/javascript/HtmlUnitContextFactoryTest.java
+++ b/src/test/java/org/htmlunit/javascript/HtmlUnitContextFactoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/HtmlUnitScriptable2Test.java b/src/test/java/org/htmlunit/javascript/HtmlUnitScriptable2Test.java
index 7a12dba6129..3150df7c2a3 100644
--- a/src/test/java/org/htmlunit/javascript/HtmlUnitScriptable2Test.java
+++ b/src/test/java/org/htmlunit/javascript/HtmlUnitScriptable2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/HtmlUnitScriptableTest.java b/src/test/java/org/htmlunit/javascript/HtmlUnitScriptableTest.java
index c35f9ac14f6..3e6b37b9372 100644
--- a/src/test/java/org/htmlunit/javascript/HtmlUnitScriptableTest.java
+++ b/src/test/java/org/htmlunit/javascript/HtmlUnitScriptableTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/IEConditionalCompilationTest.java b/src/test/java/org/htmlunit/javascript/IEConditionalCompilationTest.java
index c9d7fa9cee1..b2da952f84f 100644
--- a/src/test/java/org/htmlunit/javascript/IEConditionalCompilationTest.java
+++ b/src/test/java/org/htmlunit/javascript/IEConditionalCompilationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/IEWeirdSyntaxTest.java b/src/test/java/org/htmlunit/javascript/IEWeirdSyntaxTest.java
index 2d614e44a0c..ad689e04b2d 100644
--- a/src/test/java/org/htmlunit/javascript/IEWeirdSyntaxTest.java
+++ b/src/test/java/org/htmlunit/javascript/IEWeirdSyntaxTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/IteratorTest.java b/src/test/java/org/htmlunit/javascript/IteratorTest.java
index ca557c5c9ae..00c92bff6da 100644
--- a/src/test/java/org/htmlunit/javascript/IteratorTest.java
+++ b/src/test/java/org/htmlunit/javascript/IteratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/JavaScriptEngine2Test.java b/src/test/java/org/htmlunit/javascript/JavaScriptEngine2Test.java
index 58ded674ef7..6da8ed135c3 100644
--- a/src/test/java/org/htmlunit/javascript/JavaScriptEngine2Test.java
+++ b/src/test/java/org/htmlunit/javascript/JavaScriptEngine2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java b/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
index 5ea46cfc807..45615879730 100644
--- a/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
+++ b/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/JavascriptErrorListener2Test.java b/src/test/java/org/htmlunit/javascript/JavascriptErrorListener2Test.java
index 662b792ec2c..c107f65fa95 100644
--- a/src/test/java/org/htmlunit/javascript/JavascriptErrorListener2Test.java
+++ b/src/test/java/org/htmlunit/javascript/JavascriptErrorListener2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/JavascriptErrorListenerTest.java b/src/test/java/org/htmlunit/javascript/JavascriptErrorListenerTest.java
index 418621d0c04..1e27cb09188 100644
--- a/src/test/java/org/htmlunit/javascript/JavascriptErrorListenerTest.java
+++ b/src/test/java/org/htmlunit/javascript/JavascriptErrorListenerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeArrayTest.java b/src/test/java/org/htmlunit/javascript/NativeArrayTest.java
index c0cb8879e67..68254f82dab 100644
--- a/src/test/java/org/htmlunit/javascript/NativeArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeDate2Test.java b/src/test/java/org/htmlunit/javascript/NativeDate2Test.java
index fd0290b24db..4143dc1f1bf 100644
--- a/src/test/java/org/htmlunit/javascript/NativeDate2Test.java
+++ b/src/test/java/org/htmlunit/javascript/NativeDate2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeDateTest.java b/src/test/java/org/htmlunit/javascript/NativeDateTest.java
index cab218760c9..9c64a38d77b 100644
--- a/src/test/java/org/htmlunit/javascript/NativeDateTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeDateTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeErrorTest.java b/src/test/java/org/htmlunit/javascript/NativeErrorTest.java
index cc9e81746df..199d0e14236 100644
--- a/src/test/java/org/htmlunit/javascript/NativeErrorTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeErrorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeFunctionTest.java b/src/test/java/org/htmlunit/javascript/NativeFunctionTest.java
index a830b285464..24613764643 100644
--- a/src/test/java/org/htmlunit/javascript/NativeFunctionTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeFunctionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeGlobalTest.java b/src/test/java/org/htmlunit/javascript/NativeGlobalTest.java
index 9ab5b11d501..379bfa1eb50 100644
--- a/src/test/java/org/htmlunit/javascript/NativeGlobalTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeGlobalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeJSONTest.java b/src/test/java/org/htmlunit/javascript/NativeJSONTest.java
index c9a5b4debac..a4cd91edf04 100644
--- a/src/test/java/org/htmlunit/javascript/NativeJSONTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeJSONTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeMapTest.java b/src/test/java/org/htmlunit/javascript/NativeMapTest.java
index 8685d2e8455..041b2517656 100644
--- a/src/test/java/org/htmlunit/javascript/NativeMapTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeNumberTest.java b/src/test/java/org/htmlunit/javascript/NativeNumberTest.java
index 91cc84f6c4f..a45f86426e1 100644
--- a/src/test/java/org/htmlunit/javascript/NativeNumberTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeNumberTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeObjectTest.java b/src/test/java/org/htmlunit/javascript/NativeObjectTest.java
index 412865af91d..314db3efd51 100644
--- a/src/test/java/org/htmlunit/javascript/NativeObjectTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeObjectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeRegExpTest.java b/src/test/java/org/htmlunit/javascript/NativeRegExpTest.java
index 5392b99f5bc..4c86b45507b 100644
--- a/src/test/java/org/htmlunit/javascript/NativeRegExpTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeRegExpTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeStringTest.java b/src/test/java/org/htmlunit/javascript/NativeStringTest.java
index d368544f2df..78e7d4caa48 100644
--- a/src/test/java/org/htmlunit/javascript/NativeStringTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeStringTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/NativeTypedArrayTest.java b/src/test/java/org/htmlunit/javascript/NativeTypedArrayTest.java
index e9ab87f64c6..4e601057204 100644
--- a/src/test/java/org/htmlunit/javascript/NativeTypedArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/NativeTypedArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/PostponedActionTest.java b/src/test/java/org/htmlunit/javascript/PostponedActionTest.java
index 083acf237b8..5310e522cdc 100644
--- a/src/test/java/org/htmlunit/javascript/PostponedActionTest.java
+++ b/src/test/java/org/htmlunit/javascript/PostponedActionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/RhinoTest.java b/src/test/java/org/htmlunit/javascript/RhinoTest.java
index 97ab621f187..d734871bba1 100644
--- a/src/test/java/org/htmlunit/javascript/RhinoTest.java
+++ b/src/test/java/org/htmlunit/javascript/RhinoTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/ScriptRuntimeTest.java b/src/test/java/org/htmlunit/javascript/ScriptRuntimeTest.java
index 892a82737e4..10f7c5a2910 100644
--- a/src/test/java/org/htmlunit/javascript/ScriptRuntimeTest.java
+++ b/src/test/java/org/htmlunit/javascript/ScriptRuntimeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/ScriptableObjectTest.java b/src/test/java/org/htmlunit/javascript/ScriptableObjectTest.java
index c45b843dc30..6ec3be85590 100644
--- a/src/test/java/org/htmlunit/javascript/ScriptableObjectTest.java
+++ b/src/test/java/org/htmlunit/javascript/ScriptableObjectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/ThreadTest.java b/src/test/java/org/htmlunit/javascript/ThreadTest.java
index 4a9404ea558..3826469e46d 100644
--- a/src/test/java/org/htmlunit/javascript/ThreadTest.java
+++ b/src/test/java/org/htmlunit/javascript/ThreadTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerMinimalTest.java b/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerMinimalTest.java
index bae255b8a84..d8699cf09a5 100644
--- a/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerMinimalTest.java
+++ b/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerMinimalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerTest.java b/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerTest.java
index 8ff11334468..96b5a9c6526 100644
--- a/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerTest.java
+++ b/src/test/java/org/htmlunit/javascript/background/JavaScriptJobManagerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/background/MemoryLeakTest.java b/src/test/java/org/htmlunit/javascript/background/MemoryLeakTest.java
index 2d7c0329b5a..738d7b8d491 100644
--- a/src/test/java/org/htmlunit/javascript/background/MemoryLeakTest.java
+++ b/src/test/java/org/htmlunit/javascript/background/MemoryLeakTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/configuration/ClassConfigurationTest.java b/src/test/java/org/htmlunit/javascript/configuration/ClassConfigurationTest.java
index 89db9de2330..c125e39fcee 100644
--- a/src/test/java/org/htmlunit/javascript/configuration/ClassConfigurationTest.java
+++ b/src/test/java/org/htmlunit/javascript/configuration/ClassConfigurationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/configuration/JavaScriptConfigurationTest.java b/src/test/java/org/htmlunit/javascript/configuration/JavaScriptConfigurationTest.java
index 2fb1fd227ec..7adcbb18f11 100644
--- a/src/test/java/org/htmlunit/javascript/configuration/JavaScriptConfigurationTest.java
+++ b/src/test/java/org/htmlunit/javascript/configuration/JavaScriptConfigurationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ActiveXObject2Test.java b/src/test/java/org/htmlunit/javascript/host/ActiveXObject2Test.java
index b27f64e4824..be7e0fc9b1b 100644
--- a/src/test/java/org/htmlunit/javascript/host/ActiveXObject2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/ActiveXObject2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ApplicationCacheTest.java b/src/test/java/org/htmlunit/javascript/host/ApplicationCacheTest.java
index d0cc99d39d2..6c17b747987 100644
--- a/src/test/java/org/htmlunit/javascript/host/ApplicationCacheTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ApplicationCacheTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/BoxObjectTest.java b/src/test/java/org/htmlunit/javascript/host/BoxObjectTest.java
index 628b36cbee3..6bd88f762fc 100644
--- a/src/test/java/org/htmlunit/javascript/host/BoxObjectTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/BoxObjectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ClientRectListTest.java b/src/test/java/org/htmlunit/javascript/host/ClientRectListTest.java
index 75c0b582423..988f2b2a7b6 100644
--- a/src/test/java/org/htmlunit/javascript/host/ClientRectListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ClientRectListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ClientRectTest.java b/src/test/java/org/htmlunit/javascript/host/ClientRectTest.java
index 1f5ae385754..63bd453127b 100644
--- a/src/test/java/org/htmlunit/javascript/host/ClientRectTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ClientRectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/Console2Test.java b/src/test/java/org/htmlunit/javascript/host/Console2Test.java
index d47e9e36eb3..49c813b4b4e 100644
--- a/src/test/java/org/htmlunit/javascript/host/Console2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/Console2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ConsoleTest.java b/src/test/java/org/htmlunit/javascript/host/ConsoleTest.java
index d6d1bfd19f1..8cea25c91f3 100644
--- a/src/test/java/org/htmlunit/javascript/host/ConsoleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ConsoleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ElementTest.java b/src/test/java/org/htmlunit/javascript/host/ElementTest.java
index 576d5fd1571..a572958b911 100644
--- a/src/test/java/org/htmlunit/javascript/host/ElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ExternalTest.java b/src/test/java/org/htmlunit/javascript/host/ExternalTest.java
index dc8a3462414..f553b3e9a90 100644
--- a/src/test/java/org/htmlunit/javascript/host/ExternalTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ExternalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/FontFaceSetTest.java b/src/test/java/org/htmlunit/javascript/host/FontFaceSetTest.java
index ffd4b1feb04..802a872f1e2 100644
--- a/src/test/java/org/htmlunit/javascript/host/FontFaceSetTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/FontFaceSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/FontFaceTest.java b/src/test/java/org/htmlunit/javascript/host/FontFaceTest.java
index a6801f0f07b..df4113755d4 100644
--- a/src/test/java/org/htmlunit/javascript/host/FontFaceTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/FontFaceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/History2Test.java b/src/test/java/org/htmlunit/javascript/host/History2Test.java
index 93d1a11f22b..15a5535f08e 100644
--- a/src/test/java/org/htmlunit/javascript/host/History2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/History2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/HistoryTest.java b/src/test/java/org/htmlunit/javascript/host/HistoryTest.java
index c0a97d043b0..0bef725e145 100644
--- a/src/test/java/org/htmlunit/javascript/host/HistoryTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/HistoryTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/InstallTriggerTest.java b/src/test/java/org/htmlunit/javascript/host/InstallTriggerTest.java
index c3489ee4c40..0376edec62c 100644
--- a/src/test/java/org/htmlunit/javascript/host/InstallTriggerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/InstallTriggerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/Location2Test.java b/src/test/java/org/htmlunit/javascript/host/Location2Test.java
index 6f411ce6cdf..6a9c2faa23d 100644
--- a/src/test/java/org/htmlunit/javascript/host/Location2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/Location2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/LocationTest.java b/src/test/java/org/htmlunit/javascript/host/LocationTest.java
index 4f90516dbb2..7e3531c5d2a 100644
--- a/src/test/java/org/htmlunit/javascript/host/LocationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/LocationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/MapTest.java b/src/test/java/org/htmlunit/javascript/host/MapTest.java
index 20c4327c3bc..9d8a0303be2 100644
--- a/src/test/java/org/htmlunit/javascript/host/MapTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/MapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/MessageChannelTest.java b/src/test/java/org/htmlunit/javascript/host/MessageChannelTest.java
index cb62467a25b..9bfe01118ba 100644
--- a/src/test/java/org/htmlunit/javascript/host/MessageChannelTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/MessageChannelTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/MimeTypeTest.java b/src/test/java/org/htmlunit/javascript/host/MimeTypeTest.java
index 4978218027b..49ff67777bd 100644
--- a/src/test/java/org/htmlunit/javascript/host/MimeTypeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/MimeTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/NamedNodeMapTest.java b/src/test/java/org/htmlunit/javascript/host/NamedNodeMapTest.java
index 743e24bd5f7..a04da015134 100644
--- a/src/test/java/org/htmlunit/javascript/host/NamedNodeMapTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/NamedNodeMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/NamespaceTest.java b/src/test/java/org/htmlunit/javascript/host/NamespaceTest.java
index 4422b8feefe..ca4f48dfb2d 100644
--- a/src/test/java/org/htmlunit/javascript/host/NamespaceTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/NamespaceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/Navigator2Test.java b/src/test/java/org/htmlunit/javascript/host/Navigator2Test.java
index aa4e8b47c42..6099e88a7e3 100644
--- a/src/test/java/org/htmlunit/javascript/host/Navigator2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/Navigator2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/NavigatorTest.java b/src/test/java/org/htmlunit/javascript/host/NavigatorTest.java
index 25fcabeaa38..e32e450a94b 100644
--- a/src/test/java/org/htmlunit/javascript/host/NavigatorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/NavigatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/NetscapeTest.java b/src/test/java/org/htmlunit/javascript/host/NetscapeTest.java
index ef7798286f9..24dcbea4d7f 100644
--- a/src/test/java/org/htmlunit/javascript/host/NetscapeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/NetscapeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/NotificationTest.java b/src/test/java/org/htmlunit/javascript/host/NotificationTest.java
index 8e25544606c..c46a978a92c 100644
--- a/src/test/java/org/htmlunit/javascript/host/NotificationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/NotificationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/PluginTest.java b/src/test/java/org/htmlunit/javascript/host/PluginTest.java
index 4e6d8e95ab9..45651ca95fc 100644
--- a/src/test/java/org/htmlunit/javascript/host/PluginTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/PluginTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/Popup2Test.java b/src/test/java/org/htmlunit/javascript/host/Popup2Test.java
index c0b819ea2e5..382d81a1955 100644
--- a/src/test/java/org/htmlunit/javascript/host/Popup2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/Popup2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/PopupTest.java b/src/test/java/org/htmlunit/javascript/host/PopupTest.java
index e529e0a1d0d..d9d23c7f95b 100644
--- a/src/test/java/org/htmlunit/javascript/host/PopupTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/PopupTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/PromiseTest.java b/src/test/java/org/htmlunit/javascript/host/PromiseTest.java
index 19a3c4a8010..18fe3ceaea2 100644
--- a/src/test/java/org/htmlunit/javascript/host/PromiseTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/PromiseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ReflectTest.java b/src/test/java/org/htmlunit/javascript/host/ReflectTest.java
index 7b82377cbcf..9cd0a1d0569 100644
--- a/src/test/java/org/htmlunit/javascript/host/ReflectTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ReflectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/ScreenTest.java b/src/test/java/org/htmlunit/javascript/host/ScreenTest.java
index de01cd2e5ae..1b54d39f243 100644
--- a/src/test/java/org/htmlunit/javascript/host/ScreenTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/ScreenTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/SetTest.java b/src/test/java/org/htmlunit/javascript/host/SetTest.java
index 35b8774042f..d1d9ecaf095 100644
--- a/src/test/java/org/htmlunit/javascript/host/SetTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/SetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/StorageTest.java b/src/test/java/org/htmlunit/javascript/host/StorageTest.java
index 280f2ee1b48..aad2949a739 100644
--- a/src/test/java/org/htmlunit/javascript/host/StorageTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/StorageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/SymbolTest.java b/src/test/java/org/htmlunit/javascript/host/SymbolTest.java
index f1b5514bbd6..47a36f9cf14 100644
--- a/src/test/java/org/htmlunit/javascript/host/SymbolTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/SymbolTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/TextDecoderTest.java b/src/test/java/org/htmlunit/javascript/host/TextDecoderTest.java
index e0d6e635251..dbadf7f76c0 100644
--- a/src/test/java/org/htmlunit/javascript/host/TextDecoderTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/TextDecoderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/TextEncoderTest.java b/src/test/java/org/htmlunit/javascript/host/TextEncoderTest.java
index 595f89238c3..41fb23c82b2 100644
--- a/src/test/java/org/htmlunit/javascript/host/TextEncoderTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/TextEncoderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/URLSearchParamsTest.java b/src/test/java/org/htmlunit/javascript/host/URLSearchParamsTest.java
index 40218575f79..de0304b8ae8 100644
--- a/src/test/java/org/htmlunit/javascript/host/URLSearchParamsTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/URLSearchParamsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/URLTest.java b/src/test/java/org/htmlunit/javascript/host/URLTest.java
index 0956485ba20..69f627674b0 100644
--- a/src/test/java/org/htmlunit/javascript/host/URLTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/URLTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WeakMapTest.java b/src/test/java/org/htmlunit/javascript/host/WeakMapTest.java
index 09ada9dbba7..a60584dc3c2 100644
--- a/src/test/java/org/htmlunit/javascript/host/WeakMapTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/WeakMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WeakSetTest.java b/src/test/java/org/htmlunit/javascript/host/WeakSetTest.java
index 45d6ba3ce3c..9ced340dfde 100644
--- a/src/test/java/org/htmlunit/javascript/host/WeakSetTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/WeakSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WebSocketTest.java b/src/test/java/org/htmlunit/javascript/host/WebSocketTest.java
index 00418acd72d..6e06f4e1b9b 100644
--- a/src/test/java/org/htmlunit/javascript/host/WebSocketTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/WebSocketTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/Window2Test.java b/src/test/java/org/htmlunit/javascript/host/Window2Test.java
index 8bc94b0b105..a1855b32dd0 100644
--- a/src/test/java/org/htmlunit/javascript/host/Window2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/Window2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/Window3Test.java b/src/test/java/org/htmlunit/javascript/host/Window3Test.java
index 2d7bb53a7a4..359b4647036 100644
--- a/src/test/java/org/htmlunit/javascript/host/Window3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/Window3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WindowConcurrency2Test.java b/src/test/java/org/htmlunit/javascript/host/WindowConcurrency2Test.java
index ed83c334158..8a86b1b411f 100644
--- a/src/test/java/org/htmlunit/javascript/host/WindowConcurrency2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/WindowConcurrency2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WindowConcurrencyTest.java b/src/test/java/org/htmlunit/javascript/host/WindowConcurrencyTest.java
index 911b94190d0..29d9ab3c6ff 100644
--- a/src/test/java/org/htmlunit/javascript/host/WindowConcurrencyTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/WindowConcurrencyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WindowPostMessageTest.java b/src/test/java/org/htmlunit/javascript/host/WindowPostMessageTest.java
index 865190a7ed1..fe44421c607 100644
--- a/src/test/java/org/htmlunit/javascript/host/WindowPostMessageTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/WindowPostMessageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/WindowTest.java b/src/test/java/org/htmlunit/javascript/host/WindowTest.java
index 8e97dd6e099..8c3e51b2e32 100644
--- a/src/test/java/org/htmlunit/javascript/host/WindowTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/WindowTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferTest.java
index a4b69570ae5..5b420607031 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferViewTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferViewTest.java
index 350ed1f353b..ed5570bb95c 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferViewTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/ArrayBufferViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/DataViewTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/DataViewTest.java
index 649632239cb..bd274f424cb 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/DataViewTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/DataViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Float32ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Float32ArrayTest.java
index c74a332e028..642c1393151 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Float32ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Float32ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Float64ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Float64ArrayTest.java
index 957d1638746..aaf7ddc1d91 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Float64ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Float64ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Int16ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Int16ArrayTest.java
index f40f4fd3c78..6cec806d9ea 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Int16ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Int16ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Int32ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Int32ArrayTest.java
index 8e3711d4887..224367e10cf 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Int32ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Int32ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Int8ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Int8ArrayTest.java
index c8f566c4810..44b97c02a39 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Int8ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Int8ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/SharedArrayBufferTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/SharedArrayBufferTest.java
index 73742cd6fc9..7255f25981e 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/SharedArrayBufferTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/SharedArrayBufferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Uint16ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Uint16ArrayTest.java
index fb9520f21cb..7fd4af09419 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Uint16ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Uint16ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Uint32ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Uint32ArrayTest.java
index eab5d8736e4..9566a4443fa 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Uint32ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Uint32ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ArrayTest.java
index 297b572073e..1ad98eb2f25 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ClampedArrayTest.java b/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ClampedArrayTest.java
index fbd73f7b387..64696202015 100644
--- a/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ClampedArrayTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/arrays/Uint8ClampedArrayTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/canvas/CanvasGradientTest.java b/src/test/java/org/htmlunit/javascript/host/canvas/CanvasGradientTest.java
index 7241ce3570d..3c399bb7c8d 100644
--- a/src/test/java/org/htmlunit/javascript/host/canvas/CanvasGradientTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/canvas/CanvasGradientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2DTest.java b/src/test/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2DTest.java
index 0bd46325e84..9ba8dd9644e 100644
--- a/src/test/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2DTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/canvas/CanvasRenderingContext2DTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/canvas/ImageDataTest.java b/src/test/java/org/htmlunit/javascript/host/canvas/ImageDataTest.java
index 13f205956b2..f4e76f6394b 100644
--- a/src/test/java/org/htmlunit/javascript/host/canvas/ImageDataTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/canvas/ImageDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/canvas/IntersectionObserverTest.java b/src/test/java/org/htmlunit/javascript/host/canvas/IntersectionObserverTest.java
index 1096d748ceb..56cc12ab57b 100644
--- a/src/test/java/org/htmlunit/javascript/host/canvas/IntersectionObserverTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/canvas/IntersectionObserverTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java b/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java
index 2ba1b826f9b..8665d6d610f 100644
--- a/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/crypto/SubtleCryptoTest.java b/src/test/java/org/htmlunit/javascript/host/crypto/SubtleCryptoTest.java
index 14ed2226847..b22ba62c8d6 100644
--- a/src/test/java/org/htmlunit/javascript/host/crypto/SubtleCryptoTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/crypto/SubtleCryptoTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSCharsetRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSCharsetRuleTest.java
index b6c81ae22d2..24a22dd7375 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSCharsetRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSCharsetRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSFontFaceRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSFontFaceRuleTest.java
index 76e4e9d4e06..8d723a2f594 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSFontFaceRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSFontFaceRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSImportRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSImportRuleTest.java
index dd933a3e786..f973def88cd 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSImportRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSImportRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSKeyframesRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSKeyframesRuleTest.java
index 407ce2b00e9..42f97e03b5b 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSKeyframesRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSKeyframesRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSMediaRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSMediaRuleTest.java
index 340a95180ad..5156990b1c1 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSMediaRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSMediaRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSPageRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSPageRuleTest.java
index e880dd09a7e..ef45ee309c0 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSPageRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSPageRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSRuleListTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSRuleListTest.java
index 56bce634d92..003ba14cec0 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSRuleListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSRuleListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSSelector2Test.java b/src/test/java/org/htmlunit/javascript/host/css/CSSSelector2Test.java
index aabaf963bf1..255ee69420a 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSSelector2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSSelector2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSSelectorTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSSelectorTest.java
index 5dea829c2a6..9b313656ef4 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSSelectorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSSelectorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.java
index 54f3385a650..357b051d73d 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration3Test.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration3Test.java
index 63c98e5cea4..42393bafa9e 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration4Test.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration4Test.java
index ee548639f56..2da1df20122 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration4Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclaration4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclarationTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclarationTest.java
index 4d129a26cdc..04717ec83c4 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclarationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleDeclarationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleRuleTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleRuleTest.java
index 0bfd43bf4a1..ebf2d286f26 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleRuleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleRuleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheet2Test.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheet2Test.java
index 8ab8e6e9197..0f24116ea27 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheet2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheet2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheetTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheetTest.java
index 499a4aa9e49..abd39ea7de6 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheetTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSStyleSheetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/CSSTest.java b/src/test/java/org/htmlunit/javascript/host/css/CSSTest.java
index a2369f9617d..21ab5d14a2b 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/CSSTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/CSSTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java b/src/test/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java
index 6a4e469d774..987218961a5 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/ComputedCSSStyleDeclarationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/ComputedFontTest.java b/src/test/java/org/htmlunit/javascript/host/css/ComputedFontTest.java
index 139bd013752..992f44b4940 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/ComputedFontTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/ComputedFontTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/MediaQueryListTest.java b/src/test/java/org/htmlunit/javascript/host/css/MediaQueryListTest.java
index aacf0a94b58..6051f35cb8f 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/MediaQueryListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/MediaQueryListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/StyleMediaTest.java b/src/test/java/org/htmlunit/javascript/host/css/StyleMediaTest.java
index 1358d0f1e10..2ba6cc383d5 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/StyleMediaTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/StyleMediaTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/StyleSheetListTest.java b/src/test/java/org/htmlunit/javascript/host/css/StyleSheetListTest.java
index d2765f774e0..f9f08cd66e1 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/StyleSheetListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/StyleSheetListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientHeightTest.java b/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientHeightTest.java
index 928213f62c4..1706e4ead9c 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientHeightTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientHeightTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientWidthTest.java b/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientWidthTest.java
index c628aac4b60..8a0843ee825 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientWidthTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/property/ElementClientWidthTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetHeightTest.java b/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetHeightTest.java
index 18be685eb59..d1d83f710d3 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetHeightTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetHeightTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetWidthTest.java b/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetWidthTest.java
index 742e89e84bb..22d373c6f3b 100644
--- a/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetWidthTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/css/property/ElementOffsetWidthTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/AbstractRangeTest.java b/src/test/java/org/htmlunit/javascript/host/dom/AbstractRangeTest.java
index 1a1d54a8825..49433a6ea78 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/AbstractRangeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/AbstractRangeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/AttrTest.java b/src/test/java/org/htmlunit/javascript/host/dom/AttrTest.java
index 80e0b9e7c22..69ff5e8e3bf 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/AttrTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/AttrTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/CDATASectionTest.java b/src/test/java/org/htmlunit/javascript/host/dom/CDATASectionTest.java
index af8ae91ba16..c4ce4bb0c0b 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/CDATASectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/CDATASectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/CharacterDataTest.java b/src/test/java/org/htmlunit/javascript/host/dom/CharacterDataTest.java
index 28ef2781228..b9d77112353 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/CharacterDataTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/CharacterDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/CommentTest.java b/src/test/java/org/htmlunit/javascript/host/dom/CommentTest.java
index d75451b8ac0..1e0abb2b5bf 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/CommentTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/CommentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
index 204551457f9..73456a410b0 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DOMImplementationTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMImplementationTest.java
index 701122937a8..f289426ec65 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMImplementationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMImplementationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DOMMatrixTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMMatrixTest.java
index bd88b35962f..3b5545ddc49 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMMatrixTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMMatrixTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DOMParserTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMParserTest.java
index ce5853f4d91..dda9b8311e8 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMParserTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMParserTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DOMStringMapTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMStringMapTest.java
index 401f858be72..304b161ef20 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMStringMapTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMStringMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DOMTokenListTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMTokenListTest.java
index 8c2edb8014f..2218302771a 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMTokenListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMTokenListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/Document2Test.java b/src/test/java/org/htmlunit/javascript/host/dom/Document2Test.java
index 6db32c3f3b6..5e72ac847bb 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/Document2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/Document2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DocumentFragmentTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DocumentFragmentTest.java
index 741192f736f..e7e5c66c5c1 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DocumentFragmentTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DocumentFragmentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DocumentTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DocumentTest.java
index 13dd95348f0..1aec3dd15e7 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DocumentTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DocumentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/DocumentTypeTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DocumentTypeTest.java
index 74cd6a4358d..7fa0848c010 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DocumentTypeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DocumentTypeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/EventNodeTest.java b/src/test/java/org/htmlunit/javascript/host/dom/EventNodeTest.java
index fb248531c70..288872b889d 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/EventNodeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/EventNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/MutationObserverTest.java b/src/test/java/org/htmlunit/javascript/host/dom/MutationObserverTest.java
index 97007f3dbd8..c8dfe307e50 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/MutationObserverTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/MutationObserverTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/Node2Test.java b/src/test/java/org/htmlunit/javascript/host/dom/Node2Test.java
index 9256ccda6c4..3b6b447e3f1 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/Node2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/Node2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/NodeFilterTest.java b/src/test/java/org/htmlunit/javascript/host/dom/NodeFilterTest.java
index fec4c8b729b..532dfaf46a4 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/NodeFilterTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/NodeFilterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/NodeIteratorTest.java b/src/test/java/org/htmlunit/javascript/host/dom/NodeIteratorTest.java
index 55e1ff46a4d..2b42851457c 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/NodeIteratorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/NodeIteratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/NodeListTest.java b/src/test/java/org/htmlunit/javascript/host/dom/NodeListTest.java
index 769b67dda23..cce6be53e1c 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/NodeListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/NodeListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/NodeTest.java b/src/test/java/org/htmlunit/javascript/host/dom/NodeTest.java
index fde50f23f5c..d015daacca7 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/NodeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/NodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/RadioNodeListTest.java b/src/test/java/org/htmlunit/javascript/host/dom/RadioNodeListTest.java
index 2bbe4771bec..36c8b495c86 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/RadioNodeListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/RadioNodeListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/RangeTest.java b/src/test/java/org/htmlunit/javascript/host/dom/RangeTest.java
index f36caa2a6f5..828d2179e60 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/RangeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/RangeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/Selection2Test.java b/src/test/java/org/htmlunit/javascript/host/dom/Selection2Test.java
index 80a6cf3702e..7b3edaa7c42 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/Selection2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/Selection2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/SelectionTest.java b/src/test/java/org/htmlunit/javascript/host/dom/SelectionTest.java
index d05c39582f9..3dabf45423e 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/SelectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/SelectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/TextRangeTest.java b/src/test/java/org/htmlunit/javascript/host/dom/TextRangeTest.java
index f7be3dbbbb0..034cd2a03cd 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/TextRangeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/TextRangeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/TextTest.java b/src/test/java/org/htmlunit/javascript/host/dom/TextTest.java
index 42535a06877..da30d01e13a 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/TextTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/TextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/TreeWalkerTest.java b/src/test/java/org/htmlunit/javascript/host/dom/TreeWalkerTest.java
index 0e07789a2ae..4b93b730259 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/TreeWalkerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/TreeWalkerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/XPathEvaluatorTest.java b/src/test/java/org/htmlunit/javascript/host/dom/XPathEvaluatorTest.java
index c2c6f14adf2..c47b2ee0f5a 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/XPathEvaluatorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/XPathEvaluatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/XPathExpressionTest.java b/src/test/java/org/htmlunit/javascript/host/dom/XPathExpressionTest.java
index 270b9c98a65..6ac6007c9c5 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/XPathExpressionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/XPathExpressionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/dom/XPathResultTest.java b/src/test/java/org/htmlunit/javascript/host/dom/XPathResultTest.java
index 52cb15ffc81..17eaf301a69 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/XPathResultTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/XPathResultTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemListTest.java b/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemListTest.java
index 6d5461fa057..50a4bd50111 100644
--- a/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemTest.java b/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemTest.java
index 5c0c6d5e557..4b98307198e 100644
--- a/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferItemTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferTest.java b/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferTest.java
index 3d7f63acb8c..393b14571f0 100644
--- a/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/draganddrop/DataTransferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/AnimationEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/AnimationEventTest.java
index 0907a53d576..f3e9379b32c 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/AnimationEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/AnimationEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/AudioProcessingEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/AudioProcessingEventTest.java
index 08d9de1531c..b29349181f2 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/AudioProcessingEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/AudioProcessingEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEventTest.java
index 932456f198d..7debe2e0218 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/BeforeInstallPromptEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent2Test.java b/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent2Test.java
index c18da184587..2fc9e195d25 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEvent2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEventTest.java
index 6dc7d8e477f..12fe58a27ed 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/BeforeUnloadEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/BlobEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/BlobEventTest.java
index 99e0c4453e0..e2e3234a9f9 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/BlobEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/BlobEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/CloseEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/CloseEventTest.java
index bf265029cdd..cbc6f019b4d 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/CloseEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/CloseEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/CompositionEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/CompositionEventTest.java
index 63a5d804bd4..c4798423b52 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/CompositionEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/CompositionEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/CustomEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/CustomEventTest.java
index 925762fed5b..7af638123da 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/CustomEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/CustomEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/DeviceMotionEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/DeviceMotionEventTest.java
index bf721acadf1..4ffda90db68 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/DeviceMotionEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/DeviceMotionEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/DeviceOrientationEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/DeviceOrientationEventTest.java
index cd3e7684d1e..96161a89910 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/DeviceOrientationEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/DeviceOrientationEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/DragEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/DragEventTest.java
index bdb3ba3d274..9721b14a035 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/DragEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/DragEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/ErrorEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/ErrorEventTest.java
index eced74f5a01..5fdd087a769 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/ErrorEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/ErrorEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/Event2Test.java b/src/test/java/org/htmlunit/javascript/host/event/Event2Test.java
index cbc8cccf531..e5400ca339a 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/Event2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/Event2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/Event3Test.java b/src/test/java/org/htmlunit/javascript/host/event/Event3Test.java
index 999a5d9ef64..4fc2db1fe03 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/Event3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/Event3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/Event4Test.java b/src/test/java/org/htmlunit/javascript/host/event/Event4Test.java
index b9a38254a89..b79fefe0a90 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/Event4Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/Event4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/EventHandlerTest.java b/src/test/java/org/htmlunit/javascript/host/event/EventHandlerTest.java
index b21fcaaf6a2..5373081786c 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/EventHandlerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/EventHandlerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/EventListenersContainerTest.java b/src/test/java/org/htmlunit/javascript/host/event/EventListenersContainerTest.java
index 079435d42b3..932625141f8 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/EventListenersContainerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/EventListenersContainerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/EventTargetTest.java b/src/test/java/org/htmlunit/javascript/host/event/EventTargetTest.java
index 0f69bdcde1b..69b3772a30a 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/EventTargetTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/EventTargetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/EventTest.java b/src/test/java/org/htmlunit/javascript/host/event/EventTest.java
index 2962c593c09..dc7e211b056 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/EventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/EventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/FocusEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/FocusEventTest.java
index 54672800d02..6eb7f24771e 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/FocusEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/FocusEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/GamepadEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/GamepadEventTest.java
index b40b80348ee..3a444b5b7d9 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/GamepadEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/GamepadEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/HashChangeEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/HashChangeEventTest.java
index efe45b20e4b..811aa058131 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/HashChangeEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/HashChangeEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/InputEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/InputEventTest.java
index 71a5c9e347f..cded8378a2c 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/InputEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/InputEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/KeyboardEvent2Test.java b/src/test/java/org/htmlunit/javascript/host/event/KeyboardEvent2Test.java
index be6a288edd8..aadad026bb7 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/KeyboardEvent2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/KeyboardEvent2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/KeyboardEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/KeyboardEventTest.java
index 506c5168e2a..c7834919f7e 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/KeyboardEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/KeyboardEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/MessageEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/MessageEventTest.java
index 398f2f2a368..7a23955a581 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/MessageEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/MessageEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/MouseEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/MouseEventTest.java
index e3b0eb6c6c1..a7c061f0eb5 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/MouseEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/MouseEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/MutationEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/MutationEventTest.java
index 6ade6ae3260..170ee8afca3 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/MutationEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/MutationEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEventTest.java
index 7f2580412d8..eecbbb32a13 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/OfflineAudioCompletionEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/PageTransitionEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/PageTransitionEventTest.java
index 0885ea87d40..b4517820a9a 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/PageTransitionEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/PageTransitionEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/PointerEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/PointerEventTest.java
index d90a45e24bf..c9198c2db28 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/PointerEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/PointerEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/PopStateEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/PopStateEventTest.java
index 6ae1a2ea9eb..b39c354999c 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/PopStateEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/PopStateEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/ProgressEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/ProgressEventTest.java
index baa23791f8b..e70db3aca08 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/ProgressEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/ProgressEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/StorageEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/StorageEventTest.java
index 68f47f8dc9a..b702afb3429 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/StorageEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/StorageEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/SubmitEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/SubmitEventTest.java
index 10172bfd476..600597109ea 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/SubmitEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/SubmitEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/TextEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/TextEventTest.java
index 9b23c78e7db..3d5a8a2e511 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/TextEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/TextEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/TimeEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/TimeEventTest.java
index 27ef2164169..affa7944490 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/TimeEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/TimeEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/TouchEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/TouchEventTest.java
index ab48e226348..4602b9d24f0 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/TouchEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/TouchEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/TrackEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/TrackEventTest.java
index 29bdfd6eb1d..05fbc5d3db3 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/TrackEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/TrackEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/TransitionEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/TransitionEventTest.java
index 17162be81d3..f51916b3ced 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/TransitionEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/TransitionEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/UIEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/UIEventTest.java
index dcffe1f594a..8204468d676 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/UIEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/UIEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/WebGLContextEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/WebGLContextEventTest.java
index 29a2ce2639b..429c26b94b9 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/WebGLContextEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/WebGLContextEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/event/WheelEventTest.java b/src/test/java/org/htmlunit/javascript/host/event/WheelEventTest.java
index 8f56c4f6500..cddb72e7e11 100644
--- a/src/test/java/org/htmlunit/javascript/host/event/WheelEventTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/event/WheelEventTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/file/BlobTest.java b/src/test/java/org/htmlunit/javascript/host/file/BlobTest.java
index 9b3b54a504c..f041f1543e3 100644
--- a/src/test/java/org/htmlunit/javascript/host/file/BlobTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/file/BlobTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/file/FileListTest.java b/src/test/java/org/htmlunit/javascript/host/file/FileListTest.java
index 911fcf846f6..4900cf96303 100644
--- a/src/test/java/org/htmlunit/javascript/host/file/FileListTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/file/FileListTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/file/FileReaderTest.java b/src/test/java/org/htmlunit/javascript/host/file/FileReaderTest.java
index 05137987894..e857875740e 100644
--- a/src/test/java/org/htmlunit/javascript/host/file/FileReaderTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/file/FileReaderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/file/FileTest.java b/src/test/java/org/htmlunit/javascript/host/file/FileTest.java
index 53abb9e06a4..0f20db72f3a 100644
--- a/src/test/java/org/htmlunit/javascript/host/file/FileTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/file/FileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/geo/GeolocationTest.java b/src/test/java/org/htmlunit/javascript/host/geo/GeolocationTest.java
index ea2f83b5d29..e057e1e9499 100644
--- a/src/test/java/org/htmlunit/javascript/host/geo/GeolocationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/geo/GeolocationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/EnumeratorTest.java b/src/test/java/org/htmlunit/javascript/host/html/EnumeratorTest.java
index 4fc74975ed9..98da9fc879a 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/EnumeratorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/EnumeratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/FormChildTest.java b/src/test/java/org/htmlunit/javascript/host/html/FormChildTest.java
index 84641f3f1ef..494dd469536 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/FormChildTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/FormChildTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLAllCollectionTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLAllCollectionTest.java
index f2fead3a425..e9ebc6fcb86 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLAllCollectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLAllCollectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElement2Test.java
index 99ebe5f5a65..e8a6659e258 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElementTest.java
index eb9d85bdc5d..044118ed7f8 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLAnchorElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLAreaElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLAreaElementTest.java
index 971bf38eb38..2ced7203041 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLAreaElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLAreaElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLAudioElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLAudioElementTest.java
index 5e7555ca5cb..1b61a19dcd8 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLAudioElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLAudioElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLBRElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLBRElementTest.java
index c34788663f7..88f8520757e 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLBRElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLBRElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseElementTest.java
index a81a3a0bb41..06a4b12e5e7 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java
index 45db3c5be34..0e2b56fd1df 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLBodyElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLBodyElementTest.java
index f04cbbb3a94..d8b59039962 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLBodyElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLBodyElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLButtonElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLButtonElementTest.java
index 03b1d5a38fb..5a230d74600 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLButtonElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLButtonElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLCanvasElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLCanvasElementTest.java
index 72a007069f7..7e6b1d56e94 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLCanvasElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLCanvasElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLCollection2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLCollection2Test.java
index df5f46a6f4d..96b6ea1bbe3 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLCollection2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLCollection2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLCollectionTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLCollectionTest.java
index a26df3018e4..ce7d04cb4e0 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLCollectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLCollectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDDElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDDElementTest.java
index bf17e8baa16..4c65b442c5b 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDDElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDDElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDListElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDListElementTest.java
index 54fd6a6ae4a..d3a8472a1b5 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDListElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDListElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDTElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDTElementTest.java
index 5aeebf3b80c..43054550a72 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDTElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDTElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDataElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDataElementTest.java
index 7ce81db6504..77e37453b5f 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDataElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDataElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDetailsElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDetailsElementTest.java
index 48c0aeb8d76..3a09f720df3 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDetailsElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDetailsElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElement2Test.java
index 730b3b1808c..30204e2007a 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElementTest.java
index c74a81b3ad7..2ce99e625ff 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDialogElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDirectoryElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDirectoryElementTest.java
index 15b03293f80..f963b530812 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDirectoryElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDirectoryElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDivElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDivElementTest.java
index 5a9e3f9a6d2..122c74072eb 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDivElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDivElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument2Test.java
index cd9c98962e6..c2c72082853 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument3Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument3Test.java
index 4f878b1b107..c06cae7317f 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocument3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentTest.java
index 8af52d3bc2e..f73dc2be644 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java
index 997be99489c..e8ff70acfa6 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWrite2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java
index 35a005446a0..2f47ad0741a 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLDocumentWriteTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLElement2Test.java
index fbd1797512c..5d0e579db9a 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLElement3Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLElement3Test.java
index 56e76e73559..77cee47d46a 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLElement3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLElement3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLElementTest.java
index 30562f1c5b0..f284fefb429 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLEmbedElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLEmbedElementTest.java
index 440d75f98af..247b869ef7b 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLEmbedElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLEmbedElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFieldSetElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFieldSetElementTest.java
index f21b0415734..419f0808fef 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFieldSetElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFieldSetElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollectionTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollectionTest.java
index 9e7a9342a3d..8f97ac79edc 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFormControlsCollectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElement2Test.java
index ebd20d5cc3a..3fe6b743e8d 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElementTest.java
index 664a27c34e9..d5523521e52 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFormElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElement2Test.java
index 04c32367e8e..d5daf9be118 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElementTest.java
index e267f17f99f..4c7c6205491 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameSetElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameSetElementTest.java
index b6d0ce3523f..24b14682994 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameSetElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLFrameSetElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLHRElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLHRElementTest.java
index aad8e2bf44b..d5f7f9a4dd2 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLHRElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLHRElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLHeadingElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLHeadingElementTest.java
index 8b706f564ea..a686f59e30d 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLHeadingElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLHeadingElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLHtmlElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLHtmlElementTest.java
index 9a2a283d3c0..92c9c951c1e 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLHtmlElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLHtmlElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement2Test.java
index e2ed8346d2d..5e96dfaa81e 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement3Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement3Test.java
index 90e593c5404..198c383e432 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElement3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElementTest.java
index cd4d2836401..a3831c6767c 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLIFrameElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElement2Test.java
index 363112552d4..8231c0c3662 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElementTest.java
index 2eae4d7b8cc..41f843a061e 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLImageElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElement2Test.java
index 1a932625f89..79188a0e3c6 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElementTest.java
index 3bf52eba369..7ef5dd54d6c 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLInputElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLIsIndexElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLIsIndexElementTest.java
index 13270252c92..3139174095d 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLIsIndexElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLIsIndexElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLLabelElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLLabelElementTest.java
index 7048114252b..565750c1ffc 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLLabelElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLLabelElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLLegendElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLLegendElementTest.java
index f130f091aea..851d5eb8cab 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLLegendElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLLegendElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLLinkElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLLinkElementTest.java
index 809908fe25a..d9f23a2fc6b 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLLinkElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLLinkElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLMapElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLMapElementTest.java
index 48ca48e0430..f3096424341 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLMapElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLMapElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLMarqueeElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLMarqueeElementTest.java
index ed07eb413ab..83c4310db7f 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLMarqueeElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLMarqueeElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLMediaElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLMediaElementTest.java
index 415a0328914..a4e49c39c2b 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLMediaElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLMediaElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLMenuElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLMenuElementTest.java
index 91b94ce46b5..2e6cb80a259 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLMenuElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLMenuElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLMetaElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLMetaElementTest.java
index 3f398158080..ceee3369786 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLMetaElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLMetaElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLMeterElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLMeterElementTest.java
index 7e48500300e..050e2dcc613 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLMeterElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLMeterElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLOListElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLOListElementTest.java
index a063c9c1349..ead2bb094b3 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLOListElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLOListElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElement2Test.java
index cd6b58c7c01..cf9efa9c05d 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElementTest.java
index 91149b18ee2..d8c0628a165 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLObjectElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLOptGroupElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptGroupElementTest.java
index df9f209bb52..e6864ca25cb 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLOptGroupElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptGroupElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElement2Test.java
index d562affab23..bf0924120a8 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElementTest.java
index eac38a33130..63676ce21bf 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionsCollectionTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionsCollectionTest.java
index bc10105f267..35c3bd3537a 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionsCollectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLOptionsCollectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLOutputElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLOutputElementTest.java
index 4ff1030f9eb..a9f08124ab6 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLOutputElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLOutputElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLParagraphElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLParagraphElementTest.java
index eaa5ee1747f..10ce900798c 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLParagraphElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLParagraphElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLParamElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLParamElementTest.java
index 7b67e2cc08f..dc4e1edf806 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLParamElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLParamElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLPhraseElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLPhraseElementTest.java
index 643c74c0e2a..fe74cfa3866 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLPhraseElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLPhraseElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLPreElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLPreElementTest.java
index 7ca456d6468..5e3c7cb91d9 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLPreElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLPreElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLProgressElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLProgressElementTest.java
index 2469866eae5..29129b0e0a1 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLProgressElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLProgressElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLQuoteElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLQuoteElementTest.java
index 85dbaf0f0a2..84fcbc4a2c0 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLQuoteElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLQuoteElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLScriptElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLScriptElementTest.java
index e50f50f6a00..41a1fbac4a2 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLScriptElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLScriptElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElement2Test.java
index 49f6d7b7742..953d088ebfd 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElementTest.java
index bf07095754a..c840ca87df2 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLSelectElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLSpanElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLSpanElementTest.java
index 96e4c4756fb..b43ca48ee89 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLSpanElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLSpanElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLStyleElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLStyleElementTest.java
index dc0de2a58a0..5e8db81e896 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLStyleElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLStyleElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElementTest.java
index 4a115c91b44..3e09ce14a28 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCaptionElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCellElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCellElementTest.java
index 8798e2c85cd..3dedf954458 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCellElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableCellElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableColElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableColElementTest.java
index 7f8b3f6248f..3cbb305a894 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableColElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableColElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElement2Test.java
index 75ef903f0f4..9dca6d7e547 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElementTest.java
index 1e50cf202dd..bd3c9e3cab7 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableRowElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableRowElementTest.java
index 5c620c9851d..82efb5a1c03 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableRowElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableRowElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java
index 2c5499b5618..7e028260e56 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTemplateElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTemplateElementTest.java
index 6654c4a4815..49f8f87cfc3 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTemplateElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTemplateElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement2Test.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement2Test.java
index 157c0970b57..96b5002323b 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElement2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElementTest.java
index 6c18ec8ecd9..639569a8726 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTextAreaElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTextElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTextElementTest.java
index 3a061bdcfbf..9e7c2a61b3b 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTextElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTextElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTimeElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTimeElementTest.java
index ee373ad6ee3..67e468038ce 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTimeElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTimeElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLTitleElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLTitleElementTest.java
index bbeaa0120b1..56492dc4add 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLTitleElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLTitleElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLUListElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLUListElementTest.java
index c20c60cd466..8726c40c6b0 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLUListElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLUListElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/html/HTMLVideoElementTest.java b/src/test/java/org/htmlunit/javascript/host/html/HTMLVideoElementTest.java
index f61bc1f684d..9f85a668559 100644
--- a/src/test/java/org/htmlunit/javascript/host/html/HTMLVideoElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/html/HTMLVideoElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/CollatorTest.java b/src/test/java/org/htmlunit/javascript/host/intl/CollatorTest.java
index 38bdf09713b..cc9b1d518c7 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/CollatorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/CollatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormat2Test.java b/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormat2Test.java
index 5a85ab60975..fde3c020e1a 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormat2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormat2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormatTest.java b/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormatTest.java
index 097acb17223..20cb59df54b 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormatTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/DateTimeFormatTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/IntlTest.java b/src/test/java/org/htmlunit/javascript/host/intl/IntlTest.java
index b19de4d101f..15d3c0d5399 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/IntlTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/IntlTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/NumberFormat2Test.java b/src/test/java/org/htmlunit/javascript/host/intl/NumberFormat2Test.java
index 7adea574ace..b4a9ee0dae3 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/NumberFormat2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/NumberFormat2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/NumberFormatTest.java b/src/test/java/org/htmlunit/javascript/host/intl/NumberFormatTest.java
index 6ba4f0c64dd..90cb3fc9d39 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/NumberFormatTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/NumberFormatTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/intl/V8BreakIteratorTest.java b/src/test/java/org/htmlunit/javascript/host/intl/V8BreakIteratorTest.java
index 08d71aad5a4..3a7c96b60e8 100644
--- a/src/test/java/org/htmlunit/javascript/host/intl/V8BreakIteratorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/intl/V8BreakIteratorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/AudioContextTest.java b/src/test/java/org/htmlunit/javascript/host/media/AudioContextTest.java
index efb75715293..0c6eeb60a39 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/AudioContextTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/AudioContextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/AudioParamTest.java b/src/test/java/org/htmlunit/javascript/host/media/AudioParamTest.java
index a275274d2e4..906a247cd44 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/AudioParamTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/AudioParamTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/BaseAudioContextTest.java b/src/test/java/org/htmlunit/javascript/host/media/BaseAudioContextTest.java
index 63604a410f9..4b5c4fcd51d 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/BaseAudioContextTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/BaseAudioContextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/GainNodeTest.java b/src/test/java/org/htmlunit/javascript/host/media/GainNodeTest.java
index 43f5eab2571..5b434db83c3 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/GainNodeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/GainNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/MediaDevicesTest.java b/src/test/java/org/htmlunit/javascript/host/media/MediaDevicesTest.java
index e8792b711d8..14429bff779 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/MediaDevicesTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/MediaDevicesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/MediaSourceTest.java b/src/test/java/org/htmlunit/javascript/host/media/MediaSourceTest.java
index e73c8b540af..91b9f567079 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/MediaSourceTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/MediaSourceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/MediaStreamTest.java b/src/test/java/org/htmlunit/javascript/host/media/MediaStreamTest.java
index 6ddd9091ace..9f3f7b3dd4a 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/MediaStreamTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/MediaStreamTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/OfflineAudioContextTest.java b/src/test/java/org/htmlunit/javascript/host/media/OfflineAudioContextTest.java
index efaec2e0ec9..0a638afa44e 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/OfflineAudioContextTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/OfflineAudioContextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/PeriodicSyncManagerTest.java b/src/test/java/org/htmlunit/javascript/host/media/PeriodicSyncManagerTest.java
index 3ad238b271f..522e1eff963 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/PeriodicSyncManagerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/PeriodicSyncManagerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnectionTest.java b/src/test/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnectionTest.java
index 7fa589a0126..a1767b87628 100644
--- a/src/test/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnectionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/media/rtc/RTCPeerConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/network/NetworkInformationTest.java b/src/test/java/org/htmlunit/javascript/host/network/NetworkInformationTest.java
index 02ed3707859..8006516658d 100644
--- a/src/test/java/org/htmlunit/javascript/host/network/NetworkInformationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/network/NetworkInformationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTest.java b/src/test/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTest.java
index 562ceff69b3..a8689dfe04c 100644
--- a/src/test/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/performance/PerformanceNavigationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTest.java b/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTest.java
index e123bdce245..a664324fef1 100644
--- a/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTimingTest.java b/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTimingTest.java
index be18b723105..d0eb3ac7483 100644
--- a/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTimingTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/performance/PerformanceTimingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGAngleTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGAngleTest.java
index 1b5e2e92568..0a8d633560e 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGAngleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGAngleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGPathElementTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGPathElementTest.java
index 4f24d82077f..c7bb7636f09 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGPathElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGPathElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGSVGElementTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGSVGElementTest.java
index 146279a0f58..c93340efd26 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGSVGElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGSVGElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGTSpanElementTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGTSpanElementTest.java
index 2f64350f328..d55a4f19df7 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGTSpanElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGTSpanElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGTest.java
index 4639347a6ae..7641df4e9f5 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGTextContentElementTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGTextContentElementTest.java
index 8e55ca83245..40e974cb737 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGTextContentElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGTextContentElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGTextElementTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGTextElementTest.java
index 121a829848e..c988ffd3290 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGTextElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGTextElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/svg/SVGTextPathElementTest.java b/src/test/java/org/htmlunit/javascript/host/svg/SVGTextPathElementTest.java
index 30277372101..3b0cdee3143 100644
--- a/src/test/java/org/htmlunit/javascript/host/svg/SVGTextPathElementTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/svg/SVGTextPathElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScopeTest.java b/src/test/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScopeTest.java
index ff0803032c6..418701f1038 100644
--- a/src/test/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScopeTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/worker/DedicatedWorkerGlobalScopeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/worker/WorkerLocationTest.java b/src/test/java/org/htmlunit/javascript/host/worker/WorkerLocationTest.java
index 0f5aca6f63c..60d70343047 100644
--- a/src/test/java/org/htmlunit/javascript/host/worker/WorkerLocationTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/worker/WorkerLocationTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/worker/WorkerNavigatorTest.java b/src/test/java/org/htmlunit/javascript/host/worker/WorkerNavigatorTest.java
index d90f323b548..d3bb5e0fa41 100644
--- a/src/test/java/org/htmlunit/javascript/host/worker/WorkerNavigatorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/worker/WorkerNavigatorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/worker/WorkerTest.java b/src/test/java/org/htmlunit/javascript/host/worker/WorkerTest.java
index f63d4cf5b51..6b7c9ae276c 100644
--- a/src/test/java/org/htmlunit/javascript/host/worker/WorkerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/worker/WorkerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/FormDataTest.java b/src/test/java/org/htmlunit/javascript/host/xml/FormDataTest.java
index 53c01b87706..38f36383027 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/FormDataTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/FormDataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument2Test.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument2Test.java
index cd0fa971612..22f4d499891 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument3Test.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument3Test.java
index a2f5b6873f0..f16cdea524e 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLDocument3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLDocumentTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLDocumentTest.java
index 08f75ff85d6..dbbbb07cb90 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLDocumentTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLDocumentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest2Test.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest2Test.java
index 6b2e0fffd36..861fcd57e7f 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest2Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java
index 09e0bbed023..caec9f0d505 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest4Test.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest4Test.java
index 4053886be4b..ce60e79a38f 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest4Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest5Test.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest5Test.java
index 273fbf58486..6f08291c039 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest5Test.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequest5Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestCORSTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestCORSTest.java
index 82be7c6d5b8..7de355bee11 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestCORSTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestCORSTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTargetTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTargetTest.java
index 39960d3352d..407bc21db96 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTargetTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestEventTargetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestLifeCycleTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestLifeCycleTest.java
index 8bc3f2c62e1..3a9b542de2a 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestLifeCycleTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestLifeCycleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestSentContentTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestSentContentTest.java
index 3c7588464b5..1f155d25076 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestSentContentTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestSentContentTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java
index ff62b32378c..e646b5caa69 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLHttpRequestTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XMLSerializerTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XMLSerializerTest.java
index 3489643e009..0b8ea40e654 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XMLSerializerTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XMLSerializerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/host/xml/XSLTProcessorTest.java b/src/test/java/org/htmlunit/javascript/host/xml/XSLTProcessorTest.java
index 0b9753df24d..1c059e5b239 100644
--- a/src/test/java/org/htmlunit/javascript/host/xml/XSLTProcessorTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/xml/XSLTProcessorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/polyfill/PolyfillTest.java b/src/test/java/org/htmlunit/javascript/polyfill/PolyfillTest.java
index 8c68574e866..6792ccf720f 100644
--- a/src/test/java/org/htmlunit/javascript/polyfill/PolyfillTest.java
+++ b/src/test/java/org/htmlunit/javascript/polyfill/PolyfillTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfigTest.java b/src/test/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfigTest.java
index 1f0d41fcc8b..8bd8efa0109 100644
--- a/src/test/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfigTest.java
+++ b/src/test/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfigTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy2Test.java b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy2Test.java
index 32ff634af2e..236fe2d8687 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy2Test.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy3Test.java b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy3Test.java
index 03f07f8d95b..2c4ecddb249 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy3Test.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxy3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesStringFunctionsTest.java b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesStringFunctionsTest.java
index 4a645fe60ed..6d37c9ba432 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesStringFunctionsTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesStringFunctionsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesTest.java b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesTest.java
index eeeed7a34b6..85a117924b6 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyGlobalPropertiesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyInstancePropertiesTest.java b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyInstancePropertiesTest.java
index bbdbe4fcbf8..b072f25639e 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyInstancePropertiesTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyInstancePropertiesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java
index 448e1f1a8f0..3166de39d9d 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/HtmlUnitRegExpProxyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter2Test.java b/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter2Test.java
index 40c93cd4f81..45b4cf37bf9 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter2Test.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverter2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverterTest.java b/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverterTest.java
index b85b5ebc921..823132e5838 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverterTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/RegExpJsToJavaConverterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/RegExpTest.java b/src/test/java/org/htmlunit/javascript/regexp/RegExpTest.java
index fd15b499d90..b556bb52f3c 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/RegExpTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/RegExpTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/MozillaTestGenerator.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/MozillaTestGenerator.java
index 1dbe98c548f..a43c6e9cd4f 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/MozillaTestGenerator.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/MozillaTestGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AlphanumericTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AlphanumericTest.java
index 8623618a423..f25fe64e41f 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AlphanumericTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AlphanumericTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AsteriskTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AsteriskTest.java
index 356e4ef9281..e64c3f0ef0e 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AsteriskTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/AsteriskTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackslashTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackslashTest.java
index a95326ca48e..0e8cafcb5eb 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackslashTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackslashTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackspaceTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackspaceTest.java
index f94707f5f69..e61ee246cbc 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackspaceTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BackspaceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BeginLineTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BeginLineTest.java
index 632b342d307..abc48585b22 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BeginLineTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/BeginLineTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CharacterClassTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CharacterClassTest.java
index 46dca409eff..69c8d8299e7 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CharacterClassTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CharacterClassTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CompileTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CompileTest.java
index be95811f280..a836d3797c0 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CompileTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/CompileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DigitTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DigitTest.java
index 3b67340111e..dbb6646300e 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DigitTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DigitTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DotTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DotTest.java
index 4fd167b94c7..9e0ede27b49 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DotTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/DotTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EndLineTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EndLineTest.java
index 5db82b79d76..444b6ae37f7 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EndLineTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EndLineTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EverythingTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EverythingTest.java
index 7a3ae115b54..1c39c93e2f2 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EverythingTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/EverythingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ExecTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ExecTest.java
index 45b0ffea06a..81963ef9a12 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ExecTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ExecTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/FlagsTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/FlagsTest.java
index 66f341004fb..4355a80ae47 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/FlagsTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/FlagsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/GlobalTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/GlobalTest.java
index e27d9009602..3b2d487466f 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/GlobalTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/GlobalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/HexadecimalTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/HexadecimalTest.java
index 9807f786038..0d9d176c306 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/HexadecimalTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/HexadecimalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IgnoreCaseTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IgnoreCaseTest.java
index 92ec3c40077..e3332319d94 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IgnoreCaseTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IgnoreCaseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IntervalTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IntervalTest.java
index 5417c56ae7b..317bfbaa5d7 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IntervalTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/IntervalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/OctalTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/OctalTest.java
index d10ac6447c0..9e8457f0fdf 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/OctalTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/OctalTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ParenthesesTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ParenthesesTest.java
index e70d38a4a8f..93de058dfa2 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ParenthesesTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/ParenthesesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/PlusTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/PlusTest.java
index 9bc0c7fdc64..164b54c237d 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/PlusTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/PlusTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/QuestionMarkTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/QuestionMarkTest.java
index ae72d5188cf..323f0d999fc 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/QuestionMarkTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/QuestionMarkTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SimpleFormTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SimpleFormTest.java
index 22f39e527d3..162a795f8b3 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SimpleFormTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SimpleFormTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SourceTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SourceTest.java
index 888e0e2f4d4..750bb4af432 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SourceTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/SourceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringReplaceTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringReplaceTest.java
index 355db2da629..ab1509e74cc 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringReplaceTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringReplaceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSearchTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSearchTest.java
index 4be689cb353..5f6f39d58bd 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSearchTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSearchTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSplitTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSplitTest.java
index eb2512a632d..eefc24a9b0b 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSplitTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/StringSplitTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/TestTest.java b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/TestTest.java
index d3f24a019b3..301f0ec5936 100644
--- a/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/TestTest.java
+++ b/src/test/java/org/htmlunit/javascript/regexp/mozilla/js1_2/TestTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/BrowserParameterizedRunner.java b/src/test/java/org/htmlunit/junit/BrowserParameterizedRunner.java
index 1be863deda9..79185380f44 100644
--- a/src/test/java/org/htmlunit/junit/BrowserParameterizedRunner.java
+++ b/src/test/java/org/htmlunit/junit/BrowserParameterizedRunner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/BrowserRunner.java b/src/test/java/org/htmlunit/junit/BrowserRunner.java
index 47b80f1ac41..e11fe32a97e 100644
--- a/src/test/java/org/htmlunit/junit/BrowserRunner.java
+++ b/src/test/java/org/htmlunit/junit/BrowserRunner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/BrowserStatement.java b/src/test/java/org/htmlunit/junit/BrowserStatement.java
index 6245b2421d2..f8d0b7b2d2a 100644
--- a/src/test/java/org/htmlunit/junit/BrowserStatement.java
+++ b/src/test/java/org/htmlunit/junit/BrowserStatement.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/BrowserVersionClassRunner.java b/src/test/java/org/htmlunit/junit/BrowserVersionClassRunner.java
index 52bc323d52c..9bcc207f300 100644
--- a/src/test/java/org/htmlunit/junit/BrowserVersionClassRunner.java
+++ b/src/test/java/org/htmlunit/junit/BrowserVersionClassRunner.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/BrowserVersionClassRunnerWithParameters.java b/src/test/java/org/htmlunit/junit/BrowserVersionClassRunnerWithParameters.java
index 9d7b23f825c..0c6928cf566 100644
--- a/src/test/java/org/htmlunit/junit/BrowserVersionClassRunnerWithParameters.java
+++ b/src/test/java/org/htmlunit/junit/BrowserVersionClassRunnerWithParameters.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/FrameworkMethodWithParameters.java b/src/test/java/org/htmlunit/junit/FrameworkMethodWithParameters.java
index 1f79b432476..6bc6990f0a8 100644
--- a/src/test/java/org/htmlunit/junit/FrameworkMethodWithParameters.java
+++ b/src/test/java/org/htmlunit/junit/FrameworkMethodWithParameters.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/Retry.java b/src/test/java/org/htmlunit/junit/Retry.java
index 7303957cf2d..541b88c99c6 100644
--- a/src/test/java/org/htmlunit/junit/Retry.java
+++ b/src/test/java/org/htmlunit/junit/Retry.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/RetryRule.java b/src/test/java/org/htmlunit/junit/RetryRule.java
index 63583c26ff6..dc6016e0313 100644
--- a/src/test/java/org/htmlunit/junit/RetryRule.java
+++ b/src/test/java/org/htmlunit/junit/RetryRule.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/StandardsFrameworkMethod.java b/src/test/java/org/htmlunit/junit/StandardsFrameworkMethod.java
index 8c3c6751d5c..309054a13eb 100644
--- a/src/test/java/org/htmlunit/junit/StandardsFrameworkMethod.java
+++ b/src/test/java/org/htmlunit/junit/StandardsFrameworkMethod.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/StandardsTestClass.java b/src/test/java/org/htmlunit/junit/StandardsTestClass.java
index 92a3f8d5f68..a7ea79dae70 100644
--- a/src/test/java/org/htmlunit/junit/StandardsTestClass.java
+++ b/src/test/java/org/htmlunit/junit/StandardsTestClass.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/junit/TestCaseCorrector.java b/src/test/java/org/htmlunit/junit/TestCaseCorrector.java
index 8024ba16aff..625bd2a85c5 100644
--- a/src/test/java/org/htmlunit/junit/TestCaseCorrector.java
+++ b/src/test/java/org/htmlunit/junit/TestCaseCorrector.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/BirdTest.java b/src/test/java/org/htmlunit/libraries/BirdTest.java
index 9dd084ed60a..28b53c8a889 100644
--- a/src/test/java/org/htmlunit/libraries/BirdTest.java
+++ b/src/test/java/org/htmlunit/libraries/BirdTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/ChartJs2x9x4Test.java b/src/test/java/org/htmlunit/libraries/ChartJs2x9x4Test.java
index 7ff23517769..ad17abd141d 100644
--- a/src/test/java/org/htmlunit/libraries/ChartJs2x9x4Test.java
+++ b/src/test/java/org/htmlunit/libraries/ChartJs2x9x4Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/ChartJs4x4x6Test.java b/src/test/java/org/htmlunit/libraries/ChartJs4x4x6Test.java
index 8ecfb309788..191d9e311cb 100644
--- a/src/test/java/org/htmlunit/libraries/ChartJs4x4x6Test.java
+++ b/src/test/java/org/htmlunit/libraries/ChartJs4x4x6Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/CurvyCornersTest.java b/src/test/java/org/htmlunit/libraries/CurvyCornersTest.java
index fa3e25c3a0f..941621d487d 100644
--- a/src/test/java/org/htmlunit/libraries/CurvyCornersTest.java
+++ b/src/test/java/org/htmlunit/libraries/CurvyCornersTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Dojo102Test.java b/src/test/java/org/htmlunit/libraries/Dojo102Test.java
index 5aadcaac3b2..20f62fff309 100644
--- a/src/test/java/org/htmlunit/libraries/Dojo102Test.java
+++ b/src/test/java/org/htmlunit/libraries/Dojo102Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Dojo193Test.java b/src/test/java/org/htmlunit/libraries/Dojo193Test.java
index 06e99f7b00f..fbc22ff187b 100644
--- a/src/test/java/org/htmlunit/libraries/Dojo193Test.java
+++ b/src/test/java/org/htmlunit/libraries/Dojo193Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/DojoTestBase.java b/src/test/java/org/htmlunit/libraries/DojoTestBase.java
index 5df1e2309d1..2abac403c2b 100644
--- a/src/test/java/org/htmlunit/libraries/DojoTestBase.java
+++ b/src/test/java/org/htmlunit/libraries/DojoTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/ExtJS22Test.java b/src/test/java/org/htmlunit/libraries/ExtJS22Test.java
index df82f566060..1a779412574 100644
--- a/src/test/java/org/htmlunit/libraries/ExtJS22Test.java
+++ b/src/test/java/org/htmlunit/libraries/ExtJS22Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/GWTTest.java b/src/test/java/org/htmlunit/libraries/GWTTest.java
index 53f76d5696e..30ed33ffa27 100644
--- a/src/test/java/org/htmlunit/libraries/GWTTest.java
+++ b/src/test/java/org/htmlunit/libraries/GWTTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/GWTTest2x11x0.java b/src/test/java/org/htmlunit/libraries/GWTTest2x11x0.java
index 0a7b3e79f24..888de7f7991 100644
--- a/src/test/java/org/htmlunit/libraries/GWTTest2x11x0.java
+++ b/src/test/java/org/htmlunit/libraries/GWTTest2x11x0.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/GWTTest2x5x0.java b/src/test/java/org/htmlunit/libraries/GWTTest2x5x0.java
index b527f8c7f18..2ddd82207a3 100644
--- a/src/test/java/org/htmlunit/libraries/GWTTest2x5x0.java
+++ b/src/test/java/org/htmlunit/libraries/GWTTest2x5x0.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest.java b/src/test/java/org/htmlunit/libraries/HtmxTest.java
index 33f0d40d0dc..c09f63a70e1 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest1x7x0.java b/src/test/java/org/htmlunit/libraries/HtmxTest1x7x0.java
index 5424a791a6b..160ff46a8dc 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest1x7x0.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest1x7x0.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest1x8x4.java b/src/test/java/org/htmlunit/libraries/HtmxTest1x8x4.java
index 8b7674df0e5..027a95c1e71 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest1x8x4.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest1x8x4.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest1x9x10.java b/src/test/java/org/htmlunit/libraries/HtmxTest1x9x10.java
index 65a164bf936..3aa464f782d 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest1x9x10.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest1x9x10.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest1x9x12.java b/src/test/java/org/htmlunit/libraries/HtmxTest1x9x12.java
index a9fa7f7704d..a932bc90edb 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest1x9x12.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest1x9x12.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest1x9x2.java b/src/test/java/org/htmlunit/libraries/HtmxTest1x9x2.java
index 4c8d40f351c..e94d9cdc578 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest1x9x2.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest1x9x2.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest2x0x0.java b/src/test/java/org/htmlunit/libraries/HtmxTest2x0x0.java
index 0dfeac2873b..d27a2f68350 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest2x0x0.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest2x0x0.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/HtmxTest2x0x2.java b/src/test/java/org/htmlunit/libraries/HtmxTest2x0x2.java
index 0839c0a73e6..8919ff025b7 100644
--- a/src/test/java/org/htmlunit/libraries/HtmxTest2x0x2.java
+++ b/src/test/java/org/htmlunit/libraries/HtmxTest2x0x2.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/JQuery1x11x3Test.java b/src/test/java/org/htmlunit/libraries/JQuery1x11x3Test.java
index 155093e4fee..70806e47617 100644
--- a/src/test/java/org/htmlunit/libraries/JQuery1x11x3Test.java
+++ b/src/test/java/org/htmlunit/libraries/JQuery1x11x3Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/JQuery1x8x2Test.java b/src/test/java/org/htmlunit/libraries/JQuery1x8x2Test.java
index f34c52fae3b..73be8e352f5 100644
--- a/src/test/java/org/htmlunit/libraries/JQuery1x8x2Test.java
+++ b/src/test/java/org/htmlunit/libraries/JQuery1x8x2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/JQuery3x3x1Test.java b/src/test/java/org/htmlunit/libraries/JQuery3x3x1Test.java
index 70fd6fd275d..adfdecd3239 100644
--- a/src/test/java/org/htmlunit/libraries/JQuery3x3x1Test.java
+++ b/src/test/java/org/htmlunit/libraries/JQuery3x3x1Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/JQueryTestBase.java b/src/test/java/org/htmlunit/libraries/JQueryTestBase.java
index 0607f43e42e..95dd18a17b4 100644
--- a/src/test/java/org/htmlunit/libraries/JQueryTestBase.java
+++ b/src/test/java/org/htmlunit/libraries/JQueryTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/JQueryUsage3x7x1Test.java b/src/test/java/org/htmlunit/libraries/JQueryUsage3x7x1Test.java
index ccb335658de..085ed7620ce 100644
--- a/src/test/java/org/htmlunit/libraries/JQueryUsage3x7x1Test.java
+++ b/src/test/java/org/htmlunit/libraries/JQueryUsage3x7x1Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/LibraryDependencyTest.java b/src/test/java/org/htmlunit/libraries/LibraryDependencyTest.java
index 1b7cb5551ca..42f78a90418 100644
--- a/src/test/java/org/htmlunit/libraries/LibraryDependencyTest.java
+++ b/src/test/java/org/htmlunit/libraries/LibraryDependencyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/MochiKitTest.java b/src/test/java/org/htmlunit/libraries/MochiKitTest.java
index f69410dc345..e83b0719e8a 100644
--- a/src/test/java/org/htmlunit/libraries/MochiKitTest.java
+++ b/src/test/java/org/htmlunit/libraries/MochiKitTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x1.java b/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x1.java
index 48e55effedc..6a62c4d6236 100644
--- a/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x1.java
+++ b/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x1.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java b/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java
index 8bab516b003..52bf95cfcb0 100644
--- a/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java
+++ b/src/test/java/org/htmlunit/libraries/MochiKitTest1x4x2.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/MooTools121Test.java b/src/test/java/org/htmlunit/libraries/MooTools121Test.java
index ad54b742aca..9f43bccaa9c 100644
--- a/src/test/java/org/htmlunit/libraries/MooTools121Test.java
+++ b/src/test/java/org/htmlunit/libraries/MooTools121Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/MyFacesTest.java b/src/test/java/org/htmlunit/libraries/MyFacesTest.java
index 9f7a82fa8d5..59bc1aa99ee 100644
--- a/src/test/java/org/htmlunit/libraries/MyFacesTest.java
+++ b/src/test/java/org/htmlunit/libraries/MyFacesTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/PolymerWebComponentsTest.java b/src/test/java/org/htmlunit/libraries/PolymerWebComponentsTest.java
index 36c93e9f739..bc16ac4271a 100644
--- a/src/test/java/org/htmlunit/libraries/PolymerWebComponentsTest.java
+++ b/src/test/java/org/htmlunit/libraries/PolymerWebComponentsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Prototype150rc1Test.java b/src/test/java/org/htmlunit/libraries/Prototype150rc1Test.java
index 1b72ce98652..c1ce429112f 100644
--- a/src/test/java/org/htmlunit/libraries/Prototype150rc1Test.java
+++ b/src/test/java/org/htmlunit/libraries/Prototype150rc1Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Prototype160Test.java b/src/test/java/org/htmlunit/libraries/Prototype160Test.java
index f1e63c74de3..94075dd0ed2 100644
--- a/src/test/java/org/htmlunit/libraries/Prototype160Test.java
+++ b/src/test/java/org/htmlunit/libraries/Prototype160Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Prototype161Test.java b/src/test/java/org/htmlunit/libraries/Prototype161Test.java
index c3b109399ca..0b66f023868 100644
--- a/src/test/java/org/htmlunit/libraries/Prototype161Test.java
+++ b/src/test/java/org/htmlunit/libraries/Prototype161Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Prototype171Test.java b/src/test/java/org/htmlunit/libraries/Prototype171Test.java
index 2cb9fb30de6..c96ffda0cb9 100644
--- a/src/test/java/org/htmlunit/libraries/Prototype171Test.java
+++ b/src/test/java/org/htmlunit/libraries/Prototype171Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/PrototypeTestBase.java b/src/test/java/org/htmlunit/libraries/PrototypeTestBase.java
index e29c5e96e32..408620411c0 100644
--- a/src/test/java/org/htmlunit/libraries/PrototypeTestBase.java
+++ b/src/test/java/org/htmlunit/libraries/PrototypeTestBase.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Sarissa0993Test.java b/src/test/java/org/htmlunit/libraries/Sarissa0993Test.java
index 73345510ce6..e076c902e62 100644
--- a/src/test/java/org/htmlunit/libraries/Sarissa0993Test.java
+++ b/src/test/java/org/htmlunit/libraries/Sarissa0993Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/Sarissa0997Test.java b/src/test/java/org/htmlunit/libraries/Sarissa0997Test.java
index 588a15e1aa9..f4d0308d2bb 100644
--- a/src/test/java/org/htmlunit/libraries/Sarissa0997Test.java
+++ b/src/test/java/org/htmlunit/libraries/Sarissa0997Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/TinyMceTest.java b/src/test/java/org/htmlunit/libraries/TinyMceTest.java
index 110bd3eda5a..5459cdc5db8 100644
--- a/src/test/java/org/htmlunit/libraries/TinyMceTest.java
+++ b/src/test/java/org/htmlunit/libraries/TinyMceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/VueTest.java b/src/test/java/org/htmlunit/libraries/VueTest.java
index 0e594a25dc8..d961e286ca7 100644
--- a/src/test/java/org/htmlunit/libraries/VueTest.java
+++ b/src/test/java/org/htmlunit/libraries/VueTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/libraries/YuiTest.java b/src/test/java/org/htmlunit/libraries/YuiTest.java
index 4403bfa9cd8..90667c021ad 100644
--- a/src/test/java/org/htmlunit/libraries/YuiTest.java
+++ b/src/test/java/org/htmlunit/libraries/YuiTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java b/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java
index b335e641430..df35e390875 100644
--- a/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java
+++ b/src/test/java/org/htmlunit/platform/dom/traversal/DomTreeWalkerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/protocol/data/DataURLDecoder2Test.java b/src/test/java/org/htmlunit/protocol/data/DataURLDecoder2Test.java
index ba3e71b5adb..56868d334af 100644
--- a/src/test/java/org/htmlunit/protocol/data/DataURLDecoder2Test.java
+++ b/src/test/java/org/htmlunit/protocol/data/DataURLDecoder2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/protocol/data/DataURLDecoderTest.java b/src/test/java/org/htmlunit/protocol/data/DataURLDecoderTest.java
index 0898718c2fb..64e67b95d60 100644
--- a/src/test/java/org/htmlunit/protocol/data/DataURLDecoderTest.java
+++ b/src/test/java/org/htmlunit/protocol/data/DataURLDecoderTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/selenium/IsDisplayedTest.java b/src/test/java/org/htmlunit/selenium/IsDisplayedTest.java
index c45e08ec63a..9d05962f22b 100644
--- a/src/test/java/org/htmlunit/selenium/IsDisplayedTest.java
+++ b/src/test/java/org/htmlunit/selenium/IsDisplayedTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/selenium/SeleniumTest.java b/src/test/java/org/htmlunit/selenium/SeleniumTest.java
index 9d6fb5d79d8..5effeae6cdf 100644
--- a/src/test/java/org/htmlunit/selenium/SeleniumTest.java
+++ b/src/test/java/org/htmlunit/selenium/SeleniumTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/selenium/TypingTest.java b/src/test/java/org/htmlunit/selenium/TypingTest.java
index 80be0b3bc81..43c311cdc96 100644
--- a/src/test/java/org/htmlunit/selenium/TypingTest.java
+++ b/src/test/java/org/htmlunit/selenium/TypingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/source/ElementTestSource.java b/src/test/java/org/htmlunit/source/ElementTestSource.java
index e425e46b89c..6eb372f5035 100644
--- a/src/test/java/org/htmlunit/source/ElementTestSource.java
+++ b/src/test/java/org/htmlunit/source/ElementTestSource.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/source/JQueryExtractor.java b/src/test/java/org/htmlunit/source/JQueryExtractor.java
index fa535da750c..8c59e07e4ed 100644
--- a/src/test/java/org/htmlunit/source/JQueryExtractor.java
+++ b/src/test/java/org/htmlunit/source/JQueryExtractor.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/source/Patch.java b/src/test/java/org/htmlunit/source/Patch.java
index 29035dcb7d1..7b78fca45af 100644
--- a/src/test/java/org/htmlunit/source/Patch.java
+++ b/src/test/java/org/htmlunit/source/Patch.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/source/TestCaseCreator.java b/src/test/java/org/htmlunit/source/TestCaseCreator.java
index b948c759786..0b1a17babf6 100644
--- a/src/test/java/org/htmlunit/source/TestCaseCreator.java
+++ b/src/test/java/org/htmlunit/source/TestCaseCreator.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAltGlyphDefTest.java b/src/test/java/org/htmlunit/svg/SvgAltGlyphDefTest.java
index 70a04669cfa..7f23f992d01 100644
--- a/src/test/java/org/htmlunit/svg/SvgAltGlyphDefTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAltGlyphDefTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAltGlyphItemTest.java b/src/test/java/org/htmlunit/svg/SvgAltGlyphItemTest.java
index e9b468fd919..06510fb3a68 100644
--- a/src/test/java/org/htmlunit/svg/SvgAltGlyphItemTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAltGlyphItemTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAltGlyphTest.java b/src/test/java/org/htmlunit/svg/SvgAltGlyphTest.java
index 04a258d5280..6dbe70161b7 100644
--- a/src/test/java/org/htmlunit/svg/SvgAltGlyphTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAltGlyphTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAnchorTest.java b/src/test/java/org/htmlunit/svg/SvgAnchorTest.java
index 53a1fd17a5d..feb51d87ced 100644
--- a/src/test/java/org/htmlunit/svg/SvgAnchorTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAnchorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAnimateColorTest.java b/src/test/java/org/htmlunit/svg/SvgAnimateColorTest.java
index 849e2b86884..aec1637c8b9 100644
--- a/src/test/java/org/htmlunit/svg/SvgAnimateColorTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAnimateColorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAnimateMotionTest.java b/src/test/java/org/htmlunit/svg/SvgAnimateMotionTest.java
index eec20971a24..f0387472eec 100644
--- a/src/test/java/org/htmlunit/svg/SvgAnimateMotionTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAnimateMotionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAnimateTest.java b/src/test/java/org/htmlunit/svg/SvgAnimateTest.java
index e775ef22489..9437ecf2f0f 100644
--- a/src/test/java/org/htmlunit/svg/SvgAnimateTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAnimateTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgAnimateTransformTest.java b/src/test/java/org/htmlunit/svg/SvgAnimateTransformTest.java
index 6a7e9922193..fb679350875 100644
--- a/src/test/java/org/htmlunit/svg/SvgAnimateTransformTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgAnimateTransformTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgCircleTest.java b/src/test/java/org/htmlunit/svg/SvgCircleTest.java
index 825a5735462..b600834982f 100644
--- a/src/test/java/org/htmlunit/svg/SvgCircleTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgCircleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgClipPathTest.java b/src/test/java/org/htmlunit/svg/SvgClipPathTest.java
index 00bc8c30720..2996e2a484c 100644
--- a/src/test/java/org/htmlunit/svg/SvgClipPathTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgClipPathTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgColorProfileTest.java b/src/test/java/org/htmlunit/svg/SvgColorProfileTest.java
index 48141233ac8..ff8b09a40df 100644
--- a/src/test/java/org/htmlunit/svg/SvgColorProfileTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgColorProfileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgCursorTest.java b/src/test/java/org/htmlunit/svg/SvgCursorTest.java
index 363ba443c8c..0c85f92d8de 100644
--- a/src/test/java/org/htmlunit/svg/SvgCursorTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgCursorTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgDefsTest.java b/src/test/java/org/htmlunit/svg/SvgDefsTest.java
index e329c7392a0..89635593394 100644
--- a/src/test/java/org/htmlunit/svg/SvgDefsTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgDefsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgDescTest.java b/src/test/java/org/htmlunit/svg/SvgDescTest.java
index d274d11b6ad..1c9b2708d23 100644
--- a/src/test/java/org/htmlunit/svg/SvgDescTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgDescTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgElementTest.java b/src/test/java/org/htmlunit/svg/SvgElementTest.java
index 335062562b0..8b2d96684a3 100644
--- a/src/test/java/org/htmlunit/svg/SvgElementTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgElementTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgEllipseTest.java b/src/test/java/org/htmlunit/svg/SvgEllipseTest.java
index 5d4a79551f2..9ea150c7a05 100644
--- a/src/test/java/org/htmlunit/svg/SvgEllipseTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgEllipseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeBlendTest.java b/src/test/java/org/htmlunit/svg/SvgFeBlendTest.java
index d7edba18ccf..4e5ffe8cf16 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeBlendTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeBlendTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeColorMatrixTest.java b/src/test/java/org/htmlunit/svg/SvgFeColorMatrixTest.java
index c51d2ca1476..d9f09d3a8e9 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeColorMatrixTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeColorMatrixTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeComponentTransferTest.java b/src/test/java/org/htmlunit/svg/SvgFeComponentTransferTest.java
index 2ba3bdd4cf8..431e18c1545 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeComponentTransferTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeComponentTransferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeCompositeTest.java b/src/test/java/org/htmlunit/svg/SvgFeCompositeTest.java
index 7ff76d82ef0..6b190ab4bdc 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeCompositeTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeCompositeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeConvolveMatrixTest.java b/src/test/java/org/htmlunit/svg/SvgFeConvolveMatrixTest.java
index 15b640c8008..d544fa91ae0 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeConvolveMatrixTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeConvolveMatrixTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeDiffuseLightingTest.java b/src/test/java/org/htmlunit/svg/SvgFeDiffuseLightingTest.java
index df3c0573f03..c9ebf573d80 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeDiffuseLightingTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeDiffuseLightingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeDisplacementMapTest.java b/src/test/java/org/htmlunit/svg/SvgFeDisplacementMapTest.java
index f01c2450a43..902f81f1809 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeDisplacementMapTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeDisplacementMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeDistantLightTest.java b/src/test/java/org/htmlunit/svg/SvgFeDistantLightTest.java
index 3dd16ac5d10..14e3e7d3609 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeDistantLightTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeDistantLightTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeFloodTest.java b/src/test/java/org/htmlunit/svg/SvgFeFloodTest.java
index ba398d7a9d0..03f2acef262 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeFloodTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeFloodTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeFuncATest.java b/src/test/java/org/htmlunit/svg/SvgFeFuncATest.java
index 5cb8afee6b1..d254137fe0a 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeFuncATest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeFuncATest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeFuncBTest.java b/src/test/java/org/htmlunit/svg/SvgFeFuncBTest.java
index f30bbf2ee25..3c57e607ba3 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeFuncBTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeFuncBTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeFuncGTest.java b/src/test/java/org/htmlunit/svg/SvgFeFuncGTest.java
index bb1c3e56680..a8b6d889f3c 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeFuncGTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeFuncGTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeFuncRTest.java b/src/test/java/org/htmlunit/svg/SvgFeFuncRTest.java
index 2307b3c7208..12683d7323d 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeFuncRTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeFuncRTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeGaussianBlurTest.java b/src/test/java/org/htmlunit/svg/SvgFeGaussianBlurTest.java
index 8643c1f6ec0..aef9c61336d 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeGaussianBlurTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeGaussianBlurTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeImageTest.java b/src/test/java/org/htmlunit/svg/SvgFeImageTest.java
index 6d83f3c7b84..d368165091f 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeImageTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeImageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeMergeNodeTest.java b/src/test/java/org/htmlunit/svg/SvgFeMergeNodeTest.java
index 2411e6d5897..9e8d0b7ed95 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeMergeNodeTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeMergeNodeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeMergeTest.java b/src/test/java/org/htmlunit/svg/SvgFeMergeTest.java
index 3b9650766e3..f3a016bd37a 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeMergeTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeMergeTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeMorphologyTest.java b/src/test/java/org/htmlunit/svg/SvgFeMorphologyTest.java
index 68e448fe8c9..99039aa4d91 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeMorphologyTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeMorphologyTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeOffsetTest.java b/src/test/java/org/htmlunit/svg/SvgFeOffsetTest.java
index be35e2a9d98..0a6924f5e1b 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeOffsetTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeOffsetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFePointLightTest.java b/src/test/java/org/htmlunit/svg/SvgFePointLightTest.java
index a9a553db2da..151ce5cef93 100644
--- a/src/test/java/org/htmlunit/svg/SvgFePointLightTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFePointLightTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeSpecularLightingTest.java b/src/test/java/org/htmlunit/svg/SvgFeSpecularLightingTest.java
index e7bd782a4bb..54fbc97a9fe 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeSpecularLightingTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeSpecularLightingTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeSpotLightTest.java b/src/test/java/org/htmlunit/svg/SvgFeSpotLightTest.java
index ca614143542..d7047266319 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeSpotLightTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeSpotLightTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeTileTest.java b/src/test/java/org/htmlunit/svg/SvgFeTileTest.java
index 4b20aeb12b8..6cb09ab9f43 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeTileTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeTileTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFeTurbulenceTest.java b/src/test/java/org/htmlunit/svg/SvgFeTurbulenceTest.java
index 49ae2a5de1d..70e00cccfd2 100644
--- a/src/test/java/org/htmlunit/svg/SvgFeTurbulenceTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFeTurbulenceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFilterTest.java b/src/test/java/org/htmlunit/svg/SvgFilterTest.java
index 5b791dfe1fb..0cdf03ffabc 100644
--- a/src/test/java/org/htmlunit/svg/SvgFilterTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFilterTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFontFaceFormatTest.java b/src/test/java/org/htmlunit/svg/SvgFontFaceFormatTest.java
index 7360220dd84..70433b7c0f5 100644
--- a/src/test/java/org/htmlunit/svg/SvgFontFaceFormatTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFontFaceFormatTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFontFaceNameTest.java b/src/test/java/org/htmlunit/svg/SvgFontFaceNameTest.java
index a2164edcdb4..621d27620aa 100644
--- a/src/test/java/org/htmlunit/svg/SvgFontFaceNameTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFontFaceNameTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFontFaceSrcTest.java b/src/test/java/org/htmlunit/svg/SvgFontFaceSrcTest.java
index 03311653838..86c603ec6b6 100644
--- a/src/test/java/org/htmlunit/svg/SvgFontFaceSrcTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFontFaceSrcTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFontFaceTest.java b/src/test/java/org/htmlunit/svg/SvgFontFaceTest.java
index 8a2425b6475..41f7ed14acc 100644
--- a/src/test/java/org/htmlunit/svg/SvgFontFaceTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFontFaceTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFontFaceURITest.java b/src/test/java/org/htmlunit/svg/SvgFontFaceURITest.java
index c0dfabf214b..8134c77a35d 100644
--- a/src/test/java/org/htmlunit/svg/SvgFontFaceURITest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFontFaceURITest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgFontTest.java b/src/test/java/org/htmlunit/svg/SvgFontTest.java
index ec5729e4367..de1b5fa03a3 100644
--- a/src/test/java/org/htmlunit/svg/SvgFontTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgFontTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgForeignObjectTest.java b/src/test/java/org/htmlunit/svg/SvgForeignObjectTest.java
index 94f852d0bda..36761457ed4 100644
--- a/src/test/java/org/htmlunit/svg/SvgForeignObjectTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgForeignObjectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgGlyphRefTest.java b/src/test/java/org/htmlunit/svg/SvgGlyphRefTest.java
index bda7f376b80..d1c2fbaecd3 100644
--- a/src/test/java/org/htmlunit/svg/SvgGlyphRefTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgGlyphRefTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgGlyphTest.java b/src/test/java/org/htmlunit/svg/SvgGlyphTest.java
index 24d9432d8d9..b6c0672beaa 100644
--- a/src/test/java/org/htmlunit/svg/SvgGlyphTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgGlyphTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgGroupTest.java b/src/test/java/org/htmlunit/svg/SvgGroupTest.java
index e091c77ea3d..36d12de1c59 100644
--- a/src/test/java/org/htmlunit/svg/SvgGroupTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgGroupTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgHKernTest.java b/src/test/java/org/htmlunit/svg/SvgHKernTest.java
index 842a58edead..73d4f5ade1c 100644
--- a/src/test/java/org/htmlunit/svg/SvgHKernTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgHKernTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgImageTest.java b/src/test/java/org/htmlunit/svg/SvgImageTest.java
index 7980743d6d0..7d5a1cb8082 100644
--- a/src/test/java/org/htmlunit/svg/SvgImageTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgImageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgJavaScriptTest.java b/src/test/java/org/htmlunit/svg/SvgJavaScriptTest.java
index 421e9f8f8ad..40a9f65f944 100644
--- a/src/test/java/org/htmlunit/svg/SvgJavaScriptTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgJavaScriptTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgLineTest.java b/src/test/java/org/htmlunit/svg/SvgLineTest.java
index 3a3c7977a5e..150f9ebf178 100644
--- a/src/test/java/org/htmlunit/svg/SvgLineTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgLineTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgLinearGradientTest.java b/src/test/java/org/htmlunit/svg/SvgLinearGradientTest.java
index 06a9236add7..2c7147473ca 100644
--- a/src/test/java/org/htmlunit/svg/SvgLinearGradientTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgLinearGradientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgMPathTest.java b/src/test/java/org/htmlunit/svg/SvgMPathTest.java
index 7b0575884f9..efc755e1ad6 100644
--- a/src/test/java/org/htmlunit/svg/SvgMPathTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgMPathTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgMarkerTest.java b/src/test/java/org/htmlunit/svg/SvgMarkerTest.java
index d0a0eaa5d30..720d777e486 100644
--- a/src/test/java/org/htmlunit/svg/SvgMarkerTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgMarkerTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgMaskTest.java b/src/test/java/org/htmlunit/svg/SvgMaskTest.java
index c372312d35b..63f68371918 100644
--- a/src/test/java/org/htmlunit/svg/SvgMaskTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgMaskTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgMatrixTest.java b/src/test/java/org/htmlunit/svg/SvgMatrixTest.java
index 49a0386bc9c..88d70fde6dc 100644
--- a/src/test/java/org/htmlunit/svg/SvgMatrixTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgMatrixTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgMetadataTest.java b/src/test/java/org/htmlunit/svg/SvgMetadataTest.java
index 0cc5d834949..ae480d17aea 100644
--- a/src/test/java/org/htmlunit/svg/SvgMetadataTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgMetadataTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgMissingGlyphTest.java b/src/test/java/org/htmlunit/svg/SvgMissingGlyphTest.java
index 389e8d66baa..ec98060dc17 100644
--- a/src/test/java/org/htmlunit/svg/SvgMissingGlyphTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgMissingGlyphTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgPathTest.java b/src/test/java/org/htmlunit/svg/SvgPathTest.java
index 54fab0245fd..e839c7bc6ec 100644
--- a/src/test/java/org/htmlunit/svg/SvgPathTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgPathTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgPatternTest.java b/src/test/java/org/htmlunit/svg/SvgPatternTest.java
index a9a275b2afd..eb7ce1abccb 100644
--- a/src/test/java/org/htmlunit/svg/SvgPatternTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgPatternTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgPolygonTest.java b/src/test/java/org/htmlunit/svg/SvgPolygonTest.java
index 190aac27b02..c56ec50eb0c 100644
--- a/src/test/java/org/htmlunit/svg/SvgPolygonTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgPolygonTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgPolylineTest.java b/src/test/java/org/htmlunit/svg/SvgPolylineTest.java
index 3e326f79f25..7fabd7073ed 100644
--- a/src/test/java/org/htmlunit/svg/SvgPolylineTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgPolylineTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgRadialGradientTest.java b/src/test/java/org/htmlunit/svg/SvgRadialGradientTest.java
index b82723f4b68..9255f2e01fa 100644
--- a/src/test/java/org/htmlunit/svg/SvgRadialGradientTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgRadialGradientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgRectTest.java b/src/test/java/org/htmlunit/svg/SvgRectTest.java
index ede4b5d264e..b8bfd6100bc 100644
--- a/src/test/java/org/htmlunit/svg/SvgRectTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgRectTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgScriptTest.java b/src/test/java/org/htmlunit/svg/SvgScriptTest.java
index 54c639ab08f..37f472220d6 100644
--- a/src/test/java/org/htmlunit/svg/SvgScriptTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgScriptTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgSetTest.java b/src/test/java/org/htmlunit/svg/SvgSetTest.java
index 0e2f53e3660..65af4b95a61 100644
--- a/src/test/java/org/htmlunit/svg/SvgSetTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgSetTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgStopTest.java b/src/test/java/org/htmlunit/svg/SvgStopTest.java
index add6dd99fcd..63aab1fa4ba 100644
--- a/src/test/java/org/htmlunit/svg/SvgStopTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgStopTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgStyleTest.java b/src/test/java/org/htmlunit/svg/SvgStyleTest.java
index 5c996cde548..9bfd1ae6b09 100644
--- a/src/test/java/org/htmlunit/svg/SvgStyleTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgStyleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgSwitchTest.java b/src/test/java/org/htmlunit/svg/SvgSwitchTest.java
index 2a3d286684f..0abca5df2b8 100644
--- a/src/test/java/org/htmlunit/svg/SvgSwitchTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgSwitchTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgSymbolTest.java b/src/test/java/org/htmlunit/svg/SvgSymbolTest.java
index b20aed51763..2067769bdfc 100644
--- a/src/test/java/org/htmlunit/svg/SvgSymbolTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgSymbolTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgTRefTest.java b/src/test/java/org/htmlunit/svg/SvgTRefTest.java
index 09b70d5dce5..a3be31ed78e 100644
--- a/src/test/java/org/htmlunit/svg/SvgTRefTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgTRefTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgTSpanTest.java b/src/test/java/org/htmlunit/svg/SvgTSpanTest.java
index 207725f9023..3dbdb95a20f 100644
--- a/src/test/java/org/htmlunit/svg/SvgTSpanTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgTSpanTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgTextPathTest.java b/src/test/java/org/htmlunit/svg/SvgTextPathTest.java
index a7479bc49f9..d770de1be7a 100644
--- a/src/test/java/org/htmlunit/svg/SvgTextPathTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgTextPathTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgTextTest.java b/src/test/java/org/htmlunit/svg/SvgTextTest.java
index 57cc74166e5..f3176c95c73 100644
--- a/src/test/java/org/htmlunit/svg/SvgTextTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgTextTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgTitleTest.java b/src/test/java/org/htmlunit/svg/SvgTitleTest.java
index 65a021e5ee2..a89bff11923 100644
--- a/src/test/java/org/htmlunit/svg/SvgTitleTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgTitleTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgUseTest.java b/src/test/java/org/htmlunit/svg/SvgUseTest.java
index 165ef0d4d20..2db364844ba 100644
--- a/src/test/java/org/htmlunit/svg/SvgUseTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgUseTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgVKernTest.java b/src/test/java/org/htmlunit/svg/SvgVKernTest.java
index 15f86c45f5e..d82f183ae9e 100644
--- a/src/test/java/org/htmlunit/svg/SvgVKernTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgVKernTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/svg/SvgViewTest.java b/src/test/java/org/htmlunit/svg/SvgViewTest.java
index b98a74525f8..704f8fae78f 100644
--- a/src/test/java/org/htmlunit/svg/SvgViewTest.java
+++ b/src/test/java/org/htmlunit/svg/SvgViewTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/ArrayUtilsTest.java b/src/test/java/org/htmlunit/util/ArrayUtilsTest.java
index 56ef9914a04..1b56d2755d5 100644
--- a/src/test/java/org/htmlunit/util/ArrayUtilsTest.java
+++ b/src/test/java/org/htmlunit/util/ArrayUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/CookieTest.java b/src/test/java/org/htmlunit/util/CookieTest.java
index 3576d5f6ea8..2a95d2fcd55 100644
--- a/src/test/java/org/htmlunit/util/CookieTest.java
+++ b/src/test/java/org/htmlunit/util/CookieTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/DebuggingWebConnectionTest.java b/src/test/java/org/htmlunit/util/DebuggingWebConnectionTest.java
index 956e85a915b..54a32d513e6 100644
--- a/src/test/java/org/htmlunit/util/DebuggingWebConnectionTest.java
+++ b/src/test/java/org/htmlunit/util/DebuggingWebConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/EncodingSnifferTest.java b/src/test/java/org/htmlunit/util/EncodingSnifferTest.java
index 60e69d25fc9..eb895094c57 100644
--- a/src/test/java/org/htmlunit/util/EncodingSnifferTest.java
+++ b/src/test/java/org/htmlunit/util/EncodingSnifferTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/FalsifyingWebConnectionTest.java b/src/test/java/org/htmlunit/util/FalsifyingWebConnectionTest.java
index 4bc4b9a1ab1..e3efba199db 100644
--- a/src/test/java/org/htmlunit/util/FalsifyingWebConnectionTest.java
+++ b/src/test/java/org/htmlunit/util/FalsifyingWebConnectionTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/MemoryLeakDetector.java b/src/test/java/org/htmlunit/util/MemoryLeakDetector.java
index 1c44732e9f5..955ad25be2f 100644
--- a/src/test/java/org/htmlunit/util/MemoryLeakDetector.java
+++ b/src/test/java/org/htmlunit/util/MemoryLeakDetector.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/OrderedFastHashMapTest.java b/src/test/java/org/htmlunit/util/OrderedFastHashMapTest.java
index 5d2d89d6f5f..58cd7c07e5f 100644
--- a/src/test/java/org/htmlunit/util/OrderedFastHashMapTest.java
+++ b/src/test/java/org/htmlunit/util/OrderedFastHashMapTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/RandomUtils.java b/src/test/java/org/htmlunit/util/RandomUtils.java
index 9ffc45900d6..af4ab9be338 100644
--- a/src/test/java/org/htmlunit/util/RandomUtils.java
+++ b/src/test/java/org/htmlunit/util/RandomUtils.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/ServletContentWrapper.java b/src/test/java/org/htmlunit/util/ServletContentWrapper.java
index 83aa211430d..3aff5eb337c 100644
--- a/src/test/java/org/htmlunit/util/ServletContentWrapper.java
+++ b/src/test/java/org/htmlunit/util/ServletContentWrapper.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/StringUtilsTest.java b/src/test/java/org/htmlunit/util/StringUtilsTest.java
index b2acbbb3cf7..23cb3803556 100644
--- a/src/test/java/org/htmlunit/util/StringUtilsTest.java
+++ b/src/test/java/org/htmlunit/util/StringUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/UrlUtilsTest.java b/src/test/java/org/htmlunit/util/UrlUtilsTest.java
index ef99aa228b8..6c55c1d27ff 100644
--- a/src/test/java/org/htmlunit/util/UrlUtilsTest.java
+++ b/src/test/java/org/htmlunit/util/UrlUtilsTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/WebConnectionWrapperTest.java b/src/test/java/org/htmlunit/util/WebConnectionWrapperTest.java
index 56738afe472..9c823c19b3e 100644
--- a/src/test/java/org/htmlunit/util/WebConnectionWrapperTest.java
+++ b/src/test/java/org/htmlunit/util/WebConnectionWrapperTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/geometry/Circle2DTest.java b/src/test/java/org/htmlunit/util/geometry/Circle2DTest.java
index fb98705b4c2..9bfe04f75fe 100644
--- a/src/test/java/org/htmlunit/util/geometry/Circle2DTest.java
+++ b/src/test/java/org/htmlunit/util/geometry/Circle2DTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/geometry/Line2DTest.java b/src/test/java/org/htmlunit/util/geometry/Line2DTest.java
index 6f53113f7f2..75065cf1a74 100644
--- a/src/test/java/org/htmlunit/util/geometry/Line2DTest.java
+++ b/src/test/java/org/htmlunit/util/geometry/Line2DTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/geometry/Point2DTest.java b/src/test/java/org/htmlunit/util/geometry/Point2DTest.java
index db1ae270250..87f440a3f73 100644
--- a/src/test/java/org/htmlunit/util/geometry/Point2DTest.java
+++ b/src/test/java/org/htmlunit/util/geometry/Point2DTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/geometry/Polygon2DTest.java b/src/test/java/org/htmlunit/util/geometry/Polygon2DTest.java
index 970273c0aca..3c477623e4a 100644
--- a/src/test/java/org/htmlunit/util/geometry/Polygon2DTest.java
+++ b/src/test/java/org/htmlunit/util/geometry/Polygon2DTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/geometry/Rectangle2DTest.java b/src/test/java/org/htmlunit/util/geometry/Rectangle2DTest.java
index 6aff7258e08..9fb163a6ef3 100644
--- a/src/test/java/org/htmlunit/util/geometry/Rectangle2DTest.java
+++ b/src/test/java/org/htmlunit/util/geometry/Rectangle2DTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/util/mocks/WebResponseMock.java b/src/test/java/org/htmlunit/util/mocks/WebResponseMock.java
index 66ff37ee4da..6ddcb7a2b32 100644
--- a/src/test/java/org/htmlunit/util/mocks/WebResponseMock.java
+++ b/src/test/java/org/htmlunit/util/mocks/WebResponseMock.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/xml/XmlPage2Test.java b/src/test/java/org/htmlunit/xml/XmlPage2Test.java
index d65bdd3c300..89150249da5 100644
--- a/src/test/java/org/htmlunit/xml/XmlPage2Test.java
+++ b/src/test/java/org/htmlunit/xml/XmlPage2Test.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* 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/src/test/java/org/htmlunit/xml/XmlPageTest.java b/src/test/java/org/htmlunit/xml/XmlPageTest.java
index 74cbf2d145f..37a1d2711b8 100644
--- a/src/test/java/org/htmlunit/xml/XmlPageTest.java
+++ b/src/test/java/org/htmlunit/xml/XmlPageTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2002-2024 Gargoyle Software Inc.
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
From 7d0d2f9eae261c790359cb4ce1514d8a8912d530 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 1 Jan 2025 18:18:57 +0100
Subject: [PATCH 024/516] Happy New Year!
---
checkstyle.xml | 2 +-
src/main/java/org/htmlunit/Version.java | 2 +-
src/test/java/org/htmlunit/CodeStyleTest.java | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/checkstyle.xml b/checkstyle.xml
index 801f430d970..46466aa5cdb 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -24,7 +24,7 @@
-
+
diff --git a/src/main/java/org/htmlunit/Version.java b/src/main/java/org/htmlunit/Version.java
index e57d14f80b2..dcb6d452021 100644
--- a/src/main/java/org/htmlunit/Version.java
+++ b/src/main/java/org/htmlunit/Version.java
@@ -79,6 +79,6 @@ public static String getProductVersion() {
* @return the copyright notice
*/
public static String getCopyright() {
- return "Copyright (c) 2002-2024 Gargoyle Software Inc. All rights reserved.";
+ return "Copyright (c) 2002-2025 Gargoyle Software Inc. All rights reserved.";
}
}
diff --git a/src/test/java/org/htmlunit/CodeStyleTest.java b/src/test/java/org/htmlunit/CodeStyleTest.java
index 88343c018ac..ed5145b3f86 100644
--- a/src/test/java/org/htmlunit/CodeStyleTest.java
+++ b/src/test/java/org/htmlunit/CodeStyleTest.java
@@ -353,7 +353,7 @@ private void licenseYear() throws IOException {
for (final String line : lines) {
if (line.contains("
Date: Thu, 2 Jan 2025 08:18:19 +0100
Subject: [PATCH 025/516] Apache commons-text is no longer a runtime dependency
---
pom.xml | 24 ++-
src/changes/changes.xml | 3 +
.../java/org/htmlunit/html/HtmlTextArea.java | 3 +-
.../java/org/htmlunit/util/StringUtils.java | 188 +++++++++++++++---
.../org/htmlunit/util/StringUtilsTest.java | 129 +++++++++++-
5 files changed, 306 insertions(+), 41 deletions(-)
diff --git a/pom.xml b/pom.xml
index fdaf2a41a55..0b3dee5317a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1257,17 +1257,6 @@
commons-lang33.17.0
-
- org.apache.commons
- commons-text
- 1.13.0
-
-
- org.apache.commons
- commons-lang3
-
-
- commons-iocommons-io
@@ -1381,6 +1370,19 @@
+
+ org.apache.commons
+ commons-text
+ 1.13.0
+ test
+
+
+ org.apache.commons
+ commons-lang3
+
+
+
+
commons-fileuploadcommons-fileupload
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ee1ea36ca09..b3c8d8d398a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Apache commons-text is no longer a runtime dependency.
+
core-js: Extract function calling out of the interpreter loop for performance.
diff --git a/src/main/java/org/htmlunit/html/HtmlTextArea.java b/src/main/java/org/htmlunit/html/HtmlTextArea.java
index b308ea3cccc..8358d359b9f 100644
--- a/src/main/java/org/htmlunit/html/HtmlTextArea.java
+++ b/src/main/java/org/htmlunit/html/HtmlTextArea.java
@@ -21,7 +21,6 @@
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
-import org.apache.commons.text.StringEscapeUtils;
import org.htmlunit.SgmlPage;
import org.htmlunit.html.impl.SelectableTextInput;
import org.htmlunit.html.impl.SelectableTextSelectionDelegate;
@@ -436,7 +435,7 @@ protected void printXml(final String indent, final PrintWriter printWriter) {
printOpeningTagContentAsXml(printWriter);
printWriter.print(">");
- printWriter.print(StringEscapeUtils.escapeXml10(getText()));
+ printWriter.print(org.htmlunit.util.StringUtils.escapeXml(getText()));
printWriter.print("");
}
diff --git a/src/main/java/org/htmlunit/util/StringUtils.java b/src/main/java/org/htmlunit/util/StringUtils.java
index 6e949e00d18..77c6ac89434 100644
--- a/src/main/java/org/htmlunit/util/StringUtils.java
+++ b/src/main/java/org/htmlunit/util/StringUtils.java
@@ -100,11 +100,7 @@ public static boolean startsWithIgnoreCase(final String s, final String expected
}
/**
- * Escapes the characters '<', '>' and '&' into their XML entity equivalents. Note that
- * sometimes we have to use this method instead of
- * {@link org.apache.commons.lang3.StringEscapeUtils#escapeXml(String)} or
- * {@link org.apache.commons.lang3.StringEscapeUtils#escapeHtml4(String)} because those methods
- * escape some unicode characters as well.
+ * Escapes the characters '<', '>' and '&' into their XML entity equivalents.
*
* @param s the string to escape
* @return the escaped form of the specified string
@@ -114,6 +110,83 @@ public static String escapeXmlChars(final String s) {
replaceEach(s, new String[] {"&", "<", ">"}, new String[] {"&", "<", ">"});
}
+ /**
+ * Escape the string to be used as xml 1.0 content be replacing the
+ * characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
+ * @param text the attribute value
+ * @return the escaped value
+ */
+ public static String escapeXml(final String text) {
+ if (text == null) {
+ return null;
+ }
+
+ StringBuilder escaped = null;
+
+ final int offset = 0;
+ final int max = text.length();
+
+ int readOffset = offset;
+
+ for (int i = offset; i < max; i++) {
+ final int codepoint = Character.codePointAt(text, i);
+ final boolean codepointValid = supportedByXML10(codepoint);
+
+ if (!codepointValid
+ || codepoint == '<'
+ || codepoint == '>'
+ || codepoint == '&'
+ || codepoint == '\''
+ || codepoint == '"') {
+
+ // replacement required
+ if (escaped == null) {
+ escaped = new StringBuilder(max);
+ }
+
+ if (i > readOffset) {
+ escaped.append(text, readOffset, i);
+ }
+
+ if (Character.charCount(codepoint) > 1) {
+ i++;
+ }
+ readOffset = i + 1;
+
+ // skip
+ if (!codepointValid) {
+ continue;
+ }
+
+ if (codepoint == '<') {
+ escaped.append("<");
+ }
+ else if (codepoint == '>') {
+ escaped.append(">");
+ }
+ else if (codepoint == '&') {
+ escaped.append("&");
+ }
+ else if (codepoint == '\'') {
+ escaped.append("'");
+ }
+ else if (codepoint == '\"') {
+ escaped.append(""");
+ }
+ }
+ }
+
+ if (escaped == null) {
+ return text;
+ }
+
+ if (max > readOffset) {
+ escaped.append(text, readOffset, max);
+ }
+
+ return escaped.toString();
+ }
+
/**
* Escape the string to be used as attribute value.
* Only {@code <}, {@code &} and {@code "} have to be escaped (see
@@ -122,33 +195,96 @@ public static String escapeXmlChars(final String s) {
* @return the escaped value
*/
public static String escapeXmlAttributeValue(final String attValue) {
- final int len = attValue.length();
- StringBuilder sb = null;
- for (int i = len - 1; i >= 0; --i) {
- final char c = attValue.charAt(i);
- String replacement = null;
- if (c == '<') {
- replacement = "<";
- }
- else if (c == '&') {
- replacement = "&";
- }
- else if (c == '\"') {
- replacement = """;
- }
+ if (attValue == null) {
+ return null;
+ }
+
+ StringBuilder escaped = null;
+
+ final int offset = 0;
+ final int max = attValue.length();
+
+ int readOffset = offset;
+
+ for (int i = offset; i < max; i++) {
+ final int codepoint = Character.codePointAt(attValue, i);
+ final boolean codepointValid = supportedByXML10(codepoint);
+
+ if (!codepointValid
+ || codepoint == '<'
+ || codepoint == '&'
+ || codepoint == '"') {
+
+ // replacement required
+ if (escaped == null) {
+ escaped = new StringBuilder(max);
+ }
+
+ if (i > readOffset) {
+ escaped.append(attValue, readOffset, i);
+ }
+
+ if (Character.charCount(codepoint) > 1) {
+ i++;
+ }
+ readOffset = i + 1;
+
+ // skip
+ if (!codepointValid) {
+ continue;
+ }
- if (replacement != null) {
- if (sb == null) {
- sb = new StringBuilder(attValue);
+ if (codepoint == '<') {
+ escaped.append("<");
+ }
+ else if (codepoint == '&') {
+ escaped.append("&");
+ }
+ else if (codepoint == '\"') {
+ escaped.append(""");
}
- sb.replace(i, i + 1, replacement);
}
}
- if (sb != null) {
- return sb.toString();
+ if (escaped == null) {
+ return attValue;
+ }
+
+ if (max > readOffset) {
+ escaped.append(attValue, readOffset, max);
}
- return attValue;
+
+ return escaped.toString();
+ }
+
+ /*
+ * XML 1.0 does not allow control characters or unpaired Unicode surrogate codepoints.
+ * We will remove characters that do not fit in the following ranges:
+ * #x9 | #xA | #xD | [#x20-#xD7FF] | [#xE000-#xFFFD] | [#x10000-#x10FFFF]
+ */
+ private static boolean supportedByXML10(final int codepoint) {
+ if (codepoint < 0x20) {
+ return codepoint == 0x9 || codepoint == 0xA || codepoint == 0xD;
+ }
+ if (codepoint <= 0xD7FF) {
+ return true;
+ }
+
+ if (codepoint < 0xE000) {
+ return false;
+ }
+ if (codepoint <= 0xFFFD) {
+ return true;
+ }
+
+ if (codepoint < 0x10000) {
+ return false;
+ }
+ if (codepoint <= 0x10FFFF) {
+ return true;
+ }
+
+ return true;
}
/**
diff --git a/src/test/java/org/htmlunit/util/StringUtilsTest.java b/src/test/java/org/htmlunit/util/StringUtilsTest.java
index 23cb3803556..b091bfae969 100644
--- a/src/test/java/org/htmlunit/util/StringUtilsTest.java
+++ b/src/test/java/org/htmlunit/util/StringUtilsTest.java
@@ -15,9 +15,12 @@
package org.htmlunit.util;
import static java.nio.charset.StandardCharsets.UTF_8;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.assertNull;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertThrows;
-import org.htmlunit.SimpleWebTestCase;
import org.htmlunit.html.impl.Color;
import org.junit.Test;
@@ -26,7 +29,7 @@
*
* @author Ronald Brill
*/
-public class StringUtilsTest extends SimpleWebTestCase {
+public class StringUtilsTest {
/**
* @throws Exception if the test fails
@@ -199,4 +202,126 @@ public void stringToByteArray() throws Exception {
assertEquals(8, result.length);
assertEquals(104, result[0]);
}
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ public void escapeXmlAttributeValue() throws Exception {
+ final StringBuilder sb = new StringBuilder();
+ for (int i = 0; i < 1024; i++) {
+ sb.append((char) i);
+ }
+
+ final StringBuilder expected = new StringBuilder("\t\n\r");
+ for (int i = 32; i < 1024; i++) {
+ if (i == '&') {
+ expected.append("&");
+ }
+ else if (i == '<') {
+ expected.append("<");
+ }
+ else if (i == '"') {
+ expected.append(""");
+ }
+ else {
+ expected.append((char) i);
+ }
+ }
+
+ assertEquals(expected.toString(), StringUtils.escapeXmlAttributeValue(sb.toString()));
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ public void escapeXmlAttributeValueBorderCases() throws Exception {
+ assertEquals(null, StringUtils.escapeXmlAttributeValue(null));
+ assertEquals("", StringUtils.escapeXmlAttributeValue(""));
+
+ // [#x20-#xD7FF]
+ assertEquals("", StringUtils.escapeXmlAttributeValue("\u001f"));
+ assertEquals("\u0020", StringUtils.escapeXmlAttributeValue("\u0020"));
+ assertEquals("\u0021", StringUtils.escapeXmlAttributeValue("\u0021"));
+
+ assertEquals("\uD7FE", StringUtils.escapeXmlAttributeValue("\uD7FE"));
+ assertEquals("\uD7FF", StringUtils.escapeXmlAttributeValue("\uD7FF"));
+ assertEquals("", StringUtils.escapeXmlAttributeValue("\uD800"));
+
+ // [#xE000-#xFFFD]
+ assertEquals("", StringUtils.escapeXmlAttributeValue("\uDFFF"));
+ assertEquals("\uE000", StringUtils.escapeXmlAttributeValue("\uE000"));
+ assertEquals("\uE001", StringUtils.escapeXmlAttributeValue("\uE001"));
+
+ assertEquals("\uFFFC", StringUtils.escapeXmlAttributeValue("\uFFFC"));
+ assertEquals("\uFFFD", StringUtils.escapeXmlAttributeValue("\uFFFD"));
+ assertEquals("", StringUtils.escapeXmlAttributeValue("\uFFFE"));
+
+ // [#x10000-#x10FFFF]
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ public void escapeXml() throws Exception {
+ final StringBuilder sb = new StringBuilder();
+ for (int i = 0; i < 1024; i++) {
+ sb.append((char) i);
+ }
+
+ final StringBuilder expected = new StringBuilder("\t\n\r");
+ for (int i = 32; i < 1024; i++) {
+ if (i == '&') {
+ expected.append("&");
+ }
+ else if (i == '<') {
+ expected.append("<");
+ }
+ else if (i == '>') {
+ expected.append(">");
+ }
+ else if (i == '\'') {
+ expected.append("'");
+ }
+ else if (i == '"') {
+ expected.append(""");
+ }
+ else {
+ expected.append((char) i);
+ }
+ }
+
+ assertEquals(expected.toString(), StringUtils.escapeXml(sb.toString()));
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ public void escapeXmlBorderCases() throws Exception {
+ assertEquals(null, StringUtils.escapeXml(null));
+ assertEquals("", StringUtils.escapeXml(""));
+
+ // [#x20-#xD7FF]
+ assertEquals("", StringUtils.escapeXml("\u001f"));
+ assertEquals("\u0020", StringUtils.escapeXml("\u0020"));
+ assertEquals("\u0021", StringUtils.escapeXml("\u0021"));
+
+ assertEquals("\uD7FE", StringUtils.escapeXml("\uD7FE"));
+ assertEquals("\uD7FF", StringUtils.escapeXml("\uD7FF"));
+ assertEquals("", StringUtils.escapeXml("\uD800"));
+
+ // [#xE000-#xFFFD]
+ assertEquals("", StringUtils.escapeXml("\uDFFF"));
+ assertEquals("\uE000", StringUtils.escapeXml("\uE000"));
+ assertEquals("\uE001", StringUtils.escapeXml("\uE001"));
+
+ assertEquals("\uFFFC", StringUtils.escapeXml("\uFFFC"));
+ assertEquals("\uFFFD", StringUtils.escapeXml("\uFFFD"));
+ assertEquals("", StringUtils.escapeXml("\uFFFE"));
+
+ // [#x10000-#x10FFFF]
+ }
}
From 1ffb453132f8956ab89175a24fe6adf83bdff037 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 2 Jan 2025 08:19:25 +0100
Subject: [PATCH 026/516] pmd 7.9.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b3dee5317a..e31c44ab3e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
10.21.24.8.6
- 7.8.0
+ 7.9.04.13.21.3.010.0.4
From 2056b4dbd6cfa32079b3bd53a73bc3dd40a94496 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 2 Jan 2025 09:39:43 +0100
Subject: [PATCH 027/516] jdoc fix
---
src/main/java/org/htmlunit/util/StringUtils.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/htmlunit/util/StringUtils.java b/src/main/java/org/htmlunit/util/StringUtils.java
index 77c6ac89434..f75b9cc2ff8 100644
--- a/src/main/java/org/htmlunit/util/StringUtils.java
+++ b/src/main/java/org/htmlunit/util/StringUtils.java
@@ -112,7 +112,7 @@ public static String escapeXmlChars(final String s) {
/**
* Escape the string to be used as xml 1.0 content be replacing the
- * characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
+ * characters '"', '&', ''', '<', and '>' into their XML entity equivalents.
* @param text the attribute value
* @return the escaped value
*/
From 7a3c32b354eaf9a90a9c7ae549aa6c7eb9694f62 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 2 Jan 2025 12:58:52 +0100
Subject: [PATCH 028/516] use java.util.Base64
---
.../host/WindowOrWorkerGlobalScopeMixin.java | 6 +++---
.../htmlunit/javascript/host/file/FileReader.java | 4 ++--
.../canvas/rendering/AwtRenderingBackend.java | 4 ++--
.../htmlunit/protocol/data/DataUrlDecoder.java | 15 +++++++--------
src/test/java/org/htmlunit/WebTestCase.java | 6 +++---
.../org/htmlunit/archunit/ArchitectureTest.java | 3 +--
6 files changed, 18 insertions(+), 20 deletions(-)
diff --git a/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java b/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java
index 499e7c851bf..395a9d23790 100644
--- a/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java
+++ b/src/main/java/org/htmlunit/javascript/host/WindowOrWorkerGlobalScopeMixin.java
@@ -16,8 +16,8 @@
import java.nio.charset.StandardCharsets;
import java.util.Arrays;
+import java.util.Base64;
-import org.apache.commons.codec.binary.Base64;
import org.htmlunit.Page;
import org.htmlunit.WebWindow;
import org.htmlunit.corejs.javascript.Context;
@@ -63,7 +63,7 @@ public static String atob(final String encodedData) {
}
}
final byte[] bytes = encodedData.getBytes(StandardCharsets.ISO_8859_1);
- return new String(Base64.decodeBase64(bytes), StandardCharsets.ISO_8859_1);
+ return new String(Base64.getDecoder().decode(bytes), StandardCharsets.ISO_8859_1);
}
/**
@@ -79,7 +79,7 @@ public static String btoa(final String stringToEncode) {
}
}
final byte[] bytes = stringToEncode.getBytes(StandardCharsets.ISO_8859_1);
- return new String(Base64.encodeBase64(bytes), StandardCharsets.UTF_8);
+ return new String(Base64.getEncoder().encode(bytes), StandardCharsets.UTF_8);
}
/**
diff --git a/src/main/java/org/htmlunit/javascript/host/file/FileReader.java b/src/main/java/org/htmlunit/javascript/host/file/FileReader.java
index edb58ee1f7d..a2de02792e1 100644
--- a/src/main/java/org/htmlunit/javascript/host/file/FileReader.java
+++ b/src/main/java/org/htmlunit/javascript/host/file/FileReader.java
@@ -18,9 +18,9 @@
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
import java.nio.charset.UnsupportedCharsetException;
+import java.util.Base64;
import java.util.Locale;
-import org.apache.commons.codec.binary.Base64;
import org.apache.commons.io.Charsets;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.logging.Log;
@@ -106,7 +106,7 @@ public void readAsDataURL(final Object object) throws IOException {
result_ = DataURLConnection.DATA_PREFIX;
final byte[] bytes = ((Blob) object).getBytes();
- final String value = new String(Base64.encodeBase64(bytes), StandardCharsets.US_ASCII);
+ final String value = new String(Base64.getEncoder().encode(bytes), StandardCharsets.US_ASCII);
String contentType = ((Blob) object).getType();
if (StringUtils.isEmpty(contentType)) {
diff --git a/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java b/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java
index 8fae3f6ecb7..c2c93436740 100644
--- a/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java
+++ b/src/main/java/org/htmlunit/platform/canvas/rendering/AwtRenderingBackend.java
@@ -34,6 +34,7 @@
import java.nio.charset.StandardCharsets;
import java.util.ArrayDeque;
import java.util.ArrayList;
+import java.util.Base64;
import java.util.Deque;
import java.util.HashMap;
import java.util.List;
@@ -43,7 +44,6 @@
import javax.imageio.ImageIO;
import javax.imageio.ImageReader;
-import org.apache.commons.codec.binary.Base64;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.htmlunit.platform.image.ImageIOImageData;
@@ -537,7 +537,7 @@ public String encodeToString(final String type) throws IOException {
ImageIO.write(image_, imageType, bos);
final byte[] imageBytes = bos.toByteArray();
- return new String(Base64.encodeBase64(imageBytes), StandardCharsets.US_ASCII);
+ return new String(Base64.getEncoder().encode(imageBytes), StandardCharsets.US_ASCII);
}
}
diff --git a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
index e513aeaf7be..a1d73dde950 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
@@ -23,9 +23,8 @@
import java.nio.charset.Charset;
import java.nio.charset.IllegalCharsetNameException;
import java.nio.charset.UnsupportedCharsetException;
+import java.util.Base64;
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang3.StringUtils;
import org.htmlunit.util.MimeType;
@@ -93,11 +92,11 @@ public static DataUrlDecoder decodeDataURL(final String url) throws UnsupportedE
byte[] data = url.substring(comma + 1).getBytes(charset);
data = decodeUrl(data);
if (base64) {
- data = Base64.decodeBase64(data);
+ data = Base64.getDecoder().decode(data);
}
return new DataUrlDecoder(data, mediaType, charset);
}
- catch (final DecoderException e) {
+ catch (final IllegalArgumentException e) {
final UnsupportedEncodingException ex =
new UnsupportedEncodingException("Invalid data url: '" + url + "' (data decoding failed)");
ex.initCause(e);
@@ -167,7 +166,7 @@ public String getDataAsString() throws UnsupportedEncodingException {
}
// adapted from apache commons codec
- private static byte[] decodeUrl(final byte[] bytes) throws DecoderException {
+ private static byte[] decodeUrl(final byte[] bytes) throws IllegalArgumentException {
if (bytes == null) {
return null;
}
@@ -181,7 +180,7 @@ private static byte[] decodeUrl(final byte[] bytes) throws DecoderException {
buffer.write((char) ((u << 4) + l));
}
catch (final ArrayIndexOutOfBoundsException e) {
- throw new DecoderException("Invalid URL encoding: ", e);
+ throw new IllegalArgumentException("Invalid URL encoding: ", e);
}
}
else {
@@ -191,10 +190,10 @@ private static byte[] decodeUrl(final byte[] bytes) throws DecoderException {
return buffer.toByteArray();
}
- private static int digit16(final byte b) throws DecoderException {
+ private static int digit16(final byte b) throws IllegalArgumentException {
final int i = Character.digit((char) b, 16);
if (i == -1) {
- throw new DecoderException("Invalid URL encoding: not a valid digit (radix 16): " + b);
+ throw new IllegalArgumentException("Invalid URL encoding: not a valid digit (radix 16): " + b);
}
return i;
}
diff --git a/src/test/java/org/htmlunit/WebTestCase.java b/src/test/java/org/htmlunit/WebTestCase.java
index 9fdf2f2f21e..38b613befd8 100644
--- a/src/test/java/org/htmlunit/WebTestCase.java
+++ b/src/test/java/org/htmlunit/WebTestCase.java
@@ -29,6 +29,7 @@
import java.nio.file.Paths;
import java.util.ArrayList;
import java.util.Arrays;
+import java.util.Base64;
import java.util.List;
import java.util.Locale;
import java.util.Objects;
@@ -36,7 +37,6 @@
import javax.imageio.ImageIO;
-import org.apache.commons.codec.binary.Base64;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.SerializationUtils;
import org.htmlunit.junit.RetryRule;
@@ -553,7 +553,7 @@ protected String getFileContent(final String fileName) throws IOException {
protected void compareImages(final String expected, final String current) throws IOException {
final String currentBase64Image = current.split(",")[1];
- final byte[] currentImageBytes = Base64.decodeBase64(currentBase64Image);
+ final byte[] currentImageBytes = Base64.getDecoder().decode(currentBase64Image);
try (ByteArrayInputStream currentBis = new ByteArrayInputStream(currentImageBytes)) {
final BufferedImage currentImage = ImageIO.read(currentBis);
@@ -565,7 +565,7 @@ protected void compareImages(final String expected, final String current) throws
protected void compareImages(final String expected,
final String current, final BufferedImage currentImage) throws IOException {
final String expectedBase64Image = expected.split(",")[1];
- final byte[] expectedImageBytes = Base64.decodeBase64(expectedBase64Image);
+ final byte[] expectedImageBytes = Base64.getDecoder().decode(expectedBase64Image);
try (ByteArrayInputStream expectedBis = new ByteArrayInputStream(expectedImageBytes)) {
final BufferedImage expectedImage = ImageIO.read(expectedBis);
diff --git a/src/test/java/org/htmlunit/archunit/ArchitectureTest.java b/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
index d2ff1690a22..b0097dbea54 100644
--- a/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
+++ b/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
@@ -97,8 +97,7 @@ public class ArchitectureTest {
public static final ArchRule jdkBase64Rule = noClasses()
.that()
.resideOutsideOfPackage("org.htmlunit.jetty..")
- .and().resideOutsideOfPackage("org.htmlunit.csp..")
- .should().dependOnClassesThat().haveFullyQualifiedName("java.util.Base64");
+ .should().dependOnClassesThat().haveFullyQualifiedName("org.apache.commons.codec.binary.Base64");
/**
From e1203b4780d6b714d29e5761ec0b5cd9c50126f9 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 2 Jan 2025 14:08:24 +0100
Subject: [PATCH 029/516] reduce dependencies
---
pom.xml | 18 +--
src/changes/changes.xml | 3 +
.../proxyautoconfig/ProxyAutoConfig.java | 4 +-
.../protocol/data/DataUrlDecoder.java | 37 +----
.../java/org/htmlunit/util/SubnetUtils.java | 137 ++++++++++++++++++
src/main/java/org/htmlunit/util/UrlUtils.java | 97 ++++++++++++-
6 files changed, 238 insertions(+), 58 deletions(-)
create mode 100644 src/main/java/org/htmlunit/util/SubnetUtils.java
diff --git a/pom.xml b/pom.xml
index e31c44ab3e8..56c4577ace0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,9 @@
84.8.0-SNAPSHOT
- 4.7.0
+ 4.8.0-SNAPSHOT4.7.0
- 4.7.0
+ 4.8.0-SNAPSHOT4.8.0-SNAPSHOT4.7.0
@@ -1204,10 +1204,6 @@
httpmime${httpcomponents.version}
-
- commons-codec
- commons-codec
- commons-loggingcommons-logging
@@ -1267,16 +1263,6 @@
commons-logging1.3.4
-
- commons-net
- commons-net
- 3.11.1
-
-
- commons-codec
- commons-codec
- 1.17.1
- org.brotlidec
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b3c8d8d398a..6885f62648b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Apache commons-net is no longer a runtime dependency.
+
Apache commons-text is no longer a runtime dependency.
diff --git a/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java b/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java
index f57e0157338..96eb64829cd 100644
--- a/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java
+++ b/src/main/java/org/htmlunit/javascript/proxyautoconfig/ProxyAutoConfig.java
@@ -21,11 +21,11 @@
import java.util.TimeZone;
import org.apache.commons.lang3.StringUtils;
-import org.apache.commons.net.util.SubnetUtils;
import org.htmlunit.javascript.HtmlUnitScriptable;
import org.htmlunit.javascript.JavaScriptEngine;
import org.htmlunit.javascript.configuration.JsxClass;
import org.htmlunit.javascript.configuration.JsxFunction;
+import org.htmlunit.util.SubnetUtils;
/**
* Provides an implementation of Proxy Auto-Config (PAC).
@@ -107,7 +107,7 @@ public static boolean isInNet(final String host, final String pattern, final Str
}
final SubnetUtils subnetUtils = new SubnetUtils(pattern, mask);
- return subnetUtils.getInfo().isInRange(dnsResolve);
+ return subnetUtils.isInRange(dnsResolve);
}
/**
diff --git a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
index a1d73dde950..236aed510f2 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
@@ -17,7 +17,6 @@
import static java.nio.charset.StandardCharsets.US_ASCII;
import static org.htmlunit.protocol.data.DataURLConnection.DATA_PREFIX;
-import java.io.ByteArrayOutputStream;
import java.io.UnsupportedEncodingException;
import java.net.URL;
import java.nio.charset.Charset;
@@ -27,6 +26,7 @@
import org.apache.commons.lang3.StringUtils;
import org.htmlunit.util.MimeType;
+import org.htmlunit.util.UrlUtils;
/**
* Helper to work with data URLs.
@@ -90,7 +90,7 @@ public static DataUrlDecoder decodeDataURL(final String url) throws UnsupportedE
try {
byte[] data = url.substring(comma + 1).getBytes(charset);
- data = decodeUrl(data);
+ data = UrlUtils.decodeDataUrl(data);
if (base64) {
data = Base64.getDecoder().decode(data);
}
@@ -164,37 +164,4 @@ public byte[] getBytes() {
public String getDataAsString() throws UnsupportedEncodingException {
return new String(content_, charset_);
}
-
- // adapted from apache commons codec
- private static byte[] decodeUrl(final byte[] bytes) throws IllegalArgumentException {
- if (bytes == null) {
- return null;
- }
- final ByteArrayOutputStream buffer = new ByteArrayOutputStream();
- for (int i = 0; i < bytes.length; i++) {
- final int b = bytes[i];
- if (b == '%') {
- try {
- final int u = digit16(bytes[++i]);
- final int l = digit16(bytes[++i]);
- buffer.write((char) ((u << 4) + l));
- }
- catch (final ArrayIndexOutOfBoundsException e) {
- throw new IllegalArgumentException("Invalid URL encoding: ", e);
- }
- }
- else {
- buffer.write(b);
- }
- }
- return buffer.toByteArray();
- }
-
- private static int digit16(final byte b) throws IllegalArgumentException {
- final int i = Character.digit((char) b, 16);
- if (i == -1) {
- throw new IllegalArgumentException("Invalid URL encoding: not a valid digit (radix 16): " + b);
- }
- return i;
- }
}
diff --git a/src/main/java/org/htmlunit/util/SubnetUtils.java b/src/main/java/org/htmlunit/util/SubnetUtils.java
new file mode 100644
index 00000000000..a08ba05c118
--- /dev/null
+++ b/src/main/java/org/htmlunit/util/SubnetUtils.java
@@ -0,0 +1,137 @@
+/*
+ * Copyright (c) 2002-2025 Gargoyle Software Inc.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * https://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+package org.htmlunit.util;
+
+import java.util.regex.Matcher;
+import java.util.regex.Pattern;
+
+/**
+ * Performs subnet calculations given a network address and a subnet mask.
+ * Inspired by org.apache.commons.net.util.SubnetUtils.
+ *
+ * @see "http://www.faqs.org/rfcs/rfc1519.html"
+ *
+ * @author Ronald Brill
+ */
+public class SubnetUtils {
+
+ private static final String IP_ADDRESS = "(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})\\.(\\d{1,3})";
+ private static final Pattern ADDRESS_PATTERN = Pattern.compile(IP_ADDRESS);
+ private static final String PARSE_FAIL = "Could not parse [%s]";
+ private static final long UNSIGNED_INT_MASK = 0x0FFFFFFFFL;
+
+ private final int netmask_;
+ private final int address_;
+ private final int network_;
+ private final int broadcast_;
+
+ /**
+ * Constructs an instance from a dotted decimal address and a dotted decimal mask.
+ *
+ * @param address An IP address, e.g. "192.168.0.1"
+ * @param mask A dotted decimal netmask e.g. "255.255.0.0"
+ * @throws IllegalArgumentException if the address or mask is invalid, i.e. does not match n.n.n.n where n=1-3 decimal digits and the mask is not all zeros
+ */
+ public SubnetUtils(final String address, final String mask) {
+ address_ = toInteger(address);
+ netmask_ = toInteger(mask);
+
+ if ((netmask_ & -netmask_) - 1 != ~netmask_) {
+ throw new IllegalArgumentException(String.format(PARSE_FAIL, mask));
+ }
+
+ network_ = address_ & netmask_;
+ broadcast_ = network_ | ~netmask_;
+ }
+
+ /*
+ * Extracts the components of a dotted decimal address and pack into an integer using a regex match
+ */
+ private static int matchAddress(final Matcher matcher) {
+ int addr = 0;
+ for (int i = 1; i <= 4; ++i) {
+ final int n = rangeCheck(Integer.parseInt(matcher.group(i)), 0, 255);
+ addr |= (n & 0xff) << 8 * (4 - i);
+ }
+ return addr;
+ }
+
+ /*
+ * Checks integer boundaries. Checks if a value x is in the range [begin,end]. Returns x if it is in range, throws an exception otherwise.
+ */
+ private static int rangeCheck(final int value, final int begin, final int end) {
+ // (begin,end]
+ if (value >= begin && value <= end) {
+ return value;
+ }
+ throw new IllegalArgumentException("Value [" + value + "] not in range [" + begin + "," + end + "]");
+ }
+
+ /*
+ * Converts a dotted decimal format address to a packed integer format
+ */
+ private static int toInteger(final String address) {
+ final Matcher matcher = ADDRESS_PATTERN.matcher(address);
+ if (matcher.matches()) {
+ return matchAddress(matcher);
+ }
+ throw new IllegalArgumentException(String.format(PARSE_FAIL, address));
+ }
+
+ private long broadcastLong() {
+ return broadcast_ & UNSIGNED_INT_MASK;
+ }
+
+ private int high() {
+ return broadcastLong() - networkLong() > 1 ? broadcast_ - 1 : 0;
+ }
+
+ private int low() {
+ return broadcastLong() - networkLong() > 1 ? network_ + 1 : 0;
+ }
+
+ /** Long versions of the values (as unsigned int) which are more suitable for range checking. */
+ private long networkLong() {
+ return network_ & UNSIGNED_INT_MASK;
+ }
+
+ /**
+ * Tests if the parameter address is in the range of usable endpoint addresses for this subnet. This excludes the network and broadcast
+ * addresses by default. Use {@link SubnetUtils#setInclusiveHostCount(boolean)} to change this.
+ *
+ * @param address the address to check
+ * @return true if it is in range
+ */
+ private boolean isInRange(final int address) {
+ if (address == 0) {
+ return false;
+ }
+ final long addLong = address & UNSIGNED_INT_MASK;
+ final long lowLong = low() & UNSIGNED_INT_MASK;
+ final long highLong = high() & UNSIGNED_INT_MASK;
+ return addLong >= lowLong && addLong <= highLong;
+ }
+
+ /**
+ * Tests if the parameter address is in the range of usable endpoint addresses for this subnet. This excludes the network and broadcast
+ * addresses. Use {@link SubnetUtils#setInclusiveHostCount(boolean)} to change this.
+ *
+ * @param address A dot-delimited IPv4 address, e.g. "192.168.0.1"
+ * @return true if in range, false otherwise
+ */
+ public boolean isInRange(final String address) {
+ return isInRange(toInteger(address));
+ }
+}
diff --git a/src/main/java/org/htmlunit/util/UrlUtils.java b/src/main/java/org/htmlunit/util/UrlUtils.java
index f05c7b981be..729161d9e0b 100644
--- a/src/main/java/org/htmlunit/util/UrlUtils.java
+++ b/src/main/java/org/htmlunit/util/UrlUtils.java
@@ -17,6 +17,7 @@
import static java.nio.charset.StandardCharsets.US_ASCII;
import static java.nio.charset.StandardCharsets.UTF_8;
+import java.io.ByteArrayOutputStream;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URI;
@@ -29,8 +30,6 @@
import java.util.Locale;
import java.util.Objects;
-import org.apache.commons.codec.DecoderException;
-import org.apache.commons.codec.net.URLCodec;
import org.htmlunit.WebAssert;
import org.htmlunit.protocol.AnyHandler;
import org.htmlunit.protocol.javascript.JavaScriptURLConnection;
@@ -347,10 +346,10 @@ public static String encodeQuery(final String query) {
public static String decode(final String escaped) {
try {
final byte[] bytes = escaped.getBytes(US_ASCII);
- final byte[] bytes2 = URLCodec.decodeUrl(bytes);
+ final byte[] bytes2 = decodeUrl(bytes);
return new String(bytes2, UTF_8);
}
- catch (final DecoderException e) {
+ catch (final IllegalArgumentException e) {
// Should never happen.
throw new RuntimeException(e);
}
@@ -366,7 +365,7 @@ public static String decode(final String escaped) {
*/
private static String encode(final String unescaped, final BitSet allowed, final Charset charset) {
final byte[] bytes = unescaped.getBytes(charset);
- final byte[] bytes2 = URLCodec.encodeUrl(allowed, bytes);
+ final byte[] bytes2 = encodeUrl(allowed, bytes);
return encodePercentSign(bytes2);
}
@@ -1380,4 +1379,92 @@ public static URL removeRedundantPort(final URL url) throws MalformedURLExceptio
return url;
}
+ // adapted from apache commons codec
+ public static byte[] decodeDataUrl(final byte[] bytes) throws IllegalArgumentException {
+ if (bytes == null) {
+ return null;
+ }
+ final ByteArrayOutputStream buffer = new ByteArrayOutputStream();
+ for (int i = 0; i < bytes.length; i++) {
+ final int b = bytes[i];
+ if (b == '%') {
+ try {
+ final int u = digit16(bytes[++i]);
+ final int l = digit16(bytes[++i]);
+ buffer.write((char) ((u << 4) + l));
+ }
+ catch (final ArrayIndexOutOfBoundsException e) {
+ throw new IllegalArgumentException("Invalid URL encoding: ", e);
+ }
+ }
+ else {
+ buffer.write(b);
+ }
+ }
+ return buffer.toByteArray();
+ }
+
+ public static final byte[] decodeUrl(final byte[] bytes) throws IllegalArgumentException {
+ if (bytes == null) {
+ return null;
+ }
+ final ByteArrayOutputStream buffer = new ByteArrayOutputStream();
+ for (int i = 0; i < bytes.length; i++) {
+ final int b = bytes[i];
+ if (b == '+') {
+ buffer.write(' ');
+ } else if (b == '%') {
+ try {
+ final int u = digit16(bytes[++i]);
+ final int l = digit16(bytes[++i]);
+ buffer.write((char) ((u << 4) + l));
+ } catch (final ArrayIndexOutOfBoundsException e) {
+ throw new IllegalArgumentException("Invalid URL encoding: ", e);
+ }
+ } else {
+ buffer.write(b);
+ }
+ }
+ return buffer.toByteArray();
+ }
+
+ private static int digit16(final byte b) throws IllegalArgumentException {
+ final int i = Character.digit((char) b, 16);
+ if (i == -1) {
+ throw new IllegalArgumentException("Invalid URL encoding: not a valid digit (radix 16): " + b);
+ }
+ return i;
+ }
+
+ // adapted from apache commons codec
+ public static final byte[] encodeUrl(BitSet urlsafe, final byte[] bytes) {
+ if (bytes == null) {
+ return null;
+ }
+
+ final ByteArrayOutputStream buffer = new ByteArrayOutputStream();
+ for (final byte c : bytes) {
+ int b = c;
+ if (b < 0) {
+ b = 256 + b;
+ }
+ if (urlsafe.get(b)) {
+ if (b == ' ') {
+ b = '+';
+ }
+ buffer.write(b);
+ } else {
+ buffer.write('%');
+ final char hex1 = hexDigit(b >> 4);
+ final char hex2 = hexDigit(b);
+ buffer.write(hex1);
+ buffer.write(hex2);
+ }
+ }
+ return buffer.toByteArray();
+ }
+
+ private static char hexDigit(final int b) {
+ return Character.toUpperCase(Character.forDigit(b & 0xF, 16));
+ }
}
From 664fbdc720c5560cb16141064fed65867171c4a0 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 2 Jan 2025 16:41:41 +0100
Subject: [PATCH 030/516] commons codec is still needed
---
pom.xml | 9 +++++++++
.../java/org/htmlunit/protocol/data/DataUrlDecoder.java | 5 +++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 56c4577ace0..45c42d209c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1204,6 +1204,10 @@
httpmime${httpcomponents.version}
+
+ commons-codec
+ commons-codec
+ commons-loggingcommons-logging
@@ -1263,6 +1267,11 @@
commons-logging1.3.4
+
+ commons-codec
+ commons-codec
+ 1.17.1
+ org.brotlidec
diff --git a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
index 236aed510f2..1c1018ec96f 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
@@ -22,8 +22,8 @@
import java.nio.charset.Charset;
import java.nio.charset.IllegalCharsetNameException;
import java.nio.charset.UnsupportedCharsetException;
-import java.util.Base64;
+import org.apache.commons.codec.binary.Base64;
import org.apache.commons.lang3.StringUtils;
import org.htmlunit.util.MimeType;
import org.htmlunit.util.UrlUtils;
@@ -92,7 +92,8 @@ public static DataUrlDecoder decodeDataURL(final String url) throws UnsupportedE
byte[] data = url.substring(comma + 1).getBytes(charset);
data = UrlUtils.decodeDataUrl(data);
if (base64) {
- data = Base64.getDecoder().decode(data);
+ // the commons codec decoder skip's invalid chars
+ data = Base64.decodeBase64(data);
}
return new DataUrlDecoder(data, mediaType, charset);
}
From 9a40459ddbda488d5516bcccae6049dad17ddf1d Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 3 Jan 2025 11:47:05 +0100
Subject: [PATCH 031/516] fix arch unit tests
---
src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java | 1 -
src/test/java/org/htmlunit/archunit/ArchitectureTest.java | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
index 1c1018ec96f..15891265ecd 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
@@ -24,7 +24,6 @@
import java.nio.charset.UnsupportedCharsetException;
import org.apache.commons.codec.binary.Base64;
-import org.apache.commons.lang3.StringUtils;
import org.htmlunit.util.MimeType;
import org.htmlunit.util.UrlUtils;
diff --git a/src/test/java/org/htmlunit/archunit/ArchitectureTest.java b/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
index b0097dbea54..4e47a3e66e9 100644
--- a/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
+++ b/src/test/java/org/htmlunit/archunit/ArchitectureTest.java
@@ -97,6 +97,7 @@ public class ArchitectureTest {
public static final ArchRule jdkBase64Rule = noClasses()
.that()
.resideOutsideOfPackage("org.htmlunit.jetty..")
+ .and().doNotHaveFullyQualifiedName("org.htmlunit.protocol.data.DataUrlDecoder")
.should().dependOnClassesThat().haveFullyQualifiedName("org.apache.commons.codec.binary.Base64");
From 97938e3f1c153246f9f49a1f57f562f77d8ac187 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 3 Jan 2025 11:59:00 +0100
Subject: [PATCH 032/516] checkstyle
---
.../htmlunit/protocol/data/DataUrlDecoder.java | 1 +
src/main/java/org/htmlunit/util/UrlUtils.java | 16 ++++++++++------
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
index 15891265ecd..1c1018ec96f 100644
--- a/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
+++ b/src/main/java/org/htmlunit/protocol/data/DataUrlDecoder.java
@@ -24,6 +24,7 @@
import java.nio.charset.UnsupportedCharsetException;
import org.apache.commons.codec.binary.Base64;
+import org.apache.commons.lang3.StringUtils;
import org.htmlunit.util.MimeType;
import org.htmlunit.util.UrlUtils;
diff --git a/src/main/java/org/htmlunit/util/UrlUtils.java b/src/main/java/org/htmlunit/util/UrlUtils.java
index 729161d9e0b..226ec5c5faa 100644
--- a/src/main/java/org/htmlunit/util/UrlUtils.java
+++ b/src/main/java/org/htmlunit/util/UrlUtils.java
@@ -1404,7 +1404,7 @@ public static byte[] decodeDataUrl(final byte[] bytes) throws IllegalArgumentExc
return buffer.toByteArray();
}
- public static final byte[] decodeUrl(final byte[] bytes) throws IllegalArgumentException {
+ public static byte[] decodeUrl(final byte[] bytes) throws IllegalArgumentException {
if (bytes == null) {
return null;
}
@@ -1413,15 +1413,18 @@ public static final byte[] decodeUrl(final byte[] bytes) throws IllegalArgumentE
final int b = bytes[i];
if (b == '+') {
buffer.write(' ');
- } else if (b == '%') {
+ }
+ else if (b == '%') {
try {
final int u = digit16(bytes[++i]);
final int l = digit16(bytes[++i]);
buffer.write((char) ((u << 4) + l));
- } catch (final ArrayIndexOutOfBoundsException e) {
+ }
+ catch (final ArrayIndexOutOfBoundsException e) {
throw new IllegalArgumentException("Invalid URL encoding: ", e);
}
- } else {
+ }
+ else {
buffer.write(b);
}
}
@@ -1437,7 +1440,7 @@ private static int digit16(final byte b) throws IllegalArgumentException {
}
// adapted from apache commons codec
- public static final byte[] encodeUrl(BitSet urlsafe, final byte[] bytes) {
+ public static byte[] encodeUrl(final BitSet urlsafe, final byte[] bytes) {
if (bytes == null) {
return null;
}
@@ -1453,7 +1456,8 @@ public static final byte[] encodeUrl(BitSet urlsafe, final byte[] bytes) {
b = '+';
}
buffer.write(b);
- } else {
+ }
+ else {
buffer.write('%');
final char hex1 = hexDigit(b >> 4);
final char hex2 = hexDigit(b);
From ca2487f25705dc138618263c4b48dfdf92c2e1ab Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 8 Jan 2025 13:49:48 +0100
Subject: [PATCH 033/516] upgrade commons-codec to 1.17.2
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 45c42d209c3..83d6db68bbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1270,7 +1270,7 @@
commons-codeccommons-codec
- 1.17.1
+ 1.17.2org.brotli
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6885f62648b..efc685193d7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Upgrade commons-codec to 1.17.2.
+
Apache commons-net is no longer a runtime dependency.
From 3e9b0eb0feee074fc76f45f673cb326dde979221 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 9 Jan 2025 15:20:37 +0100
Subject: [PATCH 034/516] jetty updated to 9.4.57.v20241219
---
pom.xml | 4 ++--
src/changes/changes.xml | 9 +++++++++
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 83d6db68bbe..0c22b04c86e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
4.7.04.8.0-SNAPSHOT4.8.0-SNAPSHOT
- 4.7.0
+ 4.8.0-SNAPSHOT4.5.14
@@ -38,7 +38,7 @@
4.27.0selenium-devtools-v131
- 9.4.56.v20240826
+ 9.4.57.v202412192.24.32.0.16
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index efc685193d7..2af80bac6c4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,15 @@
+
+ websocket-client: jetty updated to 9.4.57.v20241219.
+
+
+ core-js: add an empty slot map (singleton) for cases where no slots exist; this should reduce the memory needed a bit
+
+
+ core-js: methods cannot be used as constructor fixed
+
Upgrade commons-codec to 1.17.2.
From 6a473f0480a2324bcce61286e687c24502ad4bc8 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 11:36:40 +0100
Subject: [PATCH 035/516] document last css work
---
src/changes/changes.xml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2af80bac6c4..f36fdd1a312 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,18 @@
+
+ cssparser: support plain color definitions with var/calc.
+
+
+ cssparser: 'and' is a valid class name.
+
+
+ cssparser: support relative color definitions.
+
+
+ cssparser: support 'none' in color definitions.
+
websocket-client: jetty updated to 9.4.57.v20241219.
From d44f44ea1adc7806496bcb15f45a2a00a4c64e83 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 11:36:50 +0100
Subject: [PATCH 036/516] latest neko
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0c22b04c86e..2ad5975bc1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
4.8.0-SNAPSHOT4.8.0-SNAPSHOT
- 4.7.0
+ 4.8.0-SNAPSHOT4.8.0-SNAPSHOT4.8.0-SNAPSHOT4.8.0-SNAPSHOT
From 0ef820d529f8dbe1f4bbfc38b35b5c445715c93d Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 12:27:26 +0100
Subject: [PATCH 037/516] fail faster
---
.../java/org/htmlunit/CookieManager4Test.java | 11 +++++++
.../java/org/htmlunit/CookieManager5Test.java | 29 ++++++++++++-------
.../java/org/htmlunit/WebServerTestCase.java | 2 +-
3 files changed, 31 insertions(+), 11 deletions(-)
diff --git a/src/test/java/org/htmlunit/CookieManager4Test.java b/src/test/java/org/htmlunit/CookieManager4Test.java
index 50ec34e77ca..bdc7de17b17 100644
--- a/src/test/java/org/htmlunit/CookieManager4Test.java
+++ b/src/test/java/org/htmlunit/CookieManager4Test.java
@@ -1151,4 +1151,15 @@ public void sameSiteIFrameFromSubDomain() throws Exception {
assertEquals("unknown", mgr.getCookie("c5").getSameSite());
}
}
+
+ @Override
+ protected final WebDriver getWebDriver() {
+ final WebDriver driver = super.getWebDriver();
+ if (driver instanceof HtmlUnitDriver) {
+ // set timeout to fail fast when the url not mapped
+ ((HtmlUnitDriver) driver).getWebClient().getOptions().setTimeout(1000);
+ }
+
+ return driver;
+ }
}
diff --git a/src/test/java/org/htmlunit/CookieManager5Test.java b/src/test/java/org/htmlunit/CookieManager5Test.java
index 19f53a7d7d6..f8fdc73d30c 100644
--- a/src/test/java/org/htmlunit/CookieManager5Test.java
+++ b/src/test/java/org/htmlunit/CookieManager5Test.java
@@ -172,16 +172,25 @@ public void updateCookieExpires() throws Exception {
servlets.put(SetCookieExpires1000Servlet.URL, SetCookieExpires1000Servlet.class);
startWebServer("./", null, servlets);
- final WebClient webClient = getWebClient();
- webClient.getPage("http://localhost:" + PORT + SetCookieExpires10Servlet.URL);
- assertEquals(1, webClient.getCookieManager().getCookies().size());
- Cookie cookie = webClient.getCookieManager().getCookies().iterator().next();
- assertFalse("" + cookie.getExpires(), cookie.getExpires().after(date));
-
- webClient.getPage("http://localhost:" + PORT + SetCookieExpires1000Servlet.URL);
- assertEquals(1, webClient.getCookieManager().getCookies().size());
- cookie = webClient.getCookieManager().getCookies().iterator().next();
- assertTrue("" + cookie.getExpires(), cookie.getExpires().after(date));
+ try (WebClient webClient = getWebClient()) {
+ webClient.getPage("http://localhost:" + PORT + SetCookieExpires10Servlet.URL);
+ assertEquals(1, webClient.getCookieManager().getCookies().size());
+ Cookie cookie = webClient.getCookieManager().getCookies().iterator().next();
+ assertFalse("" + cookie.getExpires(), cookie.getExpires().after(date));
+
+ webClient.getPage("http://localhost:" + PORT + SetCookieExpires1000Servlet.URL);
+ assertEquals(1, webClient.getCookieManager().getCookies().size());
+ cookie = webClient.getCookieManager().getCookies().iterator().next();
+ assertTrue("" + cookie.getExpires(), cookie.getExpires().after(date));
+ }
+ }
+
+ @Override
+ protected WebClient getWebClient() {
+ final WebClient webClient = super.getWebClient();
+ // set timeout to fail fast when the url not mapped
+ webClient.getOptions().setTimeout(1000);
+ return webClient;
}
/**
diff --git a/src/test/java/org/htmlunit/WebServerTestCase.java b/src/test/java/org/htmlunit/WebServerTestCase.java
index ae4209c4dd2..cf55669d921 100644
--- a/src/test/java/org/htmlunit/WebServerTestCase.java
+++ b/src/test/java/org/htmlunit/WebServerTestCase.java
@@ -493,7 +493,7 @@ protected SslConnectionFactory getSslConnectionFactory() {
* Returns the WebClient instance for the current test with the current {@link BrowserVersion}.
* @return a WebClient with the current {@link BrowserVersion}
*/
- protected final WebClient getWebClient() {
+ protected WebClient getWebClient() {
if (webClient_ == null) {
webClient_ = new WebClient(getBrowserVersion());
webClient_.setAlertHandler(alertHandler_);
From 53e9727bd6edb881ecf9a0f90c1be77bc58839e3 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 12:49:04 +0100
Subject: [PATCH 038/516] refactor for better timeout handling
---
.../java/org/htmlunit/CookieManager4Test.java | 41 +++++++++++++++++
.../java/org/htmlunit/CookieManagerTest.java | 44 -------------------
2 files changed, 41 insertions(+), 44 deletions(-)
diff --git a/src/test/java/org/htmlunit/CookieManager4Test.java b/src/test/java/org/htmlunit/CookieManager4Test.java
index bdc7de17b17..533bfc1a73d 100644
--- a/src/test/java/org/htmlunit/CookieManager4Test.java
+++ b/src/test/java/org/htmlunit/CookieManager4Test.java
@@ -1152,6 +1152,47 @@ public void sameSiteIFrameFromSubDomain() throws Exception {
}
}
+ /**
+ * Test for issue #270.
+ * @throws Exception in case of error
+ */
+ @Test
+ @Alerts("JDSessionID=1234567890")
+ public void issue270() throws Exception {
+ final List responseHeader1 = new ArrayList<>();
+ responseHeader1.add(new NameValuePair("Set-Cookie", "first=1; path=/c"));
+
+ final String html = "\n"
+ + "\n"
+ + "\n"
+ + "";
+
+ final URL firstUrl = new URL(URL_HOST1);
+ getMockWebConnection().setResponse(firstUrl, html);
+ loadPage2(html, firstUrl);
+
+ loadPage2(HTML_ALERT_COOKIE, firstUrl);
+ verifyTitle2(getWebDriver(), getExpectedAlerts());
+ }
+
@Override
protected final WebDriver getWebDriver() {
final WebDriver driver = super.getWebDriver();
diff --git a/src/test/java/org/htmlunit/CookieManagerTest.java b/src/test/java/org/htmlunit/CookieManagerTest.java
index 52c7aa89420..67eaec733c6 100644
--- a/src/test/java/org/htmlunit/CookieManagerTest.java
+++ b/src/test/java/org/htmlunit/CookieManagerTest.java
@@ -808,48 +808,4 @@ public void cookieSetFromJSWithoutPathUsesCurrentLocation2() throws Exception {
loadPage2(firstUrl, StandardCharsets.ISO_8859_1);
verifyTitle2(getWebDriver(), getExpectedAlerts());
}
-
- /**
- * Test for issue #270.
- * @throws Exception in case of error
- *
- * This requires an entry in your hosts file
- * 127.0.0.1 host1.htmlunit.org
- */
- @Test
- @Alerts("JDSessionID=1234567890")
- public void issue270() throws Exception {
- final List responseHeader1 = new ArrayList<>();
- responseHeader1.add(new NameValuePair("Set-Cookie", "first=1; path=/c"));
-
- final String html = "\n"
- + "\n"
- + "\n"
- + "";
-
- final URL firstUrl = new URL("http://host1.htmlunit.org:" + PORT + "/");
- getMockWebConnection().setResponse(firstUrl, html);
- loadPage2(html, firstUrl);
-
- loadPage2(HTML_ALERT_COOKIE, firstUrl);
- verifyTitle2(getWebDriver(), getExpectedAlerts());
- }
}
From 7a2873b3b1120094da55893f2e03bc5d1c34de6a Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 16:16:30 +0100
Subject: [PATCH 039/516] better kill testing
---
.../background/DefaultJavaScriptExecutor.java | 10 ++++-
.../javascript/JavaScriptEngineTest.java | 38 +++++++++++++++++++
2 files changed, 47 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java b/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java
index 22d8a3a1edc..aeb731f6779 100644
--- a/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java
+++ b/src/main/java/org/htmlunit/javascript/background/DefaultJavaScriptExecutor.java
@@ -102,7 +102,13 @@ private void killThread() {
}
// Stop the thread
- eventLoopThread_.stop();
+ try {
+ eventLoopThread_.stop();
+ }
+ catch (final Exception e) {
+ LOG.warn("JS thread did not interrupt after 10s, maybe there is an endless loop."
+ + "Please consider setting an JavaScriptTimeout for the WebClient.", e);
+ }
}
}
@@ -174,6 +180,8 @@ public void run() {
catch (final InterruptedException e) {
// restore interrupted status
Thread.currentThread().interrupt();
+
+ break;
}
}
}
diff --git a/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java b/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
index 45615879730..59eded705db 100644
--- a/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
+++ b/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
@@ -1182,6 +1182,44 @@ public void shutdownShouldKill() throws Exception {
+ "";
try (WebClient webClient = getWebClient()) {
+ // there is no way to kill a thread in later JDK's
+ // to make the test running we need a final timeout for js stuff
+ webClient.setJavaScriptTimeout(DEFAULT_WAIT_TIME * 20);
+
+ final List collectedAlerts = new ArrayList<>();
+ webClient.setAlertHandler(new CollectingAlertHandler(collectedAlerts));
+
+ loadPage(html);
+ Thread.sleep(100);
+ assertEquals(getExpectedAlerts(), collectedAlerts);
+
+ }
+ Thread.sleep(400);
+ assertTrue(getJavaScriptThreads().isEmpty());
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Retry
+ @Alerts("starting")
+ public void shutdownShouldKillJavaScriptTimeout() throws Exception {
+ final String html = "\n"
+ + "Test page\n"
+ + "\n"
+ + "\n"
+ + "\n"
+ + "";
+
+ try (WebClient webClient = getWebClient()) {
+ webClient.setJavaScriptTimeout(DEFAULT_WAIT_TIME);
+
final List collectedAlerts = new ArrayList<>();
webClient.setAlertHandler(new CollectingAlertHandler(collectedAlerts));
From 932df0fac15a9ed148190d0b4e9bee9db89e9a14 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 16:51:05 +0100
Subject: [PATCH 040/516] fix javadoc
---
src/main/java/org/htmlunit/util/SubnetUtils.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/java/org/htmlunit/util/SubnetUtils.java b/src/main/java/org/htmlunit/util/SubnetUtils.java
index a08ba05c118..527e0c12c0a 100644
--- a/src/main/java/org/htmlunit/util/SubnetUtils.java
+++ b/src/main/java/org/htmlunit/util/SubnetUtils.java
@@ -125,8 +125,8 @@ private boolean isInRange(final int address) {
}
/**
- * Tests if the parameter address is in the range of usable endpoint addresses for this subnet. This excludes the network and broadcast
- * addresses. Use {@link SubnetUtils#setInclusiveHostCount(boolean)} to change this.
+ * Tests if the parameter address is in the range of usable endpoint addresses for this subnet.
+ * This excludes the network and broadcast addresses.
*
* @param address A dot-delimited IPv4 address, e.g. "192.168.0.1"
* @return true if in range, false otherwise
From 0d911759bdc38bf466ffffc247c737411eef5cc0 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 17:11:09 +0100
Subject: [PATCH 041/516] remove sysout
---
.../java/org/htmlunit/javascript/host/crypto/CryptoTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java b/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java
index 8665d6d610f..7b3658018c7 100644
--- a/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/crypto/CryptoTest.java
@@ -102,7 +102,6 @@ public void randomUUID() throws Exception {
final WebDriver driver = loadPage2(html);
final String title = driver.getTitle();
- System.out.println(title);
assertTrue(title, title.matches(getExpectedAlerts()[0]));
}
From 33b9f3a57c1e82207de346dae77363b6604d1de6 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 10 Jan 2025 19:04:49 +0100
Subject: [PATCH 042/516] fix checkstyle dep
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2ad5975bc1e..05df2042465 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
2.0.16
- 10.21.2
+ 10.21.14.8.67.9.04.13.2
From e151c3b7ffbc8811f5f1b1c1fceeca229e97409f Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 12 Jan 2025 11:13:10 +0100
Subject: [PATCH 043/516] use first release builds
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 05df2042465..1da9954e127 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,11 +26,11 @@
84.8.0-SNAPSHOT
- 4.8.0-SNAPSHOT
+ 4.8.04.8.0-SNAPSHOT
- 4.8.0-SNAPSHOT
+ 4.8.04.8.0-SNAPSHOT
- 4.8.0-SNAPSHOT
+ 4.8.04.5.14
From b62c0e6ce3d9d7cfac86ac4e1c1d28ba5d9554f2 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 12 Jan 2025 11:45:04 +0100
Subject: [PATCH 044/516] more release builds
---
pom.xml | 4 ++--
src/changes/changes.xml | 3 ---
2 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1da9954e127..69c5e052a19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,11 +25,11 @@
88
- 4.8.0-SNAPSHOT
+ 4.8.04.8.04.8.0-SNAPSHOT4.8.0
- 4.8.0-SNAPSHOT
+ 4.8.04.8.04.5.14
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f36fdd1a312..2c8c92cf99e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -17,9 +17,6 @@
cssparser: support relative color definitions.
-
- cssparser: support 'none' in color definitions.
-
websocket-client: jetty updated to 9.4.57.v20241219.
From a57fe1850e326b527e64e27656307d14985f418e Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 12 Jan 2025 13:39:53 +0100
Subject: [PATCH 045/516] xml typo
---
src/site/fml/faq.fml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index c0e1d5b3ef4..9b9b7e1fc4e 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -337,9 +337,9 @@ INFO: Redirect requested but followRedirects is disabled
Make sure
-
that you are using the latest version of HtmlUnit, and
-
that you are calling WebClient.close() (or use try-with-resources) when you are finished with your WebClient instance.
-
+
that you are using the latest version of HtmlUnit, and
+
that you are calling WebClient.close() (or use try-with-resources) when you are finished with your WebClient instance.
+
Like real browsers HtmlUnit maintains a history for every window to be able to support the back() action. If you don't need this
From 54e0b8fa109c856ce625b32f73ad83e6185e6e1f Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 12 Jan 2025 13:40:13 +0100
Subject: [PATCH 046/516] ignore owasp 12
---
src/test/java/org/htmlunit/ExternalTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/java/org/htmlunit/ExternalTest.java b/src/test/java/org/htmlunit/ExternalTest.java
index 3d6b5383d03..2cac8dcd0c4 100644
--- a/src/test/java/org/htmlunit/ExternalTest.java
+++ b/src/test/java/org/htmlunit/ExternalTest.java
@@ -339,9 +339,9 @@ private static boolean isIgnored(@SuppressWarnings("unused") final String groupI
return true;
}
- // 11.x requires java11
+ // >= 11.x requires java11
if ("org.owasp".equals(groupId)
- && version.startsWith("11.")) {
+ && (version.startsWith("11.") || version.startsWith("12."))) {
return true;
}
From f33c7c39ab9eb6a605990458fc3e1e83f5bb350c Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 12 Jan 2025 13:40:27 +0100
Subject: [PATCH 047/516] version 4.8.0
---
README.md | 19 +++++++------------
pom.xml | 4 ++--
src/changes/changes.xml | 2 +-
src/site/xdoc/index.xml | 6 +++---
4 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/README.md b/README.md
index 031d258e762..31f3b72101a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 
-Version 4.7.0 / November 29, 2024
+Version 4.8.0 / January 12, 2025
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -15,9 +15,7 @@ Version 4.7.0 / November 29, 2024
**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**
-[HtmlUnit@mastodon][13] | [HtmlUnit@Twitter][3]
-
-[HtmlUnit Kanban Board][6]
+[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
> **Check out HtmlUnit [satellite projects](https://github.com/orgs/HtmlUnit/repositories)**,
such as:
@@ -53,7 +51,7 @@ Add to your `pom.xml`:
org.htmlunithtmlunit
- 4.7.0
+ 4.8.0
```
@@ -62,7 +60,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.7.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0'
```
## Vulnerabilities
@@ -164,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunithtmlunit
- 4.8.0-SNAPSHOT
+ 4.9.0-SNAPSHOT
@@ -183,7 +181,7 @@ repositories {
}
// ...
dependencies {
- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0-SNAPSHOT'
+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9.0-SNAPSHOT'
// ...
}
```
@@ -229,15 +227,12 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
[1]: https://sourceforge.net/projects/htmlunit/files/htmlunit/4.1.0/ "HtmlUnit on sourceforge"
[2]: https://jenkins.wetator.org/view/HtmlUnit/ "HtmlUnit CI"
-[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
[4]: https://www.htmlunit.org "https://www.htmlunit.org"
[5]: https://www.openhub.net/p/HtmlUnit "https://www.openhub.net/p/HtmlUnit"
-[6]: https://github.com/HtmlUnit/htmlunit/projects/1 "https://github.com/HtmlUnit/htmlunit/projects/1"
[7]: https://www.htmlunit.org/gettingStarted.html
[8]: https://www.scrapingbee.com/java-webscraping-book/
[9]: https://www.innoq.com/en/blog/webscraping/
[10]: https://www.webscrapingapi.com/java-web-scraping/
[11]: http://www.mastertheboss.com/java-ee/jsf/how-to-test-jakarta-faces-with-htmlunit-and-arquillian
[12]: https://github.com/HtmlUnit/htmlunit/releases
-[13]: https://fosstodon.org/@HtmlUnit
-[14]: https://webscraping.ai/faq/htmlunit
\ No newline at end of file
+[13]: https://webscraping.ai/faq/htmlunit
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 69c5e052a19..1838413f2c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0org.htmlunithtmlunit
- 4.8.0-SNAPSHOT
+ 4.8.0HtmlUnitGargoyle Software Inc.
@@ -27,7 +27,7 @@
4.8.04.8.0
- 4.8.0-SNAPSHOT
+ 4.8.04.8.04.8.04.8.0
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2c8c92cf99e..c383175d285 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
cssparser: support plain color definitions with var/calc.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 822ca00dd26..ef3136d9d03 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -83,9 +83,9 @@
\n"
+ + "";
+
+ final HtmlPage page = loadPage(html);
+
+ final byte[] bytes = SerializationUtils.serialize(new HtmlDomTreeWalker(page.getBody(), 0, null, false));
+
+ final HtmlDomTreeWalker deserialized = (HtmlDomTreeWalker) SerializationUtils.deserialize(bytes);
+ Assert.assertEquals(page.getBody().getNodeName(), deserialized.getRoot().getNodeName());
+ }
+}
From dd0ae11de848f761dabd7a948cf03184480b3ec3 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 22 Jan 2025 08:46:00 +0100
Subject: [PATCH 066/516] WebClientOptions.Geolocation is serializable now
---
.../java/org/htmlunit/WebClientOptions.java | 2 +-
.../java/org/htmlunit/WebClientOptionsTest.java | 17 +++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/htmlunit/WebClientOptions.java b/src/main/java/org/htmlunit/WebClientOptions.java
index 092ee7fb86e..8060c673e70 100644
--- a/src/main/java/org/htmlunit/WebClientOptions.java
+++ b/src/main/java/org/htmlunit/WebClientOptions.java
@@ -848,7 +848,7 @@ public void setGeolocation(final Geolocation geolocation) {
geolocation_ = geolocation;
}
- public static class Geolocation {
+ public static class Geolocation implements Serializable {
private final double accuracy_;
private final double latitude_;
private final double longitude_;
diff --git a/src/test/java/org/htmlunit/WebClientOptionsTest.java b/src/test/java/org/htmlunit/WebClientOptionsTest.java
index d2af684c155..5ac04f22ecf 100644
--- a/src/test/java/org/htmlunit/WebClientOptionsTest.java
+++ b/src/test/java/org/htmlunit/WebClientOptionsTest.java
@@ -17,6 +17,7 @@
import javax.net.ssl.SSLContext;
import org.apache.commons.lang3.SerializationUtils;
+import org.htmlunit.WebClientOptions.Geolocation;
import org.htmlunit.junit.BrowserRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -48,6 +49,9 @@ public void serialization() throws Exception {
assertEquals(original.isThrowExceptionOnScriptError(), deserialized.isThrowExceptionOnScriptError());
assertEquals(original.isPopupBlockerEnabled(), deserialized.isPopupBlockerEnabled());
assertEquals(original.isRedirectEnabled(), deserialized.isRedirectEnabled());
+
+ assertEquals(original.isGeolocationEnabled(), deserialized.isGeolocationEnabled());
+ assertEquals(original.getGeolocation(), deserialized.getGeolocation());
}
/**
@@ -65,6 +69,9 @@ public void serializationChanged() throws Exception {
original.setPopupBlockerEnabled(true);
original.setRedirectEnabled(false);
+ original.setGeolocationEnabled(true);
+ original.setGeolocation(new WebClientOptions.Geolocation(1d, 2d, 3d, 4d, 5d, 6d, 7d));
+
final byte[] bytes = SerializationUtils.serialize(original);
final WebClientOptions deserialized = (WebClientOptions) SerializationUtils.deserialize(bytes);
@@ -77,6 +84,16 @@ public void serializationChanged() throws Exception {
assertEquals(original.isThrowExceptionOnScriptError(), deserialized.isThrowExceptionOnScriptError());
assertEquals(original.isPopupBlockerEnabled(), deserialized.isPopupBlockerEnabled());
assertEquals(original.isRedirectEnabled(), deserialized.isRedirectEnabled());
+
+ assertEquals(original.isGeolocationEnabled(), deserialized.isGeolocationEnabled());
+ assertEquals(original.getGeolocation().getAccuracy(), deserialized.getGeolocation().getAccuracy());
+ assertEquals(original.getGeolocation().getLatitude(), deserialized.getGeolocation().getLatitude());
+ assertEquals(original.getGeolocation().getLongitude(), deserialized.getGeolocation().getLongitude());
+ assertEquals(original.getGeolocation().getAltitude(), deserialized.getGeolocation().getAltitude());
+ assertEquals(original.getGeolocation().getAltitudeAccuracy(),
+ deserialized.getGeolocation().getAltitudeAccuracy());
+ assertEquals(original.getGeolocation().getHeading(), deserialized.getGeolocation().getHeading());
+ assertEquals(original.getGeolocation().getSpeed(), deserialized.getGeolocation().getSpeed());
}
/**
From a19c3deca863fd5d35b7b5ab7b793338ffb3cb6e Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 22 Jan 2025 08:47:24 +0100
Subject: [PATCH 067/516] code style
---
src/changes/changes.xml | 6 ++++++
src/test/java/org/htmlunit/WebClientOptionsTest.java | 1 -
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 203990b93dd..fe3d80410fa 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,12 @@
+
+ WebClientOptions.Geolocation is serializable now
+
+
+ HtmlDomTreeWalker is serializable now
+
core-js: junit-vintage-engine was NOT marked as 'test' dependency, therefore we had junit
as part of our depenencies/lib/diestribution (regression from 4.8.0)
diff --git a/src/test/java/org/htmlunit/WebClientOptionsTest.java b/src/test/java/org/htmlunit/WebClientOptionsTest.java
index 5ac04f22ecf..e40298eae20 100644
--- a/src/test/java/org/htmlunit/WebClientOptionsTest.java
+++ b/src/test/java/org/htmlunit/WebClientOptionsTest.java
@@ -17,7 +17,6 @@
import javax.net.ssl.SSLContext;
import org.apache.commons.lang3.SerializationUtils;
-import org.htmlunit.WebClientOptions.Geolocation;
import org.htmlunit.junit.BrowserRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
From 0d7fd315b8aeaf8a64e35bec75ec863162d86fa8 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 22 Jan 2025 10:41:47 +0100
Subject: [PATCH 068/516] WebClientOptions SSLTrustStore is transient
---
src/changes/changes.xml | 3 +++
.../java/org/htmlunit/WebClientOptions.java | 4 +++-
.../org/htmlunit/WebClientOptionsTest.java | 18 ++++++++++++++++++
3 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fe3d80410fa..83113663108 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ WebClientOptions SSLTrustStore is transient.
+
WebClientOptions.Geolocation is serializable now
diff --git a/src/main/java/org/htmlunit/WebClientOptions.java b/src/main/java/org/htmlunit/WebClientOptions.java
index 8060c673e70..65748a875f2 100644
--- a/src/main/java/org/htmlunit/WebClientOptions.java
+++ b/src/main/java/org/htmlunit/WebClientOptions.java
@@ -55,7 +55,7 @@ public class WebClientOptions implements Serializable {
private KeyStore sslClientCertificateStore_;
private char[] sslClientCertificatePassword_;
- private KeyStore sslTrustStore_;
+ private transient KeyStore sslTrustStore_;
private String[] sslClientProtocols_;
private String[] sslClientCipherSuites_;
@@ -541,6 +541,7 @@ public String getSSLInsecureProtocol() {
/**
* Sets the SSL server certificate trust store. All server certificates will be validated against
* this trust store.
+ *
This property is transient (because KeyStore is not serializable)
*
* The needed parameters are used to construct a {@link java.security.KeyStore}.
*
@@ -564,6 +565,7 @@ void setSSLTrustStore(final KeyStore keyStore) {
/**
* Gets the SSL TrustStore.
+ *
This property is transient (because KeyStore is not serializable)
* @return the SSL TrustStore for insecure SSL connections
*/
public KeyStore getSSLTrustStore() {
diff --git a/src/test/java/org/htmlunit/WebClientOptionsTest.java b/src/test/java/org/htmlunit/WebClientOptionsTest.java
index e40298eae20..fbcc6816c7b 100644
--- a/src/test/java/org/htmlunit/WebClientOptionsTest.java
+++ b/src/test/java/org/htmlunit/WebClientOptionsTest.java
@@ -14,6 +14,8 @@
*/
package org.htmlunit;
+import java.security.KeyStore;
+
import javax.net.ssl.SSLContext;
import org.apache.commons.lang3.SerializationUtils;
@@ -108,4 +110,20 @@ public void serializationSSLContextProvider() throws Exception {
assertNull(deserialized.getSSLContext());
}
+
+ /**
+ * @throws Exception if an error occurs
+ */
+ @Test
+ public void serializationSSLTrustStore() throws Exception {
+ final WebClientOptions original = new WebClientOptions();
+
+ final KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());
+ original.setSSLTrustStore(keyStore);
+
+ final byte[] bytes = SerializationUtils.serialize(original);
+ final WebClientOptions deserialized = (WebClientOptions) SerializationUtils.deserialize(bytes);
+
+ assertNull(deserialized.getSSLTrustStore());
+ }
}
From feba50361ae31b2305fae6b35704139dc1852c44 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 22 Jan 2025 16:30:01 +0100
Subject: [PATCH 069/516] small optimizations
---
src/test/java/org/htmlunit/WebDriverTestCase.java | 14 ++++++++++++--
.../DownloadingAttachmentHandlerTest.java | 1 +
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/src/test/java/org/htmlunit/WebDriverTestCase.java b/src/test/java/org/htmlunit/WebDriverTestCase.java
index 4a36d791fb0..766dbc3379c 100644
--- a/src/test/java/org/htmlunit/WebDriverTestCase.java
+++ b/src/test/java/org/htmlunit/WebDriverTestCase.java
@@ -1087,18 +1087,28 @@ protected final WebDriver loadPageVerifyTitle2(final String html, final String..
protected final WebDriver verifyTitle2(final long maxWaitTime, final WebDriver driver,
final String... expectedAlerts) throws Exception {
+
+ final StringBuilder expected = new StringBuilder();
+ for (int i = 0; i < expectedAlerts.length; i++) {
+ expected.append(expectedAlerts[i]).append('\u00A7');
+ }
+ final String expectedTitle = expected.toString();
+
final long maxWait = System.currentTimeMillis() + maxWaitTime;
while (System.currentTimeMillis() < maxWait) {
try {
- return verifyTitle2(driver, expectedAlerts);
+ final String title = driver.getTitle();
+ assertEquals(expectedTitle, title);
+ return driver;
}
catch (final AssertionError e) {
// ignore and wait
}
}
- return verifyTitle2(driver, expectedAlerts);
+ assertEquals(expectedTitle, driver.getTitle());
+ return driver;
}
protected final WebDriver verifyTitle2(final WebDriver driver,
diff --git a/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java b/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java
index 3e5065fa3ee..0eac7e885c4 100644
--- a/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java
+++ b/src/test/java/org/htmlunit/attachment/DownloadingAttachmentHandlerTest.java
@@ -164,6 +164,7 @@ public void basicFileNameFromHeader() throws Exception {
final File tmpFolder = new File(System.getProperty("java.io.tmpdir"));
final File downloadFolder = new File(tmpFolder, "downloading-attachment-test");
+ FileUtils.deleteDirectory(downloadFolder);
try {
FileUtils.forceMkdir(downloadFolder);
From 5d2c9c0a38a2e8f2f41340b1d8fdc3dd087e8a0a Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 22 Jan 2025 16:55:34 +0100
Subject: [PATCH 070/516] run on later jdk
---
.../org/htmlunit/javascript/JavaScriptEngineTest.java | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java b/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
index db6bebfba15..e13b18de8b9 100644
--- a/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
+++ b/src/test/java/org/htmlunit/javascript/JavaScriptEngineTest.java
@@ -1184,7 +1184,7 @@ public void shutdownShouldKill() throws Exception {
try (WebClient webClient = getWebClient()) {
// there is no way to kill a thread in later JDK's
// to make the test running we need a final timeout for js stuff
- webClient.setJavaScriptTimeout(DEFAULT_WAIT_TIME * 20);
+ webClient.setJavaScriptTimeout(DEFAULT_WAIT_TIME * 10);
final List collectedAlerts = new ArrayList<>();
webClient.setAlertHandler(new CollectingAlertHandler(collectedAlerts));
@@ -1195,7 +1195,13 @@ public void shutdownShouldKill() throws Exception {
}
Thread.sleep(400);
- assertTrue(getJavaScriptThreads().isEmpty());
+ try {
+ assertTrue(getJavaScriptThreads().isEmpty());
+ }
+ catch (final AssertionError e) {
+ Thread.sleep(DEFAULT_WAIT_TIME * 10);
+ assertTrue(getJavaScriptThreads().isEmpty());
+ }
}
/**
From 59a3c8bd7de8555e0c85cd597bc5aff502352877 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Wed, 22 Jan 2025 19:03:11 +0100
Subject: [PATCH 071/516] version 4.9.0
---
README.md | 8 ++++----
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
src/site/xdoc/index.xml | 6 +++---
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index 31f3b72101a..5b336df1758 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# 
-Version 4.8.0 / January 12, 2025
+Version 4.9.0 / January 22, 2025
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -51,7 +51,7 @@ Add to your `pom.xml`:
org.htmlunithtmlunit
- 4.8.0
+ 4.9.0
```
@@ -60,7 +60,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.8.0'
+implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9.0'
```
## Vulnerabilities
@@ -162,7 +162,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
org.htmlunithtmlunit
- 4.9.0-SNAPSHOT
+ 4.10.0-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index f7f568708f9..6ffd92ba062 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0org.htmlunithtmlunit
- 4.9.0-SNAPSHOT
+ 4.9.0HtmlUnitGargoyle Software Inc.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 83113663108..d844c34855b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,7 +7,7 @@
-
+
WebClientOptions SSLTrustStore is transient.
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ef3136d9d03..2529e6664f4 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -83,9 +83,9 @@
From 0062e1f9dc1a04f16dc990c6e36d8d25ce41c140 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 23 Jan 2025 09:17:48 +0100
Subject: [PATCH 072/516] start working on 4.10.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 6ffd92ba062..18cffbf95bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0org.htmlunithtmlunit
- 4.9.0
+ 4.10.0-SNAPSHOTHtmlUnitGargoyle Software Inc.
From 470e5bd566f6bffc88395a435b92df0a7a0d3f17 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 23 Jan 2025 09:18:06 +0100
Subject: [PATCH 073/516] add https://selenide.org/
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5b336df1758..2f6a6a0e5f3 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,7 @@ HtmlUnit is used as the underlying "browser" by different Open Source tools like
* [WETATOR](https://www.wetator.org/)
* [Selenium Foundation](https://github.com/sbabcoc/Selenium-Foundation)
* [Spring Testing](https://docs.spring.io/spring/docs/current/spring-framework-reference/testing.html#spring-mvc-test-server-htmlunit)
+ * [Selenide](https://selenide.org/)
* [JWebUnit](https://jwebunit.github.io/jwebunit/)
* [JSFUnit](http://www.jboss.org/jsfunit/)
* ...
From 2d8e709104b98650e880dc00c65a0f6cfffd540a Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 26 Jan 2025 11:44:32 +0100
Subject: [PATCH 074/516] cleanup
---
README.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 2f6a6a0e5f3..9102f708bcf 100644
--- a/README.md
+++ b/README.md
@@ -128,10 +128,13 @@ You can start here:
* [The Complete Guide to Web Scraping with Java][10] A small straightforward guide to web scraping with Java.
* [How to test Jakarta Faces with HtmlUnit and Arquillian][11]
* [WebScraping.AI HtmlUnit FAQ][13]:
+
## Contributing
Pull Requests and all other Community Contributions are essential for open source software.
Every contribution - from bug reports to feature requests, typos to full new features - are greatly appreciated.
+Please try to keep your pull requests small (don't bundle unrelated changes) and try to include test cases.
+
## Last CI build
The latest builds are available from our
[Jenkins CI build server][2]
@@ -214,10 +217,6 @@ check dependencies for known security problems
mvn dependency-check:check
```
-### Contributing
-
-I welcome contributions, especially in the form of pull requests.
-Please try to keep your pull requests small (don't bundle unrelated changes) and try to include test cases.
## Some insights
[HtmlUnit at openhub][5]
From aaedfbbefdf46ff983953fe1700229b6218fa2d5 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Sun, 26 Jan 2025 11:45:34 +0100
Subject: [PATCH 075/516] WebClientOptions sslClientCertificateStore is
transient
---
src/changes/changes.xml | 8 ++++++++
.../java/org/htmlunit/WebClientOptions.java | 9 ++++++---
.../org/htmlunit/WebClientOptionsTest.java | 18 ++++++++++++++++++
3 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d844c34855b..475aa35f8e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -7,6 +7,13 @@
+
+
+ WebClientOptions sslClientCertificateStore is transient.
+
+
+
+
WebClientOptions SSLTrustStore is transient.
@@ -32,6 +39,7 @@
+
cssparser: support plain color definitions with var/calc.
diff --git a/src/main/java/org/htmlunit/WebClientOptions.java b/src/main/java/org/htmlunit/WebClientOptions.java
index 65748a875f2..88a5a02cf9a 100644
--- a/src/main/java/org/htmlunit/WebClientOptions.java
+++ b/src/main/java/org/htmlunit/WebClientOptions.java
@@ -53,7 +53,7 @@ public class WebClientOptions implements Serializable {
private boolean isRedirectEnabled_ = true;
private File tempFileDirectory_;
- private KeyStore sslClientCertificateStore_;
+ private transient KeyStore sslClientCertificateStore_;
private char[] sslClientCertificatePassword_;
private transient KeyStore sslTrustStore_;
private String[] sslClientProtocols_;
@@ -188,6 +188,7 @@ public boolean isRedirectEnabled() {
* In some cases the impl seems to pick old certificates from the {@link KeyStore}. To avoid
* that, wrap your {@link KeyStore} inside your own {@link KeyStore} impl and filter out outdated
* certificates.
+ *
This property is transient (because KeyStore is not serializable)
*
* @param keyStore {@link KeyStore} to use
* @param keyStorePassword the keystore password
@@ -205,6 +206,7 @@ public void setSSLClientCertificateKeyStore(final KeyStore keyStore, final char[
* "sun.security.ssl.allowUnsafeRenegotiation" to true, as hinted in
*
* TLS Renegotiation Issue.
+ *
This property is transient (because KeyStore is not serializable)
*
* @param keyStoreUrl the URL which locates the certificate {@link KeyStore}
* @param keyStorePassword the certificate {@link KeyStore} password
@@ -253,6 +255,8 @@ public void setSSLClientCertificateKeyStore(final InputStream keyStoreInputStrea
/**
* Gets the SSLClientCertificateStore.
+ *
This property is transient (because KeyStore is not serializable)
+ *
* @return the KeyStore for use on SSL connections
*/
public KeyStore getSSLClientCertificateStore() {
@@ -542,8 +546,7 @@ public String getSSLInsecureProtocol() {
* Sets the SSL server certificate trust store. All server certificates will be validated against
* this trust store.
*
This property is transient (because KeyStore is not serializable)
- *
- * The needed parameters are used to construct a {@link java.security.KeyStore}.
+ *
The needed parameters are used to construct a {@link java.security.KeyStore}.
*
* @param sslTrustStoreUrl the URL which locates the trust store
* @param sslTrustStorePassword the trust store password
diff --git a/src/test/java/org/htmlunit/WebClientOptionsTest.java b/src/test/java/org/htmlunit/WebClientOptionsTest.java
index fbcc6816c7b..ce5c18718cc 100644
--- a/src/test/java/org/htmlunit/WebClientOptionsTest.java
+++ b/src/test/java/org/htmlunit/WebClientOptionsTest.java
@@ -20,6 +20,7 @@
import org.apache.commons.lang3.SerializationUtils;
import org.htmlunit.junit.BrowserRunner;
+import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -126,4 +127,21 @@ public void serializationSSLTrustStore() throws Exception {
assertNull(deserialized.getSSLTrustStore());
}
+
+ /**
+ * @throws Exception if an error occurs
+ */
+ @Test
+ public void sslClientCertificateStore() throws Exception {
+ final WebClientOptions original = new WebClientOptions();
+
+ final KeyStore keyStore = KeyStore.getInstance(KeyStore.getDefaultType());
+ original.setSSLClientCertificateKeyStore(keyStore, "secret".toCharArray());
+
+ final byte[] bytes = SerializationUtils.serialize(original);
+ final WebClientOptions deserialized = (WebClientOptions) SerializationUtils.deserialize(bytes);
+
+ assertNull(deserialized.getSSLClientCertificateStore());
+ Assert.assertArrayEquals("secret".toCharArray(), deserialized.getSSLClientCertificatePassword());
+ }
}
From 09711a2bb5c4c9451b31bfaba987b2f9d6714fbc Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Tue, 28 Jan 2025 12:19:58 +0100
Subject: [PATCH 076/516] add some more tests
---
.../html/xpath/HtmlUnitXPath2Test.java | 96 ++++++++++++++++++-
1 file changed, 93 insertions(+), 3 deletions(-)
diff --git a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
index f2968a4e618..398c7808cc6 100644
--- a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
+++ b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
@@ -30,6 +30,14 @@
@RunWith(BrowserRunner.class)
public class HtmlUnitXPath2Test extends WebDriverTestCase {
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ protected boolean isWebClientCached() {
+ return true;
+ }
+
/**
* @throws Exception if the test fails
*/
@@ -254,6 +262,51 @@ public void number() throws Exception {
compare("//p[@y=number(\" 13\t \")]");
}
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("false")
+ public void startsWith() throws Exception {
+ compareBooleanValue("starts-with(\"haystack\", \"needle\")");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("true")
+ public void startsWithFound() throws Exception {
+ compareBooleanValue("starts-with(\"haystack\", \"hay\")");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("true")
+ public void startsWithWhole() throws Exception {
+ compareBooleanValue("starts-with(\"haystack\", \"haystack\")");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("true")
+ public void startsWithEmpty() throws Exception {
+ compareBooleanValue("starts-with(\"haystack\", \"\")");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("true")
+ public void startsWithEmptyEmpty() throws Exception {
+ compareBooleanValue("starts-with(\"\", \"\")");
+ }
+
/**
* @throws Exception if the test fails
*/
@@ -319,9 +372,27 @@ public void attrib() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("error")
+ @Alerts("SyntaxError")
public void lowerCaseNotSupported() throws Exception {
- compare("//*[lower-case(@id) = \"a\"]");
+ compareError("//*[lower-case(@id) = \"a\"]");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("SyntaxError")
+ public void upperCaseNotSupported() throws Exception {
+ compareError("//*[upper-case(@id) = \"A\"]");
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts("SyntaxError")
+ public void endsWithNotSupported() throws Exception {
+ compareError("ends-with(\"haystack\", \"haystack\")");
}
private void compare(final String xpath) throws Exception {
@@ -338,7 +409,7 @@ private void compare(final String xpath) throws Exception {
+ " res += node.id;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -399,6 +470,25 @@ private void compareBooleanValue(final String xpath) throws Exception {
loadPageVerifyTitle2(content);
}
+ private void compareError(final String xpath) throws Exception {
+ final String content = "\n"
+ + "\n"
+ + "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(content);
+ }
+
/**
* @throws Exception if the test fails
*/
From 9192409703ba94031d6c8c959f16020c92288eef Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 30 Jan 2025 09:33:15 +0100
Subject: [PATCH 077/516] htmlunit driver update
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 18cffbf95bc..f02c7495f73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,16 +34,16 @@
4.5.14
- 4.27.0
- 4.27.0
- selenium-devtools-v131
+ 4.28.0
+ 4.28.0
+ selenium-devtools-v1329.4.57.v202412192.24.32.0.16
- 10.21.1
+ 10.21.24.9.07.9.04.13.2
From e20c72e2c122363a10a935daf9771eb56a2de74f Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Thu, 30 Jan 2025 10:51:30 +0100
Subject: [PATCH 078/516] commons-codec to 1.18.0
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f02c7495f73..8b1e2a6b795 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1270,7 +1270,7 @@
commons-codeccommons-codec
- 1.17.2
+ 1.18.0org.brotli
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 475aa35f8e8..5932d7619e7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Upgrade commons-codec to 1.18.0.
+
WebClientOptions sslClientCertificateStore is transient.
From df5df39577f19f175175b1134c9cf34b6dcbdeb5 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 31 Jan 2025 09:42:40 +0100
Subject: [PATCH 079/516] Document.evaluate() now throws a SyntaxError instead
of an InternalError
---
src/changes/changes.xml | 3 +
.../htmlunit/javascript/JavaScriptEngine.java | 10 +++
.../javascript/host/dom/Document.java | 2 +-
.../html/xpath/HtmlUnitXPath2Test.java | 64 +++++++++++++++++--
4 files changed, 73 insertions(+), 6 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5932d7619e7..d1fad61ee24 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Document.evaluate() now throws a SyntaxError instead of an InternalError.
+
Upgrade commons-codec to 1.18.0.
diff --git a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
index 197daeef1cd..314b1ad1648 100644
--- a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
+++ b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
@@ -1150,6 +1150,16 @@ public static RuntimeException reportRuntimeError(final String message) {
throw Context.reportRuntimeError(message);
}
+ /**
+ * Report a runtime error using the error reporter for the current thread.
+ *
+ * @param message the error message to report
+ * @return EcmaError
+ */
+ public static EcmaError syntaxError(final String message) {
+ return ScriptRuntime.syntaxError(message);
+ }
+
/**
* Report a runtime error using the error reporter for the current thread.
*
diff --git a/src/main/java/org/htmlunit/javascript/host/dom/Document.java b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
index f66c3e9d39c..2b48776a12b 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Document.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
@@ -580,7 +580,7 @@ else if (resolver instanceof PrefixResolver) {
return xPathResult;
}
catch (final Exception e) {
- throw JavaScriptEngine.reportRuntimeError("Failed to execute 'evaluate': " + e.getMessage());
+ throw JavaScriptEngine.syntaxError("Failed to execute 'evaluate': " + e.getMessage());
}
}
diff --git a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
index 398c7808cc6..f1513098834 100644
--- a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
+++ b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
@@ -38,6 +38,60 @@ protected boolean isWebClientCached() {
return true;
}
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"4", "null"})
+ public void xPathNull() throws Exception {
+ final String content = "\n"
+ + "\n"
+ + "\n"
+ + " \n"
+ + "";
+
+ loadPageVerifyTitle2(content);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"4", "null"})
+ public void xPathUndefined() throws Exception {
+ final String content = "\n"
+ + "\n"
+ + "\n"
+ + " \n"
+ + "";
+
+ loadPageVerifyTitle2(content);
+ }
+
/**
* @throws Exception if the test fails
*/
@@ -55,7 +109,7 @@ public void optionText() throws Exception {
+ " for (var i = 0; i < value.length; i++) {\n"
+ " log(value.charCodeAt(i));\n"
+ " }\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -84,7 +138,7 @@ public void pipe() throws Exception {
+ " res += node;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -114,7 +168,7 @@ public void math() throws Exception {
+ " res += node.id;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -433,7 +487,7 @@ private void compareStringValue(final String xpath) throws Exception {
+ " var expr = '" + xpath + "';\n"
+ " var result = document.evaluate(expr, document.documentElement, null, XPathResult.ANY_TYPE, null);\n"
+ " log(\"'\" + result.stringValue + \"'\");\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -457,7 +511,7 @@ private void compareBooleanValue(final String xpath) throws Exception {
+ " var expr = '" + xpath + "';\n"
+ " var result = document.evaluate(expr, document.documentElement, null, XPathResult.ANY_TYPE, null);\n"
+ " log(result.booleanValue);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
From 2bb31f64e004a591512c1be971e25e8e104a24ac Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 31 Jan 2025 13:43:24 +0100
Subject: [PATCH 080/516] DOMException name property was missing Handling of
the error code when construction DOMException is fixed
---
src/changes/changes.xml | 6 +
.../htmlunit/javascript/JavaScriptEngine.java | 21 +-
.../javascript/host/dom/DOMException.java | 90 ++++++-
.../general/ElementOwnPropertiesTest.java | 93 ++++---
.../ElementOwnPropertySymbolsTest.java | 47 ++--
.../general/ElementPropertiesTest.java | 84 +++++--
.../javascript/host/dom/DOMExceptionTest.java | 233 +++++++++++++++++-
7 files changed, 479 insertions(+), 95 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d1fad61ee24..5ff2e8bd470 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,12 @@
+
+ DOMException name property was missing.
+
+
+ Handling of the error code when construction DOMException is fixed.
+
Document.evaluate() now throws a SyntaxError instead of an InternalError.
diff --git a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
index 314b1ad1648..ed348347efb 100644
--- a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
+++ b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
@@ -46,7 +46,6 @@
import org.htmlunit.corejs.javascript.EcmaError;
import org.htmlunit.corejs.javascript.Function;
import org.htmlunit.corejs.javascript.FunctionObject;
-import org.htmlunit.corejs.javascript.Interpreter;
import org.htmlunit.corejs.javascript.JavaScriptException;
import org.htmlunit.corejs.javascript.NativeArray;
import org.htmlunit.corejs.javascript.NativeArrayIterator;
@@ -1212,24 +1211,10 @@ public static RhinoException asJavaScriptException(final Window window, final DO
exception.setParentScope(window);
exception.setPrototype(window.getPrototype(exception.getClass()));
- // get current line and file name
- // this method can only be used in interpreted mode. If one day we choose to use compiled mode,
- // then we'll have to find an other way here.
- final String fileName;
- final int lineNumber;
- if (Context.getCurrentContext().getOptimizationLevel() == -1) {
- final int[] linep = new int[1];
- final String sourceName = new Interpreter().getSourcePositionFromStack(Context.getCurrentContext(), linep);
- fileName = sourceName.replaceFirst("script in (.*) from .*", "$1");
- lineNumber = linep[0];
- }
- else {
- throw new Error("HtmlUnit not ready to run in compiled mode");
- }
-
- exception.setLocation(fileName, lineNumber);
+ final EcmaError helper = ScriptRuntime.syntaxError("helper");
+ exception.setLocation(helper.lineSource(), helper.lineNumber());
- return new JavaScriptException(exception, fileName, lineNumber);
+ return new JavaScriptException(exception, helper.lineSource(), helper.lineNumber());
}
/**
diff --git a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
index a5989cdf747..9bd7e426a8a 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
@@ -17,6 +17,9 @@
import static org.htmlunit.javascript.configuration.SupportedBrowser.FF;
import static org.htmlunit.javascript.configuration.SupportedBrowser.FF_ESR;
+import java.util.Arrays;
+import java.util.List;
+
import org.htmlunit.javascript.HtmlUnitScriptable;
import org.htmlunit.javascript.JavaScriptEngine;
import org.htmlunit.javascript.configuration.JsxClass;
@@ -36,83 +39,138 @@
*/
@JsxClass
public class DOMException extends HtmlUnitScriptable {
+
/** If the specified range of text does not fit into a DOMString. */
@JsxConstant
public static final int DOMSTRING_SIZE_ERR = org.w3c.dom.DOMException.DOMSTRING_SIZE_ERR;
+
/** If any node is inserted somewhere it doesn't belong. */
@JsxConstant
public static final int HIERARCHY_REQUEST_ERR = org.w3c.dom.DOMException.HIERARCHY_REQUEST_ERR;
+
/** If index or size is negative, or greater than the allowed value. */
@JsxConstant
public static final int INDEX_SIZE_ERR = org.w3c.dom.DOMException.INDEX_SIZE_ERR;
+
/** If an attempt is made to add an attribute that is already in use elsewhere. */
@JsxConstant
public static final int INUSE_ATTRIBUTE_ERR = org.w3c.dom.DOMException.INUSE_ATTRIBUTE_ERR;
+
/** If a parameter or an operation is not supported by the underlying object. */
@JsxConstant
public static final int INVALID_ACCESS_ERR = org.w3c.dom.DOMException.INVALID_ACCESS_ERR;
+
/** If an invalid or illegal character is specified, such as in a name. */
@JsxConstant
public static final int INVALID_CHARACTER_ERR = org.w3c.dom.DOMException.INVALID_CHARACTER_ERR;
+
/** If an attempt is made to modify the type of the underlying object. */
@JsxConstant
public static final int INVALID_MODIFICATION_ERR = org.w3c.dom.DOMException.INVALID_MODIFICATION_ERR;
+
/** If an attempt is made to use an object that is not, or is no longer, usable. */
@JsxConstant
public static final int INVALID_STATE_ERR = org.w3c.dom.DOMException.INVALID_STATE_ERR;
+
/** If an attempt is made to create or change an object in a way which is incorrect with regard to namespaces. */
@JsxConstant
public static final int NAMESPACE_ERR = org.w3c.dom.DOMException.NAMESPACE_ERR;
+
/** If data is specified for a node which does not support data. */
@JsxConstant
public static final int NO_DATA_ALLOWED_ERR = org.w3c.dom.DOMException.NO_DATA_ALLOWED_ERR;
+
/** If an attempt is made to modify an object where modifications are not allowed. */
@JsxConstant
public static final int NO_MODIFICATION_ALLOWED_ERR = org.w3c.dom.DOMException.NO_MODIFICATION_ALLOWED_ERR;
+
/** If an attempt is made to reference a node in a context where it does not exist. */
@JsxConstant
public static final int NOT_FOUND_ERR = org.w3c.dom.DOMException.NOT_FOUND_ERR;
+
/** If the implementation does not support the requested type of object or operation. */
@JsxConstant
public static final int NOT_SUPPORTED_ERR = org.w3c.dom.DOMException.NOT_SUPPORTED_ERR;
+
/** If an invalid or illegal string is specified. */
@JsxConstant
public static final int SYNTAX_ERR = org.w3c.dom.DOMException.SYNTAX_ERR;
+
/** If a node is used in a different document than the one that created it (that doesn't support it). */
@JsxConstant
public static final int WRONG_DOCUMENT_ERR = org.w3c.dom.DOMException.WRONG_DOCUMENT_ERR;
+
/** If a call to a method would make the {@code Node} invalid with respect to "partial validity". */
@JsxConstant
public static final int VALIDATION_ERR = org.w3c.dom.DOMException.VALIDATION_ERR;
+
/** If the type of an object is incompatible with the expected type of the parameter. */
@JsxConstant
public static final int TYPE_MISMATCH_ERR = org.w3c.dom.DOMException.TYPE_MISMATCH_ERR;
+
/** Security error. */
@JsxConstant
public static final int SECURITY_ERR = 18;
+
/** Network error. */
@JsxConstant
public static final int NETWORK_ERR = 19;
+
/** Abort error. */
@JsxConstant
public static final int ABORT_ERR = 20;
+
/** URL mismatch error. */
@JsxConstant
public static final int URL_MISMATCH_ERR = 21;
+
/** Quota exceeded error. */
@JsxConstant
public static final int QUOTA_EXCEEDED_ERR = 22;
+
/** Timeout error. */
@JsxConstant
public static final int TIMEOUT_ERR = 23;
+
/** Invalid node type error. */
@JsxConstant
public static final int INVALID_NODE_TYPE_ERR = 24;
+
/** Data clone error. */
@JsxConstant
public static final int DATA_CLONE_ERR = 25;
+ private static final List COMMON_ERROR_NAMES = Arrays.asList(new String[] {
+ "IndexSizeError",
+ null,
+ "HierarchyRequestError",
+ "WrongDocumentError",
+ "InvalidCharacterError",
+ null,
+ "NoModificationAllowedError",
+ "NotFoundError",
+ "NotSupportedError",
+ null,
+ "InvalidStateError",
+ "InUseAttributeError",
+ null,
+ "SyntaxError",
+ "InvalidModificationError",
+ "NamespaceError",
+ "InvalidAccessError",
+ null,
+ "TypeMismatchError",
+ "SecurityError",
+ "NetworkError",
+ "AbortError",
+ "URLMismatchError",
+ "QuotaExceededError",
+ "TimeoutError",
+ "InvalidNodeTypeError",
+ "DataCloneError"});
+
private final int code_;
+ private final String name_;
private final String message_;
private int lineNumber_;
private String fileName_;
@@ -121,7 +179,7 @@ public class DOMException extends HtmlUnitScriptable {
* Default constructor used to build the prototype.
*/
public DOMException() {
- this(null, -1);
+ this(null, null);
}
/**
@@ -135,12 +193,27 @@ public void jsConstructor() {
/**
* Constructor.
* @param message the exception message
- * @param errorCode the error code
+ * @param error the error code (text)
*/
- public DOMException(final String message, final int errorCode) {
+ public DOMException(final String message, final Object error) {
super();
- code_ = errorCode;
message_ = message;
+
+ if (error == null) {
+ code_ = 0;
+ name_ = "Error";
+ return;
+ }
+
+ name_ = JavaScriptEngine.toString(error);
+
+ final int idx = COMMON_ERROR_NAMES.indexOf(name_);
+ if (idx != -1) {
+ code_ = idx;
+ return;
+ }
+
+ code_ = 0;
}
/**
@@ -155,6 +228,15 @@ public Object getCode() {
return code_;
}
+ /**
+ * Gets the exception name.
+ * @return the exception name
+ */
+ @JsxGetter
+ public String getName() {
+ return name_;
+ }
+
/**
* Gets the exception message.
* @return the exception message
diff --git a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
index f36aa7e1488..ba479983c6c 100644
--- a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
@@ -88,10 +88,7 @@ private void testString(final String preparation, final String string) throws Ex
+ " try{\n"
+ " " + preparation + "\n"
+ " process(" + string + ");\n"
- + " } catch (e) {\n"
- + " log('exception');\n"
- + " return;"
- + " }\n"
+ + " } catch (e) {log(e.name); return;}\n"
+ " }\n"
+ "\n"
+ " /*\n"
@@ -888,10 +885,10 @@ public void element2() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @Alerts(CHROME = "TypeError",
+ EDGE = "TypeError",
+ FF = "TypeError",
+ FF_ESR = "TypeError")
public void currentStyle() throws Exception {
testString("", "document.body.currentStyle");
}
@@ -14972,10 +14969,10 @@ public void pointerEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @Alerts(CHROME = "NotSupportedError",
+ EDGE = "NotSupportedError",
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
public void pointerEvent2() throws Exception {
testString("", " document.createEvent('PointerEvent')");
}
@@ -14992,8 +14989,8 @@ public void pointerEvent2() throws Exception {
EDGE = "constructor(),deltaMode[GCE],deltaX[GCE],deltaY[GCE],deltaZ[GCE],DOM_DELTA_LINE[E],"
+ "DOM_DELTA_PAGE[E],DOM_DELTA_PIXEL[E],wheelDelta[GCE],wheelDeltaX[GCE],"
+ "wheelDeltaY[GCE]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
@HtmlUnitNYI(CHROME = "constructor(),DOM_DELTA_LINE[E],DOM_DELTA_PAGE[E],DOM_DELTA_PIXEL[E]",
EDGE = "constructor(),DOM_DELTA_LINE[E],DOM_DELTA_PAGE[E],DOM_DELTA_PIXEL[E]")
public void wheelEvent() throws Exception {
@@ -15110,10 +15107,10 @@ public void inputEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @Alerts(CHROME = "NotSupportedError",
+ EDGE = "NotSupportedError",
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
public void mouseWheelEvent() throws Exception {
testString("", "document.createEvent('MouseWheelEvent')");
}
@@ -15124,7 +15121,7 @@ public void mouseWheelEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void svgZoomEvent() throws Exception {
testString("", "document.createEvent('SVGZoomEvent')");
}
@@ -15159,8 +15156,8 @@ public void textEvent() throws Exception {
EDGE = "altKey[GCE],changedTouches[GCE],constructor(),ctrlKey[GCE],metaKey[GCE],shiftKey[GCE],"
+ "targetTouches[GCE],"
+ "touches[GCE]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
@HtmlUnitNYI(CHROME = "constructor()",
EDGE = "constructor()")
public void touchEvent2() throws Exception {
@@ -15839,8 +15836,8 @@ public void blobEvent() throws Exception {
EDGE = "altKey[GCE],changedTouches[GCE],constructor(),ctrlKey[GCE],metaKey[GCE],shiftKey[GCE],"
+ "targetTouches[GCE],"
+ "touches[GCE]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
@HtmlUnitNYI(CHROME = "constructor()",
EDGE = "constructor()")
public void touchEvent() throws Exception {
@@ -15913,8 +15910,8 @@ public void gamepadEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
+ @Alerts(CHROME = "NotSupportedError",
+ EDGE = "NotSupportedError",
FF = "ADDITION[E],attrChange[GCE],attrName[GCE],constructor(),initMutationEvent(),MODIFICATION[E],"
+ "newValue[GCE],prevValue[GCE],relatedNode[GCE],"
+ "REMOVAL[E]",
@@ -15933,7 +15930,7 @@ public void mutationEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void offlineAudioCompletionEvent() throws Exception {
testString("", "document.createEvent('OfflineAudioCompletionEvent')");
}
@@ -17695,8 +17692,8 @@ public void mutationObserver() throws Exception {
@Test
@Alerts(CHROME = "constructor(),disconnect(),observe(),takeRecords()",
EDGE = "constructor(),disconnect(),observe(),takeRecords()",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
public void webKitMutationObserver() throws Exception {
testString("", "new WebKitMutationObserver(function(m) {})");
}
@@ -18220,4 +18217,44 @@ public void mimeType() throws Exception {
public void navigator() throws Exception {
testString("", "navigator");
}
+
+ /**
+ * Test {@link org.htmlunit.javascript.host.dom.DOMException}.
+ *
+ * @throws Exception if an error occurs
+ */
+ @Test
+ @Alerts(CHROME = "ABORT_ERR[E],code[GCE],constructor(),DATA_CLONE_ERR[E],DOMSTRING_SIZE_ERR[E],"
+ + "HIERARCHY_REQUEST_ERR[E],INDEX_SIZE_ERR[E],INUSE_ATTRIBUTE_ERR[E],INVALID_ACCESS_ERR[E],"
+ + "INVALID_CHARACTER_ERR[E],INVALID_MODIFICATION_ERR[E],INVALID_NODE_TYPE_ERR[E],"
+ + "INVALID_STATE_ERR[E],message[GCE],name[GCE],NAMESPACE_ERR[E],NETWORK_ERR[E],"
+ + "NO_DATA_ALLOWED_ERR[E],NO_MODIFICATION_ALLOWED_ERR[E],NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],"
+ + "QUOTA_EXCEEDED_ERR[E],SECURITY_ERR[E],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],"
+ + "URL_MISMATCH_ERR[E],VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]",
+ EDGE = "ABORT_ERR[E],code[GCE],constructor(),DATA_CLONE_ERR[E],DOMSTRING_SIZE_ERR[E],"
+ + "HIERARCHY_REQUEST_ERR[E],INDEX_SIZE_ERR[E],INUSE_ATTRIBUTE_ERR[E],INVALID_ACCESS_ERR[E],"
+ + "INVALID_CHARACTER_ERR[E],INVALID_MODIFICATION_ERR[E],INVALID_NODE_TYPE_ERR[E],"
+ + "INVALID_STATE_ERR[E],message[GCE],name[GCE],NAMESPACE_ERR[E],NETWORK_ERR[E],"
+ + "NO_DATA_ALLOWED_ERR[E],NO_MODIFICATION_ALLOWED_ERR[E],NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],"
+ + "QUOTA_EXCEEDED_ERR[E],SECURITY_ERR[E],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],"
+ + "URL_MISMATCH_ERR[E],VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]",
+ FF = "ABORT_ERR[E],code[GCE],columnNumber[GCE],constructor(),data[GCE],DATA_CLONE_ERR[E],"
+ + "DOMSTRING_SIZE_ERR[E],filename[GCE],HIERARCHY_REQUEST_ERR[E],INDEX_SIZE_ERR[E],"
+ + "INUSE_ATTRIBUTE_ERR[E],INVALID_ACCESS_ERR[E],INVALID_CHARACTER_ERR[E],INVALID_MODIFICATION_ERR[E],"
+ + "INVALID_NODE_TYPE_ERR[E],INVALID_STATE_ERR[E],lineNumber[GCE],message[GCE],name[GCE],"
+ + "NAMESPACE_ERR[E],NETWORK_ERR[E],NO_DATA_ALLOWED_ERR[E],NO_MODIFICATION_ALLOWED_ERR[E],"
+ + "NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],QUOTA_EXCEEDED_ERR[E],result[GCE],SECURITY_ERR[E],"
+ + "stack[GSCE],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],URL_MISMATCH_ERR[E],"
+ + "VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]",
+ FF_ESR = "ABORT_ERR[E],code[GCE],columnNumber[GCE],constructor(),data[GCE],DATA_CLONE_ERR[E],"
+ + "DOMSTRING_SIZE_ERR[E],filename[GCE],HIERARCHY_REQUEST_ERR[E],INDEX_SIZE_ERR[E],"
+ + "INUSE_ATTRIBUTE_ERR[E],INVALID_ACCESS_ERR[E],INVALID_CHARACTER_ERR[E],INVALID_MODIFICATION_ERR[E],"
+ + "INVALID_NODE_TYPE_ERR[E],INVALID_STATE_ERR[E],lineNumber[GCE],message[GCE],name[GCE],"
+ + "NAMESPACE_ERR[E],NETWORK_ERR[E],NO_DATA_ALLOWED_ERR[E],NO_MODIFICATION_ALLOWED_ERR[E],"
+ + "NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],QUOTA_EXCEEDED_ERR[E],result[GCE],SECURITY_ERR[E],"
+ + "stack[GSCE],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],URL_MISMATCH_ERR[E],"
+ + "VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]")
+ public void domException() throws Exception {
+ testString("", "new DOMException('message', 'name')");
+ }
}
diff --git a/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
index be50faa89e0..db6796f95e3 100644
--- a/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
@@ -88,10 +88,7 @@ private void testString(final String preparation, final String string) throws Ex
+ " try{\n"
+ " " + preparation + "\n"
+ " process(" + string + ");\n"
- + " } catch (e) {\n"
- + " log('exception');\n"
- + " return;"
- + " }\n"
+ + " } catch (e) {log(e.name);return;}\n"
+ " }\n"
+ "\n"
+ " /*\n"
@@ -533,7 +530,7 @@ public void element2() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("TypeError")
public void currentStyle() throws Exception {
testString("", "document.body.currentStyle");
}
@@ -2260,7 +2257,7 @@ public void pointerEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void pointerEvent2() throws Exception {
testString("", " document.createEvent('PointerEvent')");
}
@@ -2272,8 +2269,8 @@ public void pointerEvent2() throws Exception {
*/
@Test
@Alerts(DEFAULT = "Symbol(Symbol.toStringTag) [C] [WheelEvent]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
public void wheelEvent() throws Exception {
testString("", "document.createEvent('WheelEvent')");
}
@@ -2330,7 +2327,7 @@ public void inputEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void mouseWheelEvent() throws Exception {
testString("", "document.createEvent('MouseWheelEvent')");
}
@@ -2341,7 +2338,7 @@ public void mouseWheelEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void svgZoomEvent() throws Exception {
testString("", "document.createEvent('SVGZoomEvent')");
}
@@ -2365,8 +2362,8 @@ public void textEvent() throws Exception {
*/
@Test
@Alerts(DEFAULT = "Symbol(Symbol.toStringTag) [C] [TouchEvent]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
public void touchEvent2() throws Exception {
testString("", "new TouchEvent('touch')");
}
@@ -2544,8 +2541,8 @@ public void blobEvent() throws Exception {
*/
@Test
@Alerts(DEFAULT = "Symbol(Symbol.toStringTag) [C] [TouchEvent]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
public void touchEvent() throws Exception {
testString("", "new TouchEvent('touch')");
}
@@ -2589,7 +2586,7 @@ public void gamepadEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(DEFAULT = "exception",
+ @Alerts(DEFAULT = "NotSupportedError",
FF = "Symbol(Symbol.toStringTag) [C] [MutationEvent]",
FF_ESR = "Symbol(Symbol.toStringTag) [C] [MutationEvent]")
public void mutationEvent() throws Exception {
@@ -2602,7 +2599,7 @@ public void mutationEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void offlineAudioCompletionEvent() throws Exception {
testString("", "document.createEvent('OfflineAudioCompletionEvent')");
}
@@ -2958,8 +2955,8 @@ public void mutationObserver() throws Exception {
*/
@Test
@Alerts(DEFAULT = "Symbol(Symbol.toStringTag) [C] [MutationObserver]",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
public void webKitMutationObserver() throws Exception {
testString("", "new WebKitMutationObserver(function(m) {})");
}
@@ -3285,4 +3282,18 @@ public void mimeType() throws Exception {
public void navigator() throws Exception {
testString("", "navigator");
}
+
+ /**
+ * Test {@link org.htmlunit.javascript.host.dom.DOMException}.
+ *
+ * @throws Exception if an error occurs
+ */
+ @Test
+ @Alerts(CHROME = "Symbol(Symbol.toStringTag) [C] [DOMException]",
+ EDGE = "Symbol(Symbol.toStringTag) [C] [DOMException]",
+ FF = "Symbol(Symbol.toStringTag) [C] [DOMException]",
+ FF_ESR = "Symbol(Symbol.toStringTag) [C] [DOMException]")
+ public void domException() throws Exception {
+ testString("", "new DOMException('message', 'name')");
+ }
}
diff --git a/src/test/java/org/htmlunit/general/ElementPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
index 0f8ff98bc32..dbebb8b2e08 100644
--- a/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
@@ -88,10 +88,7 @@ private void testString(final String preparation, final String string) throws Ex
+ " try{\n"
+ " " + preparation + "\n"
+ " process(" + string + ");\n"
- + " } catch (e) {\n"
- + " log('exception');\n"
- + " return;"
- + " }\n"
+ + " } catch (e) {log(e.name);return;}\n"
+ " }\n"
+ "\n"
+ " /*\n"
@@ -1038,7 +1035,8 @@ public void event() throws Exception {
+ "cancelIdleCallback(),captureEvents(),cdc_adoQpoasnfa76pfcZLmcfl_Array(),"
+ "cdc_adoQpoasnfa76pfcZLmcfl_JSON,cdc_adoQpoasnfa76pfcZLmcfl_Object(),"
+ "cdc_adoQpoasnfa76pfcZLmcfl_Promise(),cdc_adoQpoasnfa76pfcZLmcfl_Proxy(),"
- + "cdc_adoQpoasnfa76pfcZLmcfl_Symbol(),chrome,clearInterval(),clearTimeout(),clientInformation,"
+ + "cdc_adoQpoasnfa76pfcZLmcfl_Symbol(),cdc_adoQpoasnfa76pfcZLmcfl_Window(),"
+ + "chrome,clearInterval(),clearTimeout(),clientInformation,"
+ "close(),closed,confirm(),cookieStore,createImageBitmap(),credentialless,crossOriginIsolated,"
+ "crypto,customElements,devicePixelRatio,dispatchEvent(),document,documentPictureInPicture,event,"
+ "external,fence,fetch(),find(),focus(),frameElement,frames,getComputedStyle(),getScreenDetails(),"
@@ -3821,10 +3819,10 @@ public void pointerEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @Alerts(CHROME = "NotSupportedError",
+ EDGE = "NotSupportedError",
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
public void pointerEvent2() throws Exception {
testString("", " document.createEvent('PointerEvent'), document.createEvent('MouseEvent')");
}
@@ -3839,8 +3837,8 @@ public void pointerEvent2() throws Exception {
+ "DOM_DELTA_PIXEL,wheelDelta,wheelDeltaX,wheelDeltaY",
EDGE = "deltaMode,deltaX,deltaY,deltaZ,DOM_DELTA_LINE,DOM_DELTA_PAGE,"
+ "DOM_DELTA_PIXEL,wheelDelta,wheelDeltaX,wheelDeltaY",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
@HtmlUnitNYI(CHROME = "DOM_DELTA_LINE,DOM_DELTA_PAGE,DOM_DELTA_PIXEL",
EDGE = "DOM_DELTA_LINE,DOM_DELTA_PAGE,DOM_DELTA_PIXEL")
public void wheelEvent() throws Exception {
@@ -4084,10 +4082,10 @@ public void inputEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @Alerts(CHROME = "NotSupportedError",
+ EDGE = "NotSupportedError",
+ FF = "NotSupportedError",
+ FF_ESR = "NotSupportedError")
public void mouseWheelEvent() throws Exception {
testString("", "document.createEvent('MouseWheelEvent')");
}
@@ -4098,7 +4096,7 @@ public void mouseWheelEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void svgZoomEvent() throws Exception {
testString("", "document.createEvent('SVGZoomEvent')");
}
@@ -4172,8 +4170,8 @@ public void textEvent() throws Exception {
+ "srcElement,stopImmediatePropagation(),stopPropagation(),target,targetTouches,timeStamp,touches,"
+ "type,view,"
+ "which",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
@HtmlUnitNYI(CHROME = "AT_TARGET,bubbles,BUBBLING_PHASE,cancelable,cancelBubble,"
+ "CAPTURING_PHASE,composed,currentTarget,"
+ "defaultPrevented,detail,eventPhase,initEvent(),initUIEvent(),NONE,preventDefault(),"
@@ -4206,8 +4204,8 @@ public void touchEvent() throws Exception {
+ "srcElement,stopImmediatePropagation(),stopPropagation(),target,targetTouches,timeStamp,touches,"
+ "type,view,"
+ "which",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
@HtmlUnitNYI(CHROME = "AT_TARGET,bubbles,BUBBLING_PHASE,cancelable,cancelBubble,CAPTURING_PHASE,composed,"
+ "currentTarget,defaultPrevented,detail,eventPhase,initEvent(),initUIEvent(),NONE,preventDefault(),"
+ "returnValue,srcElement,stopImmediatePropagation(),stopPropagation(),"
@@ -5910,8 +5908,8 @@ public void gamepadEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts(CHROME = "exception",
- EDGE = "exception",
+ @Alerts(CHROME = "NotSupportedError",
+ EDGE = "NotSupportedError",
FF = "ADDITION,ALT_MASK,AT_TARGET,attrChange,attrName,bubbles,BUBBLING_PHASE,cancelable,cancelBubble,"
+ "CAPTURING_PHASE,composed,composedPath(),CONTROL_MASK,currentTarget,defaultPrevented,eventPhase,"
+ "explicitOriginalTarget,initEvent(),initMutationEvent(),isTrusted,META_MASK,MODIFICATION,newValue,"
@@ -5940,7 +5938,7 @@ public void mutationEvent() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("exception")
+ @Alerts("NotSupportedError")
public void offlineAudioCompletionEvent() throws Exception {
testString("", "document.createEvent('OfflineAudioCompletionEvent')");
}
@@ -8709,8 +8707,8 @@ public void mutationObserver() throws Exception {
@Test
@Alerts(CHROME = "disconnect(),observe(),takeRecords()",
EDGE = "disconnect(),observe(),takeRecords()",
- FF = "exception",
- FF_ESR = "exception")
+ FF = "ReferenceError",
+ FF_ESR = "ReferenceError")
public void webKitMutationObserver() throws Exception {
testString("", "new WebKitMutationObserver(function(m) {})");
}
@@ -9331,4 +9329,40 @@ public void mimeType() throws Exception {
public void navigator() throws Exception {
testString("", "navigator");
}
+
+ /**
+ * Test {@link org.htmlunit.javascript.host.dom.DOMException}.
+ *
+ * @throws Exception if an error occurs
+ */
+ @Test
+ @Alerts(CHROME = "ABORT_ERR,code,DATA_CLONE_ERR,DOMSTRING_SIZE_ERR,HIERARCHY_REQUEST_ERR,INDEX_SIZE_ERR,"
+ + "INUSE_ATTRIBUTE_ERR,INVALID_ACCESS_ERR,INVALID_CHARACTER_ERR,INVALID_MODIFICATION_ERR,"
+ + "INVALID_NODE_TYPE_ERR,INVALID_STATE_ERR,message,name,NAMESPACE_ERR,NETWORK_ERR,"
+ + "NO_DATA_ALLOWED_ERR,NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,"
+ + "QUOTA_EXCEEDED_ERR,SECURITY_ERR,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,"
+ + "VALIDATION_ERR,WRONG_DOCUMENT_ERR",
+ EDGE = "ABORT_ERR,code,DATA_CLONE_ERR,DOMSTRING_SIZE_ERR,HIERARCHY_REQUEST_ERR,INDEX_SIZE_ERR,"
+ + "INUSE_ATTRIBUTE_ERR,INVALID_ACCESS_ERR,INVALID_CHARACTER_ERR,INVALID_MODIFICATION_ERR,"
+ + "INVALID_NODE_TYPE_ERR,INVALID_STATE_ERR,message,name,NAMESPACE_ERR,NETWORK_ERR,"
+ + "NO_DATA_ALLOWED_ERR,NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,"
+ + "QUOTA_EXCEEDED_ERR,SECURITY_ERR,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,"
+ + "VALIDATION_ERR,WRONG_DOCUMENT_ERR",
+ FF = "ABORT_ERR,code,columnNumber,data,DATA_CLONE_ERR,DOMSTRING_SIZE_ERR,filename,"
+ + "HIERARCHY_REQUEST_ERR,INDEX_SIZE_ERR,INUSE_ATTRIBUTE_ERR,INVALID_ACCESS_ERR,"
+ + "INVALID_CHARACTER_ERR,INVALID_MODIFICATION_ERR,INVALID_NODE_TYPE_ERR,INVALID_STATE_ERR,"
+ + "lineNumber,message,name,NAMESPACE_ERR,NETWORK_ERR,NO_DATA_ALLOWED_ERR,"
+ + "NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,QUOTA_EXCEEDED_ERR,result,"
+ + "SECURITY_ERR,stack,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,VALIDATION_ERR,"
+ + "WRONG_DOCUMENT_ERR",
+ FF_ESR = "ABORT_ERR,code,columnNumber,data,DATA_CLONE_ERR,DOMSTRING_SIZE_ERR,filename,"
+ + "HIERARCHY_REQUEST_ERR,INDEX_SIZE_ERR,INUSE_ATTRIBUTE_ERR,INVALID_ACCESS_ERR,"
+ + "INVALID_CHARACTER_ERR,INVALID_MODIFICATION_ERR,INVALID_NODE_TYPE_ERR,INVALID_STATE_ERR,"
+ + "lineNumber,message,name,NAMESPACE_ERR,NETWORK_ERR,NO_DATA_ALLOWED_ERR,"
+ + "NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,QUOTA_EXCEEDED_ERR,result,"
+ + "SECURITY_ERR,stack,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,VALIDATION_ERR,"
+ + "WRONG_DOCUMENT_ERR")
+ public void domException() throws Exception {
+ testString("", "new DOMException('message', 'name')");
+ }
}
diff --git a/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
index bcf31699401..a91b4ebbd55 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
@@ -47,7 +47,236 @@ public void constants() throws Exception {
+ " for (var i = 0; i < properties.length; i++) {\n"
+ " log(DOMException[properties[i]]);\n"
+ " }\n"
- + " } catch(e) { log('exception');}\n"
+ + " } catch(e) { log(e.name);}\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"IndexSizeError - 1 IndexSizeError",
+ "INDEX_SIZE_ERR - 0 INDEX_SIZE_ERR",
+ "HierarchyRequestError - 3 HierarchyRequestError",
+ "HIERARCHY_REQUEST_ERR - 0 HIERARCHY_REQUEST_ERR",
+ "WrongDocumentError - 4 WrongDocumentError",
+ "WRONG_DOCUMENT_ERR - 0 WRONG_DOCUMENT_ERR",
+ "InvalidCharacterError - 5 InvalidCharacterError",
+ "INVALID_CHARACTER_ERR - 0 INVALID_CHARACTER_ERR",
+ "NoModificationAllowedError - 7 NoModificationAllowedError",
+ "NO_MODIFICATION_ALLOWED_ERR - 0 NO_MODIFICATION_ALLOWED_ERR",
+ "NotFoundError - 8 NotFoundError",
+ "NOT_FOUND_ERR - 0 NOT_FOUND_ERR",
+ "NotSupportedError - 9 NotSupportedError",
+ "NOT_SUPPORTED_ERR - 0 NOT_SUPPORTED_ERR",
+ "InvalidStateError - 11 InvalidStateError",
+ "INVALID_STATE_ERR - 0 INVALID_STATE_ERR",
+ "InUseAttributeError - 10 InUseAttributeError",
+ "INUSE_ATTRIBUTE_ERR - 0 INUSE_ATTRIBUTE_ERR",
+ "SyntaxError - 12 SyntaxError",
+ "SYNTAX_ERR - 0 SYNTAX_ERR",
+ "InvalidModificationError - 13 InvalidModificationError",
+ "INVALID_MODIFICATION_ERR - 0 INVALID_MODIFICATION_ERR",
+ "NamespaceError - 14 NamespaceError",
+ "NAMESPACE_ERR - 0 NAMESPACE_ERR",
+ "InvalidAccessError - 15 InvalidAccessError",
+ "INVALID_ACCESS_ERR - 0 INVALID_ACCESS_ERR",
+ "TypeMismatchError - 17 TypeMismatchError",
+ "TYPE_MISMATCH_ERR - 0 TYPE_MISMATCH_ERR",
+ "SecurityError - 18 SecurityError",
+ "SECURITY_ERR - 0 SECURITY_ERR",
+ "NetworkError - 19 NetworkError",
+ "NETWORK_ERR - 0 NETWORK_ERR",
+ "AbortError - 20 AbortError",
+ "ABORT_ERR - 0 ABORT_ERR",
+ "URLMismatchError - 21 URLMismatchError",
+ "URL_MISMATCH_ERR - 0 URL_MISMATCH_ERR",
+ "QuotaExceededError - 22 QuotaExceededError",
+ "QUOTA_EXCEEDED_ERR - 0 QUOTA_EXCEEDED_ERR",
+ "TimeoutError - 23 TimeoutError",
+ "TIMEOUT_ERR - 0 TIMEOUT_ERR",
+ "InvalidNodeTypeError - 24 InvalidNodeTypeError",
+ "INVALID_NODE_TYPE_ERR - 0 INVALID_NODE_TYPE_ERR",
+ "DataCloneError - 25 DataCloneError",
+ "DATA_CLONE_ERR - 0 DATA_CLONE_ERR",
+ "EncodingError - 0 EncodingError",
+ "NotReadableError - 0 NotReadableError",
+ "UnknownError - 0 UnknownError",
+ "ConstraintError - 0 ConstraintError",
+ "DataError - 0 DataError",
+ "TransactionInactiveError - 0 TransactionInactiveError",
+ "ReadOnlyError - 0 ReadOnlyError",
+ "VersionError - 0 VersionError",
+ "OperationError - 0 OperationError",
+ "NotAllowedError - 0 NotAllowedError"})
+ public void name() throws Exception {
+ final String html = "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"0", "urlMismatchERRoR"})
+ public void nameCaseSensitive() throws Exception {
+ final String html = "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"0", "Error"})
+ public void nameNotProvided() throws Exception {
+ final String html = "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"0", "null"})
+ public void nameNull() throws Exception {
+ final String html = "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"0", "Error"})
+ public void nameUndefined() throws Exception {
+ final String html = "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"0", "unKnown"})
+ public void nameUnknown() throws Exception {
+ final String html = "\n"
+ + "\n"
+ + "";
+
+ loadPageVerifyTitle2(html);
+ }
+
+ /**
+ * @throws Exception if the test fails
+ */
+ @Test
+ @Alerts({"0", "7"})
+ public void nameNumber() throws Exception {
+ final String html = "\n"
+ + "\n"
+ "";
@@ -68,7 +297,7 @@ public void properties() throws Exception {
+ " log(DOMException.filename);\n"
+ " log(DOMException.lineNumber);\n"
+ " log(DOMException.message);\n"
- + " } catch(e) { log('exception');}\n"
+ + " } catch(e) { log(e.name);}\n"
+ "\n"
+ "";
From 949b9e6b424f298a0b95f71261d4134e25b7ec52 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 31 Jan 2025 14:13:12 +0100
Subject: [PATCH 081/516] more fixes for DOMException
---
.../htmlunit/javascript/JavaScriptEngine.java | 5 +-
.../javascript/host/dom/DOMException.java | 47 +++++++++++--------
.../javascript/host/dom/DOMExceptionTest.java | 1 -
3 files changed, 31 insertions(+), 22 deletions(-)
diff --git a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
index ed348347efb..c5d39731031 100644
--- a/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
+++ b/src/main/java/org/htmlunit/javascript/JavaScriptEngine.java
@@ -1212,9 +1212,10 @@ public static RhinoException asJavaScriptException(final Window window, final DO
exception.setPrototype(window.getPrototype(exception.getClass()));
final EcmaError helper = ScriptRuntime.syntaxError("helper");
- exception.setLocation(helper.lineSource(), helper.lineNumber());
+ final String fileName = helper.sourceName().replaceFirst("script in (.*) from .*", "$1");
+ exception.setLocation(fileName, helper.lineNumber());
- return new JavaScriptException(exception, helper.lineSource(), helper.lineNumber());
+ return new JavaScriptException(exception, fileName, helper.lineNumber());
}
/**
diff --git a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
index 9bd7e426a8a..9293ae1aa27 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
@@ -150,10 +150,8 @@ public class DOMException extends HtmlUnitScriptable {
"NoModificationAllowedError",
"NotFoundError",
"NotSupportedError",
- null,
- "InvalidStateError",
"InUseAttributeError",
- null,
+ "InvalidStateError",
"SyntaxError",
"InvalidModificationError",
"NamespaceError",
@@ -169,9 +167,9 @@ public class DOMException extends HtmlUnitScriptable {
"InvalidNodeTypeError",
"DataCloneError"});
- private final int code_;
- private final String name_;
- private final String message_;
+ private int code_;
+ private String name_;
+ private String message_;
private int lineNumber_;
private String fileName_;
@@ -179,27 +177,27 @@ public class DOMException extends HtmlUnitScriptable {
* Default constructor used to build the prototype.
*/
public DOMException() {
- this(null, null);
}
/**
* JavaScript constructor.
+ * @param message a description of the exception. If not present, the empty string '' is used
+ * @param error If the specified name is a standard error name,
+ * then getting the code property of the DOMException object will return the
+ * code number corresponding to the specified name.
+ * If not present, the string 'Error' is used.
*/
@JsxConstructor
- public void jsConstructor() {
- // nothing to do
- }
-
- /**
- * Constructor.
- * @param message the exception message
- * @param error the error code (text)
- */
- public DOMException(final String message, final Object error) {
- super();
+ public void jsConstructor(final String message, final Object error) {
message_ = message;
if (error == null) {
+ code_ = 0;
+ name_ = null;
+ return;
+ }
+
+ if (JavaScriptEngine.isUndefined(error)) {
code_ = 0;
name_ = "Error";
return;
@@ -209,13 +207,24 @@ public DOMException(final String message, final Object error) {
final int idx = COMMON_ERROR_NAMES.indexOf(name_);
if (idx != -1) {
- code_ = idx;
+ code_ = idx + 1;
return;
}
code_ = 0;
}
+ /**
+ * Constructor.
+ * @param message the exception message
+ * @param error the error code (on of the constants from the class)
+ */
+ public DOMException(final String message, final int error) {
+ message_ = message;
+ code_ = error;
+ name_ = COMMON_ERROR_NAMES.get(error);
+ }
+
/**
* Gets the exception code.
* @return the exception code
diff --git a/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java b/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
index a91b4ebbd55..28269cacff3 100644
--- a/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
+++ b/src/test/java/org/htmlunit/javascript/host/dom/DOMExceptionTest.java
@@ -316,7 +316,6 @@ public void properties() throws Exception {
* Messages:
* CHROME: "A Node was inserted somewhere it doesn't belong."
* FF: "Node cannot be inserted at the specified point in the hierarchy"
- * IE: "HierarchyRequestError"
*/
public void appendChild_illegal_node() throws Exception {
final String html = "\n"
From 31305e46150cb5253f16128ecf09557f387ea88d Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 31 Jan 2025 14:29:27 +0100
Subject: [PATCH 082/516] Document.createEvent() creates the correct exception
when the event type is not supported
---
src/changes/changes.xml | 3 ++
.../javascript/host/dom/DOMException.java | 2 +-
.../javascript/host/dom/Document.java | 7 +++--
.../general/ElementOwnPropertiesTest.java | 30 ++++++++++++++-----
.../ElementOwnPropertySymbolsTest.java | 16 +++++-----
.../general/ElementPropertiesTest.java | 22 +++++++++++---
6 files changed, 57 insertions(+), 23 deletions(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5ff2e8bd470..3b8a84cacb2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -8,6 +8,9 @@
+
+ Document.createEvent() creates the correct exception when the event type is not supported.
+
DOMException name property was missing.
diff --git a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
index 9293ae1aa27..e52829d1c8c 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/DOMException.java
@@ -222,7 +222,7 @@ public void jsConstructor(final String message, final Object error) {
public DOMException(final String message, final int error) {
message_ = message;
code_ = error;
- name_ = COMMON_ERROR_NAMES.get(error);
+ name_ = COMMON_ERROR_NAMES.get(error - 1);
}
/**
diff --git a/src/main/java/org/htmlunit/javascript/host/dom/Document.java b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
index 2b48776a12b..89b198a9f9d 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Document.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
@@ -1159,8 +1159,11 @@ && getBrowserVersion().hasFeature(EVENT_ONANIMATION_DOCUMENT_CREATE_NOT_SUPPORTE
}
if (clazz == null) {
- throw JavaScriptEngine.throwAsScriptRuntimeEx(new DOMException(DOMException.NOT_SUPPORTED_ERR,
- "Event Type is not supported: " + eventType));
+ throw JavaScriptEngine.asJavaScriptException(
+ getWindow(),
+ new org.htmlunit.javascript.host.dom.DOMException(
+ "Event Type '" + eventType + "' is not supported.",
+ org.htmlunit.javascript.host.dom.DOMException.NOT_SUPPORTED_ERR));
}
try {
diff --git a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
index ba479983c6c..9f00e5194dd 100644
--- a/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java
@@ -15391,10 +15391,10 @@ public void slot() throws Exception {
+ "scrollingElement[GCE],selectedStyleSheetSet[GSCE],styleSheets[GCE],styleSheetSets[GCE],"
+ "timeline[GCE],title[GSCE],URL[GCE],visibilityState[GCE],vlinkColor[GSCE],write(),"
+ "writeln()")
- @HtmlUnitNYI(CHROME = "exception",
- EDGE = "exception",
- FF_ESR = "exception",
- FF = "exception")
+ @HtmlUnitNYI(CHROME = "InternalError",
+ EDGE = "InternalError",
+ FF_ESR = "InternalError",
+ FF = "InternalError")
public void document() throws Exception {
testString("", "new Document()");
}
@@ -15961,10 +15961,10 @@ public void pageTransitionEvent() throws Exception {
EDGE = "constructor(),length[GCE],onaddsourcebuffer[GSCE],onremovesourcebuffer[GSCE]",
FF = "constructor(),length[GCE],onaddsourcebuffer[GSCE],onremovesourcebuffer[GSCE]",
FF_ESR = "constructor(),length[GCE],onaddsourcebuffer[GSCE],onremovesourcebuffer[GSCE]")
- @HtmlUnitNYI(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @HtmlUnitNYI(CHROME = "TypeError",
+ EDGE = "TypeError",
+ FF = "TypeError",
+ FF_ESR = "TypeError")
public void sourceBufferList() throws Exception {
testString("var mediaSource = new MediaSource;", "mediaSource.sourceBuffers");
}
@@ -18254,6 +18254,20 @@ public void navigator() throws Exception {
+ "NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],QUOTA_EXCEEDED_ERR[E],result[GCE],SECURITY_ERR[E],"
+ "stack[GSCE],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],URL_MISMATCH_ERR[E],"
+ "VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]")
+ @HtmlUnitNYI(FF = "ABORT_ERR[E],code[GCE],constructor(),DATA_CLONE_ERR[E],DOMSTRING_SIZE_ERR[E],filename[GCE],"
+ + "HIERARCHY_REQUEST_ERR[E],INDEX_SIZE_ERR[E],INUSE_ATTRIBUTE_ERR[E],INVALID_ACCESS_ERR[E],"
+ + "INVALID_CHARACTER_ERR[E],INVALID_MODIFICATION_ERR[E],INVALID_NODE_TYPE_ERR[E],"
+ + "INVALID_STATE_ERR[E],lineNumber[GCE],message[GCE],name[GCE],NAMESPACE_ERR[E],NETWORK_ERR[E],"
+ + "NO_DATA_ALLOWED_ERR[E],NO_MODIFICATION_ALLOWED_ERR[E],NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],"
+ + "QUOTA_EXCEEDED_ERR[E],SECURITY_ERR[E],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],"
+ + "URL_MISMATCH_ERR[E],VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]",
+ FF_ESR = "ABORT_ERR[E],code[GCE],constructor(),DATA_CLONE_ERR[E],DOMSTRING_SIZE_ERR[E],filename[GCE],"
+ + "HIERARCHY_REQUEST_ERR[E],INDEX_SIZE_ERR[E],INUSE_ATTRIBUTE_ERR[E],INVALID_ACCESS_ERR[E],"
+ + "INVALID_CHARACTER_ERR[E],INVALID_MODIFICATION_ERR[E],INVALID_NODE_TYPE_ERR[E],"
+ + "INVALID_STATE_ERR[E],lineNumber[GCE],message[GCE],name[GCE],NAMESPACE_ERR[E],NETWORK_ERR[E],"
+ + "NO_DATA_ALLOWED_ERR[E],NO_MODIFICATION_ALLOWED_ERR[E],NOT_FOUND_ERR[E],NOT_SUPPORTED_ERR[E],"
+ + "QUOTA_EXCEEDED_ERR[E],SECURITY_ERR[E],SYNTAX_ERR[E],TIMEOUT_ERR[E],TYPE_MISMATCH_ERR[E],"
+ + "URL_MISMATCH_ERR[E],VALIDATION_ERR[E],WRONG_DOCUMENT_ERR[E]")
public void domException() throws Exception {
testString("", "new DOMException('message', 'name')");
}
diff --git a/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java b/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
index db6796f95e3..ef2f13ac112 100644
--- a/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
+++ b/src/test/java/org/htmlunit/general/ElementOwnPropertySymbolsTest.java
@@ -2394,10 +2394,10 @@ public void slot() throws Exception {
FF_ESR = "Symbol(Symbol.toStringTag) [C] [Document],"
+ "Symbol(Symbol.unscopables) [C] [{\"fullscreen\":true,\"prepend\":true,"
+ "\"append\":true,\"replaceChildren\":true}]")
- @HtmlUnitNYI(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @HtmlUnitNYI(CHROME = "InternalError",
+ EDGE = "InternalError",
+ FF = "InternalError",
+ FF_ESR = "InternalError")
public void document() throws Exception {
testString("", "new Document()");
}
@@ -2620,10 +2620,10 @@ public void pageTransitionEvent() throws Exception {
*/
@Test
@Alerts("Symbol(Symbol.iterator) [WC] [function],Symbol(Symbol.toStringTag) [C] [SourceBufferList]")
- @HtmlUnitNYI(CHROME = "exception",
- EDGE = "exception",
- FF = "exception",
- FF_ESR = "exception")
+ @HtmlUnitNYI(CHROME = "TypeError",
+ EDGE = "TypeError",
+ FF = "TypeError",
+ FF_ESR = "TypeError")
public void sourceBufferList() throws Exception {
testString("var mediaSource = new MediaSource;", "mediaSource.sourceBuffers");
}
diff --git a/src/test/java/org/htmlunit/general/ElementPropertiesTest.java b/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
index dbebb8b2e08..c82bae60948 100644
--- a/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
+++ b/src/test/java/org/htmlunit/general/ElementPropertiesTest.java
@@ -4434,10 +4434,10 @@ public void slot() throws Exception {
+ "requestStorageAccess(),rootElement,scripts,scrollingElement,selectedStyleSheetSet,styleSheets,"
+ "styleSheetSets,TEXT_NODE,textContent,timeline,title,URL,visibilityState,vlinkColor,write(),"
+ "writeln()")
- @HtmlUnitNYI(CHROME = "exception",
- EDGE = "exception",
- FF_ESR = "exception",
- FF = "exception")
+ @HtmlUnitNYI(CHROME = "InternalError",
+ EDGE = "InternalError",
+ FF_ESR = "InternalError",
+ FF = "InternalError")
public void document() throws Exception {
testString("", "new Document()");
}
@@ -9362,6 +9362,20 @@ public void navigator() throws Exception {
+ "NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,QUOTA_EXCEEDED_ERR,result,"
+ "SECURITY_ERR,stack,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,VALIDATION_ERR,"
+ "WRONG_DOCUMENT_ERR")
+ @HtmlUnitNYI(FF = "ABORT_ERR,code,DATA_CLONE_ERR,DOMSTRING_SIZE_ERR,filename,HIERARCHY_REQUEST_ERR,"
+ + "INDEX_SIZE_ERR,INUSE_ATTRIBUTE_ERR,INVALID_ACCESS_ERR,INVALID_CHARACTER_ERR,"
+ + "INVALID_MODIFICATION_ERR,"
+ + "INVALID_NODE_TYPE_ERR,INVALID_STATE_ERR,lineNumber,message,name,NAMESPACE_ERR,NETWORK_ERR,"
+ + "NO_DATA_ALLOWED_ERR,NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,"
+ + "QUOTA_EXCEEDED_ERR,SECURITY_ERR,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,"
+ + "VALIDATION_ERR,WRONG_DOCUMENT_ERR",
+ FF_ESR = "ABORT_ERR,code,DATA_CLONE_ERR,DOMSTRING_SIZE_ERR,filename,HIERARCHY_REQUEST_ERR,"
+ + "INDEX_SIZE_ERR,INUSE_ATTRIBUTE_ERR,INVALID_ACCESS_ERR,INVALID_CHARACTER_ERR,"
+ + "INVALID_MODIFICATION_ERR,"
+ + "INVALID_NODE_TYPE_ERR,INVALID_STATE_ERR,lineNumber,message,name,NAMESPACE_ERR,NETWORK_ERR,"
+ + "NO_DATA_ALLOWED_ERR,NO_MODIFICATION_ALLOWED_ERR,NOT_FOUND_ERR,NOT_SUPPORTED_ERR,"
+ + "QUOTA_EXCEEDED_ERR,SECURITY_ERR,SYNTAX_ERR,TIMEOUT_ERR,TYPE_MISMATCH_ERR,URL_MISMATCH_ERR,"
+ + "VALIDATION_ERR,WRONG_DOCUMENT_ERR")
public void domException() throws Exception {
testString("", "new DOMException('message', 'name')");
}
From 5f8c6294ff85cbd62371fa943cf5650e869cdee0 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 31 Jan 2025 14:36:23 +0100
Subject: [PATCH 083/516] more on error handling
---
.../javascript/host/dom/Document.java | 34 +++++++++----------
.../html/xpath/HtmlUnitXPath2Test.java | 14 ++++----
2 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/src/main/java/org/htmlunit/javascript/host/dom/Document.java b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
index 89b198a9f9d..d412211c21f 100644
--- a/src/main/java/org/htmlunit/javascript/host/dom/Document.java
+++ b/src/main/java/org/htmlunit/javascript/host/dom/Document.java
@@ -546,28 +546,28 @@ public HtmlUnitScriptable createComment(final String comment) {
@JsxFunction
public XPathResult evaluate(final String expression, final Node contextNode,
final Object resolver, final int type, final Object result) {
- try {
- XPathResult xPathResult = null;
- if (result instanceof XPathResult) {
- xPathResult = (XPathResult) result;
-
- if (getBrowserVersion().hasFeature(JS_DOCUMENT_EVALUATE_RECREATES_RESULT)) {
- xPathResult = new XPathResult();
- xPathResult.setParentScope(getParentScope());
- xPathResult.setPrototype(getPrototype(xPathResult.getClass()));
- }
- }
- else if (result == null
- || JavaScriptEngine.isUndefined(result)
- || result instanceof ScriptableObject) {
+ XPathResult xPathResult = null;
+ if (result instanceof XPathResult) {
+ xPathResult = (XPathResult) result;
+
+ if (getBrowserVersion().hasFeature(JS_DOCUMENT_EVALUATE_RECREATES_RESULT)) {
xPathResult = new XPathResult();
xPathResult.setParentScope(getParentScope());
xPathResult.setPrototype(getPrototype(xPathResult.getClass()));
}
- else {
- throw JavaScriptEngine.typeError("Argument 5 of Document.evaluate has to be an XPathResult or null.");
- }
+ }
+ else if (result == null
+ || JavaScriptEngine.isUndefined(result)
+ || result instanceof ScriptableObject) {
+ xPathResult = new XPathResult();
+ xPathResult.setParentScope(getParentScope());
+ xPathResult.setPrototype(getPrototype(xPathResult.getClass()));
+ }
+ else {
+ throw JavaScriptEngine.typeError("Argument 5 of Document.evaluate has to be an XPathResult or null.");
+ }
+ try {
PrefixResolver prefixResolver = null;
if (resolver instanceof NativeFunction) {
prefixResolver = new NativeFunctionPrefixResolver(
diff --git a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
index f1513098834..f5d018e4450 100644
--- a/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
+++ b/src/test/java/org/htmlunit/html/xpath/HtmlUnitXPath2Test.java
@@ -561,7 +561,7 @@ public void minimalParameters() throws Exception {
+ " res += node.id;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -591,7 +591,7 @@ public void undefinedResult() throws Exception {
+ " res += node.id;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -606,7 +606,7 @@ public void undefinedResult() throws Exception {
* @throws Exception if the test fails
*/
@Test
- @Alerts("error")
+ @Alerts("TypeError")
public void stringResult() throws Exception {
final String content = "\n"
+ "\n"
@@ -621,7 +621,7 @@ public void stringResult() throws Exception {
+ " res += node.id;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -651,7 +651,7 @@ public void objectResult() throws Exception {
+ " res += node.id;\n"
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -696,7 +696,7 @@ public void reuseResult() throws Exception {
+ " }\n"
+ " log(res);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
@@ -722,7 +722,7 @@ public void documentEvaluateFirst() throws Exception {
+ " var res = '';\n"
+ " var result = document.evaluate('//div', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE);\n"
+ " log(result.singleNodeValue.id);\n"
- + " } catch (e) {log('error')}\n"
+ + " } catch (e) {log(e.name)}\n"
+ "}\n"
+ "\n"
+ "\n"
From f7e08a8baa339e58128eca98e0a197a5f6a29a59 Mon Sep 17 00:00:00 2001
From: Ronald Brill
Date: Fri, 31 Jan 2025 14:44:32 +0100
Subject: [PATCH 084/516] improved exception tests
---
.../html/parser/MalformedHtmlTest.java | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java b/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
index 1820ffe1cf8..59011898f01 100644
--- a/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
+++ b/src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
@@ -368,21 +368,21 @@ public void sectionWithUnknownClosingTag() throws Exception {
"innerA", "DIV:null", "1", "#text:X", "false", "true"})
@HtmlUnitNYI(
CHROME = {"4", "#text:\\n\\s\\s", "A:null", "A:null", "#text:YZ\\n\\n",
- "2", "innerDiv", "A:null", "1", "#text:W", "exception",
+ "2", "innerDiv", "A:null", "1", "#text:W", "TypeError",
"outerA", "BODY:null", "2", "#text:V", "true", "false",
- "innerA", "BODY:null", "1", "#text:X", "false", "true", "exception"},
+ "innerA", "BODY:null", "1", "#text:X", "false", "true", "TypeError"},
EDGE = {"4", "#text:\\n\\s\\s", "A:null", "A:null", "#text:YZ\\n\\n",
- "2", "innerDiv", "A:null", "1", "#text:W", "exception",
+ "2", "innerDiv", "A:null", "1", "#text:W", "TypeError",
"outerA", "BODY:null", "2", "#text:V", "true", "false",
- "innerA", "BODY:null", "1", "#text:X", "false", "true", "exception"},
+ "innerA", "BODY:null", "1", "#text:X", "false", "true", "TypeError"},
FF = {"4", "#text:\\n\\s\\s", "A:null", "A:null", "#text:YZ\\n\\n",
- "2", "innerDiv", "A:null", "1", "#text:W", "exception",
+ "2", "innerDiv", "A:null", "1", "#text:W", "TypeError",
"outerA", "BODY:null", "2", "#text:V", "true", "false",
- "innerA", "BODY:null", "1", "#text:X", "false", "true", "exception"},
+ "innerA", "BODY:null", "1", "#text:X", "false", "true", "TypeError"},
FF_ESR = {"4", "#text:\\n\\s\\s", "A:null", "A:null", "#text:YZ\\n\\n",
- "2", "innerDiv", "A:null", "1", "#text:W", "exception",
+ "2", "innerDiv", "A:null", "1", "#text:W", "TypeError",
"outerA", "BODY:null", "2", "#text:V", "true", "false",
- "innerA", "BODY:null", "1", "#text:X", "false", "true", "exception"})
+ "innerA", "BODY:null", "1", "#text:X", "false", "true", "TypeError"})
// Input:
// V