diff options
author | Matt Caswell <matt@openssl.org> | 2018-03-20 13:00:17 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2018-03-20 13:08:46 +0000 |
commit | b0edda11cbfe91e8b99b09909a80a810d0143891 (patch) | |
tree | 5c8be3cc18095c2ca09f7b5ced84c07646aaba92 /engines/asm | |
parent | 93bf19458468d0fb1d4a4f88d672c584f0cf3d45 (diff) | |
download | openssl-new-b0edda11cbfe91e8b99b09909a80a810d0143891.tar.gz |
Update copyright year
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5689)
Diffstat (limited to 'engines/asm')
-rw-r--r-- | engines/asm/e_padlock-x86.pl | 2 | ||||
-rw-r--r-- | engines/asm/e_padlock-x86_64.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/asm/e_padlock-x86.pl b/engines/asm/e_padlock-x86.pl index 0cea549686..5b097ce3ef 100644 --- a/engines/asm/e_padlock-x86.pl +++ b/engines/asm/e_padlock-x86.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2011-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 diff --git a/engines/asm/e_padlock-x86_64.pl b/engines/asm/e_padlock-x86_64.pl index 9eff881e66..09b0aaa48d 100644 --- a/engines/asm/e_padlock-x86_64.pl +++ b/engines/asm/e_padlock-x86_64.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 2011-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2011-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 |