Rich Salz
c37b947957
Add a local perl module to get year last changed
...
This is used for generating a more-correct copyright statement
for the "build_generated" targets.
Fixes : #13765
Reviewed-by: Matt Caswell <matt@openssl.org >
Reviewed-by: Tomas Mraz <tomas@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/13791 )
2021-03-31 13:59:53 +02:00
Matt Caswell
33388b44b6
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/11616 )
2020-04-23 13:55:52 +01:00
Rich Salz
339638b586
Make generated copyright year be "now"
...
Always use the current year in generating output files, rather than
trying to base is on the modtime of the script or input, as that can
vary depending on the ability of the local OS to keep those accurate.
Fixes #10744
Reviewed-by: Shane Lontis <shane.lontis@oracle.com >
Reviewed-by: Richard Levitte <levitte@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/10776 )
2020-01-07 15:53:15 -05:00
Richard Levitte
0642931f30
Following the license change, modify the boilerplates in fuzz/
...
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/7833 )
2018-12-06 15:37:38 +01:00
Matt Caswell
0d66475908
Update copyright year
...
Reviewed-by: Richard Levitte <levitte@openssl.org >
2018-02-27 13:59:42 +00:00
Rich Salz
97d37b85d4
Generate copyright year properly
...
Output copyright year depends on any input file(s) and the script.
This is not perfect, but better than what we had.
Also run 'make update'
Reviewed-by: Richard Levitte <levitte@openssl.org >
(Merged from https://github.com/openssl/openssl/pull/5350 )
2018-02-13 13:22:30 -05:00
Richard Levitte
8e32e1abbc
Generate a dictionary of OIDs for fuzzers
...
It turns out that (some?) fuzzers can read a dictionary of OIDs,
so we generate one as part of the usual 'make update'.
Fixes #4615
Reviewed-by: Rich Salz <rsalz@openssl.org >
Reviewed-by: Kurt Roeckx <kurt@roeckx.be >
(Merged from https://github.com/openssl/openssl/pull/4637 )
2017-10-31 20:08:48 +01:00