On Sat, 28 Nov 2020 23:14:35 GMT, Emmanuel Bourg <d...@openjdk.java.net> wrote:
> The copyright headers are generated at build time, and the year inserted in > the template depends on the current date. This means the headers are not > reproducible if the project is built a year later. The year in the headers > could be derived from the SOURCE_DATE_EPOCH environment variable to make the > build reproducible (this variable is already used in other parts of the > build). This pull request has now been integrated. Changeset: a0227965 Author: Magnus Ihse Bursie <m...@icus.se> Committer: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/a0227965bb8d1d49718794d67f8a4cfeebc9bec2 Stats: 53 lines in 8 files changed: 33 ins; 11 del; 9 mod 8275745: Reproducible copyright headers Reviewed-by: ihse, erikj ------------- PR: https://git.openjdk.java.net/jdk/pull/1498