From 65657febd56aba73ef0cb60463c25875cfd0d82d Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 16 Jun 2025 17:04:31 -0400 Subject: [PATCH] Fix `checkstyle-header.txt` for current Copyright style (cherry picked from commit 44f970880d9567199f8c2835434473fea1392724) --- src/checkstyle/checkstyle-header.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle-header.txt b/src/checkstyle/checkstyle-header.txt index 7cd20a67..9be20e08 100644 --- a/src/checkstyle/checkstyle-header.txt +++ b/src/checkstyle/checkstyle-header.txt @@ -1,5 +1,5 @@ ^\Q/*\E$ -^\Q * Copyright \E20\d\d(\-20\d\d)?\Q the original author or authors.\E$ +^\Q * Copyright \E20\d\d-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$