RFR: 8314483: Optionally override copyright header in generated source [v2]
Erik Joelsson
erikj at openjdk.org
Thu Aug 24 17:36:46 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.
Erik Joelsson has updated the pull request incrementally with one additional commit since the last revision:
Suggestion from dholmes
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/15346/files
- new: https://git.openjdk.org/jdk/pull/15346/files/64bce083..a53cf2f2
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=15346&range=01
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=15346&range=00-01
Stats: 13 lines in 1 file changed: 8 ins; 0 del; 5 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