New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dealii claims copyright for future years #7251
Comments
|
We could fix this on master to use the date from |
|
Well, that's actually a bit funny :-) We could just strip the copyright date out of the pages, but I think it's not wrong to have a copyright date in each HTML page, and that's what the What it does wrong is to take the current year, and not the year in which the source files for the doxygen HTML pages were last modified. It would not be terribly difficult to extract that date from all of the source files at cmake time, and consequently make the year in the HTML pages independent of the year in which the HTML pages are built. @bmwiedemann -- is this what you would suggest we do? |
|
@bangerth that could work, but is sometimes troublesome if we apply distribution patches during package build, which updates mtime of input files. So taking the Fixing it in master is good enough. Eventually all other versions will be obsolete ;-) |
|
OK, I think I can figure this out. Do you happen to recall a way to determine |
|
on UNIXy systems, |
|
Let's just query the year from a |
When I built dealii in the year 2033, I got such a diff:
See also https://reproducible-builds.org/ for why this matters.
This bug was found while working on reproducible builds for openSUSE.
The text was updated successfully, but these errors were encountered: