diff options
author | Rich Salz <rsalz@openssl.org> | 2016-05-17 21:38:09 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-05-17 21:38:09 +0200 |
commit | aa6bb1352b1026b20a23b49da4efdcf171926eb0 (patch) | |
tree | 0331a45a95deef0610a1156d9bf65de9119c0fd0 /crypto/evp/m_wp.c | |
parent | Copyright consolidation 09/10 (diff) | |
download | openssl-aa6bb1352b1026b20a23b49da4efdcf171926eb0.tar.xz openssl-aa6bb1352b1026b20a23b49da4efdcf171926eb0.zip |
Copyright consolidation 05/10
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/evp/m_wp.c')
-rw-r--r-- | crypto/evp/m_wp.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c index 12b7765ece..94fac226b6 100644 --- a/crypto/evp/m_wp.c +++ b/crypto/evp/m_wp.c @@ -1,3 +1,11 @@ +/* + * Copyright 2005-2016 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 + * https://www.openssl.org/source/license.html + */ #include <stdio.h> #include "internal/cryptlib.h" |