diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:36:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 14:48:43 +0100 |
commit | 3cdbea65b375bf00b31699c068c8404fe75c7d4c (patch) | |
tree | 6f8d2c0568c433c21c1b976f9c0dc32a862a48a4 /crypto/dsa/dsa_ameth.c | |
parent | Following the license change, modify the boilerplates in crypto/dh/ (diff) | |
download | openssl-3cdbea65b375bf00b31699c068c8404fe75c7d4c.tar.xz openssl-3cdbea65b375bf00b31699c068c8404fe75c7d4c.zip |
Following the license change, modify the boilerplates in crypto/dsa/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7789)
Diffstat (limited to 'crypto/dsa/dsa_ameth.c')
-rw-r--r-- | crypto/dsa/dsa_ameth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/dsa_ameth.c b/crypto/dsa/dsa_ameth.c index 9c5b8aa02e..f28021d7b1 100644 --- a/crypto/dsa/dsa_ameth.c +++ b/crypto/dsa/dsa_ameth.c @@ -1,7 +1,7 @@ /* * Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (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 |