diff options
author | Rich Salz <rsalz@openssl.org> | 2016-05-17 20:52:22 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2016-05-17 20:53:16 +0200 |
commit | b1322259d93cf6b6286f9febcd468b6a9f577d91 (patch) | |
tree | 0223c682be6cdf2dd3e2348566f381ddb71a609c /crypto/sparcv9cap.c | |
parent | Copyright consolidation 08/10 (diff) | |
download | openssl-b1322259d93cf6b6286f9febcd468b6a9f577d91.tar.xz openssl-b1322259d93cf6b6286f9febcd468b6a9f577d91.zip |
Copyright consolidation 09/10
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/sparcv9cap.c')
-rw-r--r-- | crypto/sparcv9cap.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/crypto/sparcv9cap.c b/crypto/sparcv9cap.c index bcb3592a8b..92841ce76a 100644 --- a/crypto/sparcv9cap.c +++ b/crypto/sparcv9cap.c @@ -1,3 +1,12 @@ +/* + * 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 <stdlib.h> #include <string.h> |