RFR: 8314483: Optionally override copyright header in generated source
    Erik Joelsson 
    erikj at openjdk.org
       
    Fri Aug 18 14:30:54 UTC 2023
    
    
  
In the JDK build we have various build tools that generate source code from data files. For most of these tools, the source files are based on template files, which already have copyright headers, but for some, the complete source file is generated by the tool, which is providing the copyright header programatically. For the latter, we would like to implement an override mechanism in each tool so that we can change the copyright header from a custom makefile.
-------------
Commit messages:
 - JDK-8314483
Changes: https://git.openjdk.org/jdk/pull/15346/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15346&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314483
  Stats: 43 lines in 4 files changed: 34 ins; 1 del; 8 mod
  Patch: https://git.openjdk.org/jdk/pull/15346.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15346/head:pull/15346
PR: https://git.openjdk.org/jdk/pull/15346
    
    
More information about the build-dev
mailing list