[jdk11u-dev] RFR: 8259530: Generated docs contain MIT/GPL-licenced works without reproducing the licence [v2]

Kimura Yukihiro duke at openjdk.org
Sat Mar 18 12:17:18 UTC 2023


> I would like to backport
> JDK-8259530: Generated docs contain MIT/GPL-licenced works without reproducing the licence.
> The original patch does not apply cleanly to 11u. 
> Because the original patch has switch expressions which can not be used in 11u,
> and it has the Class jdk.javadoc.internal.doclets.formats.html.HtmlOptions which is not defined in 11u. 
> There is no risk, because the logic around the changes is the same as jdk17. 
> I confirmed the following test and all langtool tests.
> test/langtools/jdk/javadoc/doclet/testLegalNotices/TestLegalNotices.java
> 
> Could anyone review the fix please?

Kimura Yukihiro has updated the pull request incrementally with three additional commits since the last revision:

 - Merge branch '8259530' of https://github.com/yukikimmura/jdk11u-dev into 8259530
 - Merge branch 'master' into 8259530
 - Backport e9f3e325c274f19b0f6eceea2367708e3be689e9

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

Changes:
  - all: https://git.openjdk.org/jdk11u-dev/pull/1805/files
  - new: https://git.openjdk.org/jdk11u-dev/pull/1805/files/2fa82df1..32a28dff

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1805&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=1805&range=00-01

  Stats: 274 lines in 14 files changed: 165 ins; 0 del; 109 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/1805.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev pull/1805/head:pull/1805

PR: https://git.openjdk.org/jdk11u-dev/pull/1805


More information about the jdk-updates-dev mailing list