diff options
author | Rich Salz <rsalz@openssl.org> | 2018-02-13 19:09:02 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2018-02-13 19:22:30 +0100 |
commit | 97d37b85d4e1a218fdc61dbe0dff3e7c8ff36121 (patch) | |
tree | b7af9616b57456e5606683507bab2d81e44aa1f6 /crypto/conf/conf_def.h | |
parent | OPENSSL_cleanup: cleanup secure memory (diff) | |
download | openssl-97d37b85d4e1a218fdc61dbe0dff3e7c8ff36121.tar.xz openssl-97d37b85d4e1a218fdc61dbe0dff3e7c8ff36121.zip |
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)
Diffstat (limited to 'crypto/conf/conf_def.h')
-rw-r--r-- | crypto/conf/conf_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/conf/conf_def.h b/crypto/conf/conf_def.h index da4767e196..ad8894c4f4 100644 --- a/crypto/conf/conf_def.h +++ b/crypto/conf/conf_def.h @@ -2,7 +2,7 @@ * WARNING: do not edit! * Generated by crypto/conf/keysets.pl * - * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at |