-
Notifications
You must be signed in to change notification settings - Fork 66
8280441: Missing "classpath exception" in several files from jdk.httpserver #111
Conversation
👋 Welcome back jboes! A progress list of the required criteria for merging this PR into |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1–P5 doc bugs are okay to integrate in JDK 18 RDP2, I think fixes copyright header are in the same bucket.
@FrauBoes 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
/integrate |
This change adds the classpath exception to the copyright header of the files in question. As source files, they should have both the GPL and the classpath exception.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk18 pull/111/head:pull/111
$ git checkout pull/111
Update a local copy of the PR:
$ git checkout pull/111
$ git pull https://git.openjdk.java.net/jdk18 pull/111/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 111
View PR using the GUI difftool:
$ git pr show -t 111
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk18/pull/111.diff