Enhance util/openssl-update-copyright shell script
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Tue, 9 Jan 2018 15:09:14 +0000 (16:09 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 10 Jan 2018 17:23:28 +0000 (18:23 +0100)
commit433a2e038423f111f5f9e66fe6d8ad67dd241422
treeafaff239a5d31e96bf36c50bcb8076afaea90c4d
parent08455bc9b0e69ed5f25c16fc30cc2db57cdca842
Enhance util/openssl-update-copyright shell script

- Avoid creating repeated year ranges <current_year>-<current_year> for
  documents which were added in the current year.

- Use extended regular expressions for better readability (less quoting)

- Use a shebang line which is more portable

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5044)
util/openssl-update-copyright