diff options
author | Rich Salz <rsalz@openssl.org> | 2016-06-01 17:26:40 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-06-01 17:27:25 +0200 |
commit | 44c8a5e2b9af8909844cc002c53049311634b314 (patch) | |
tree | 4606ad041daeeb5ae4bec18d2dafbb86065f8fd8 /crypto/des | |
parent | Fix some RAND bugs (diff) | |
download | openssl-44c8a5e2b9af8909844cc002c53049311634b314.tar.xz openssl-44c8a5e2b9af8909844cc002c53049311634b314.zip |
Add final(?) set of copyrights.
Add copyright to missing assembler files.
Add copyrights to missing test/* files.
Add copyrights
Various source and misc files.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/des')
-rw-r--r-- | crypto/des/asm/des_enc.m4 | 27 |
1 files changed, 5 insertions, 22 deletions
diff --git a/crypto/des/asm/des_enc.m4 b/crypto/des/asm/des_enc.m4 index 3efe2465a7..2d794d3374 100644 --- a/crypto/des/asm/des_enc.m4 +++ b/crypto/des/asm/des_enc.m4 @@ -1,26 +1,9 @@ -! des_enc.m4 -! des_enc.S (generated from des_enc.m4) +! Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved. ! -! UltraSPARC assembler version of the LibDES/SSLeay/OpenSSL des_enc.c file. -! -! Version 1.0. 32-bit version. -! -! June 8, 2000. -! -! Version 2.0. 32/64-bit, PIC-ification, blended CPU adaptation -! by Andy Polyakov. -! -! January 1, 2003. -! -! Assembler version: Copyright Svend Olaf Mikkelsen. -! -! Original C code: Copyright Eric A. Young. -! -! This code can be freely used by LibDES/SSLeay/OpenSSL users. -! -! The LibDES/SSLeay/OpenSSL copyright notices must be respected. -! -! This version can be redistributed. +! 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 +! https://www.openssl.org/source/license.html ! ! To expand the m4 macros: m4 -B 8192 des_enc.m4 > des_enc.S ! |