8374354: Update copyright year to 2025 for jdk.javadoc in files where it was missed#28990
8374354: Update copyright year to 2025 for jdk.javadoc in files where it was missed#28990mrserb wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
|
@mrserb This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 1 new commit pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
https://github.com/openjdk/jdk/tree/master/test/langtools/jdk/javadoc is also considered javadoc maintenance area. You can check that directory too. I recommend moving all these update copyright for 2025 JBS issues to be subtasks of a main issue. These tickets are currently scattered around and hard to track. |
There is a small number of tests that need to be updated in test/langtools here and there. I’ve extracted the largest part into #28989 and will handle all the remaining ones in another single PR. |
liach
left a comment
There was a problem hiding this comment.
Thanks for the explanation, and thank you for organizing this effort with subtasks.
|
/integrate |
The copyright year in "jdk.javadoc" files updated in 2025 has been bumped to 2025.
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"; doneProgress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28990/head:pull/28990$ git checkout pull/28990Update a local copy of the PR:
$ git checkout pull/28990$ git pull https://git.openjdk.org/jdk.git pull/28990/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28990View PR using the GUI difftool:
$ git pr show -t 28990Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28990.diff
Using Webrev
Link to Webrev Comment