Add util/openssl-update-copyright shell script
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sun, 7 Jan 2018 01:29:01 +0000 (02:29 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Jan 2018 13:52:32 +0000 (14:52 +0100)
commitb26d696c95244055eed634129cd8316a1b298577
tree6a36f25e18b9164fe2d9166e29bef4d397925766
parent47eeaf45b510d056efcd5382550ed73e4d1af377
Add util/openssl-update-copyright shell script

usage: openssl-update-copyright [-h|--help] [file|directory] ...

Updates the year ranges of all OpenSSL copyright statements in the given
files or directories. (Directories are traversed recursively.)

Only copyright statements containing the string 'The OpenSSL Project' are
affected. The copyright time range is adjusted to include the current year.
If only a single year was specified, it is replaced by a time range starting
at that year and ending at the current year. All '(c)' and '(C)' signs are
preserved.

Signed-off-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5027)
util/openssl-update-copyright [new file with mode: 0755]