diff options
author | Richard Levitte <levitte@openssl.org> | 2018-01-19 10:49:22 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-01-19 13:34:03 +0100 |
commit | 48e5119a6b83fd5781174d3b524cb8d1dc411649 (patch) | |
tree | ca6ffde111b9c5ea36e006804697801c4c2e28bf /crypto/perlasm | |
parent | Set OPENSSL_ENGINES for Windows (diff) | |
download | openssl-48e5119a6b83fd5781174d3b524cb8d1dc411649.tar.xz openssl-48e5119a6b83fd5781174d3b524cb8d1dc411649.zip |
Copyright update of more files that have changed this year
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/5110)
Diffstat (limited to 'crypto/perlasm')
-rw-r--r-- | crypto/perlasm/x86nasm.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/perlasm/x86nasm.pl b/crypto/perlasm/x86nasm.pl index 9f52b4ae3f..4e64dad92d 100644 --- a/crypto/perlasm/x86nasm.pl +++ b/crypto/perlasm/x86nasm.pl @@ -1,5 +1,5 @@ #! /usr/bin/env perl -# Copyright 1999-2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 1999-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 |