On Mon, 29 Dec 2025 22:27:22 GMT, Sergey Bylokhov <[email protected]> wrote:

> The copyright year in test/* files updated in 2025 has been bumped to 2025.
> 
> Updates to some tests in the test/langtools/jdk/javadoc/ group are skipped 
> because some tests depend on exact output.
> 
> The next command can be run (on top of this PR) to verify that each file had 
> prior commits in 2025:
> 
> `git diff origin/master --name-only | while read f; do git log origin/master 
> --since="2025-01-01" --oneline -- "$f" | head -1 | grep -q . || echo "NOT IN 
> 2025: $f"; done`

This pull request has now been integrated.

Changeset: c6246d58
Author:    Sergey Bylokhov <[email protected]>
URL:       
https://git.openjdk.org/jdk/commit/c6246d58f72942b66cb0632186366f0b99402306
Stats:     76 lines in 76 files changed: 0 ins; 0 del; 76 mod

8374383: Update the copyright year to 2025 in the remaining files under test/ 
where it was missed

Reviewed-by: jpai

-------------

PR: https://git.openjdk.org/jdk/pull/29006

Reply via email to