diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 3142d702fa6c..ae5dea7a02c5 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -7,6 +7,9 @@
+
+
+
diff --git a/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferedStartupStep.java b/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferedStartupStep.java
index 4903873ef376..36748a24d7de 100644
--- a/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferedStartupStep.java
+++ b/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferedStartupStep.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferingApplicationStartup.java b/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferingApplicationStartup.java
index 4812604d5fb0..cc8cccca6962 100644
--- a/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferingApplicationStartup.java
+++ b/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/BufferingApplicationStartup.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/StartupTimeline.java b/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/StartupTimeline.java
index de36a6312ebd..20f67bcf41ba 100644
--- a/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/StartupTimeline.java
+++ b/core/spring-boot/src/main/java/org/springframework/boot/context/metrics/buffering/StartupTimeline.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConstructorBound.java b/core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConstructorBound.java
index 2ba6f21d75bf..36c2063ea527 100644
--- a/core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConstructorBound.java
+++ b/core/spring-boot/src/main/java/org/springframework/boot/context/properties/ConstructorBound.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodStyle.java b/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodStyle.java
index 4ec53157e827..783d28914353 100644
--- a/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodStyle.java
+++ b/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodStyle.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodToStringConverter.java b/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodToStringConverter.java
index b285d6911d69..dd8eac021223 100644
--- a/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodToStringConverter.java
+++ b/core/spring-boot/src/main/java/org/springframework/boot/convert/PeriodToStringConverter.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/documentation/spring-boot-docs/src/main/java/org/springframework/boot/docs/web/graphql/runtimewiring/GreetingController.java b/documentation/spring-boot-docs/src/main/java/org/springframework/boot/docs/web/graphql/runtimewiring/GreetingController.java
index 698ab840457d..0e5b61be63dd 100644
--- a/documentation/spring-boot-docs/src/main/java/org/springframework/boot/docs/web/graphql/runtimewiring/GreetingController.java
+++ b/documentation/spring-boot-docs/src/main/java/org/springframework/boot/docs/web/graphql/runtimewiring/GreetingController.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-present the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/AbstractMongoContainerConnectionDetailsFactory.java b/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/AbstractMongoContainerConnectionDetailsFactory.java
index b5883a06c54a..87226e5c8675 100644
--- a/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/AbstractMongoContainerConnectionDetailsFactory.java
+++ b/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/AbstractMongoContainerConnectionDetailsFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012-2025 the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/MongoDbAtlasLocalContainerConnectionDetailsFactory.java b/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/MongoDbAtlasLocalContainerConnectionDetailsFactory.java
index b2b965b243a0..2a4b1884d5a7 100644
--- a/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/MongoDbAtlasLocalContainerConnectionDetailsFactory.java
+++ b/module/spring-boot-mongodb/src/main/java/org/springframework/boot/mongodb/testcontainers/MongoDbAtlasLocalContainerConnectionDetailsFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2012-2025 the original author or authors.
+ * Copyright 2012-present the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.