From ab4119988049db194bfacc2a2d4ad632f19b10e8 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 20 Jun 2025 17:23:16 -0700 Subject: [PATCH] Update copyright year for checkstyle and eclipse Closes gh-46065 --- eclipse/eclipse.properties | 2 +- src/checkstyle/checkstyle-header.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse/eclipse.properties b/eclipse/eclipse.properties index 9ccb0b2668f..125f1581214 100644 --- a/eclipse/eclipse.properties +++ b/eclipse/eclipse.properties @@ -1 +1 @@ -copyright-year=2012-2025 +copyright-year=2012-present diff --git a/src/checkstyle/checkstyle-header.txt b/src/checkstyle/checkstyle-header.txt index e5c23745c57..efe6ba3b15f 100644 --- a/src/checkstyle/checkstyle-header.txt +++ b/src/checkstyle/checkstyle-header.txt @@ -1,5 +1,5 @@ ^\Q/*\E$ -^\Q * Copyright \E2012-20\d\d\Q the original author or authors.\E$ +^\Q * Copyright \E2012-present\Q the original author or authors.\E$ ^\Q *\E$ ^\Q * Licensed under the Apache License, Version 2.0 (the "License");\E$ ^\Q * you may not use this file except in compliance with the License.\E$