RFR: JDK-8323628: Update license on "pass-through" files
    Pavel Rappo 
    prappo at openjdk.org
       
    Tue Jan 30 11:10:40 UTC 2024
    
    
  
On Fri, 12 Jan 2024 23:37:28 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review an update to change the license used on those files that get written by `javadoc` into any generated API doc bundles. The license is changed to the Universal Permissive License in all situations.
> 
> A new test is added to verify the license is found on all appropriate files in the `resource-files` and `script-files` directories. One test, to detect and check CSS classes, was modified to ignore a false positive in the new comment in the stylesheet.css file.
src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/stylesheet.css line 8:
> 6:  */
> 7: 
> 8:  /*
Nit:
Suggestion:
/*
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/17411#discussion_r1471005592
    
    
More information about the javadoc-dev
mailing list