<i18n dev> RFR: 8314483: Optionally override copyright header in generated source [v3]

Erik Joelsson erikj at openjdk.org
Fri Aug 25 13:12:44 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:

  Use Files.readString

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/15346/files
  - new: https://git.openjdk.org/jdk/pull/15346/files/a53cf2f2..8ab213a0

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15346&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15346&range=01-02

  Stats: 7 lines in 2 files changed: 0 ins; 5 del; 2 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 i18n-dev mailing list