RFR: 8374327: Update copyright year to 2025 for java.base in files where it was missed

Sergey Bylokhov serb at openjdk.org
Wed Dec 24 07:51:02 UTC 2025


This patch updates the remaining files in java.base that were not covered by other recent PRs related to copyright updates.

The next command can be run (on top of this PR) to verify that each file had prior commits in 2025:

`git diff HEAD~1 --name-only | while read f; do git log HEAD~1 --since="2025-01-01" --oneline -- "$f" | head -1 | grep -q . || echo "NOT IN 2025: $f"; done `

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

Commit messages:
 - 8374327: Update copyright year to 2025 for java.base in files where it was missed

Changes: https://git.openjdk.org/jdk/pull/28980/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=28980&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8374327
  Stats: 80 lines in 80 files changed: 0 ins; 0 del; 80 mod
  Patch: https://git.openjdk.org/jdk/pull/28980.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/28980/head:pull/28980

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


More information about the core-libs-dev mailing list