RFR: 8306980: Generated docs should contain correct GPLv2 Legal Documents [v2]
KIRIYAMA Takuya
duke at openjdk.org
Tue May 30 09:11:57 UTC 2023
On Thu, 11 May 2023 08:50:55 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:
>> I modified the location from which javadoc copies some legal files to the generated documentation. If --legal-notices option is set to default or nothing is specified,, GPLv2 Legal Documents are copied from legal/java.base/ directory, such as LICENSE, ADDITIONAL_LICENSE_INFO and ASSEMBLY_EXCEPTION.
>>
>> Would you please review this fix?
>
> KIRIYAMA Takuya has updated the pull request incrementally with one additional commit since the last revision:
>
> 8306980: Generated docs should contain correct GPLv2 Legal Documents
As you said, there were no problems with platforms other than Windows.
However, as mentioned in the bug issue, on Windows, symbolic links are not supported and the contents of some files like "ADDITIONAL_LICENSE_INFO" are not included in the generated documentation. This fix will ensure that the contents of the files are reliably included in the generated documentation.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13686#issuecomment-1568066692
More information about the javadoc-dev
mailing list