diff options
author | Richard Levitte <levitte@openssl.org> | 2018-12-06 13:52:38 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-06 15:14:57 +0100 |
commit | 5e4435a7608e9d7e4f56c455cfdd6286fcbc91f7 (patch) | |
tree | ca9bb1ce1e1cba144c501c276f5590002c8f6dc3 /crypto/rc2/rc2cfb64.c | |
parent | Following the license change, modify the boilerplates in crypto/rand/ (diff) | |
download | openssl-5e4435a7608e9d7e4f56c455cfdd6286fcbc91f7.tar.xz openssl-5e4435a7608e9d7e4f56c455cfdd6286fcbc91f7.zip |
Following the license change, modify the boilerplates in crypto/rcN/
[skip ci]
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7812)
Diffstat (limited to 'crypto/rc2/rc2cfb64.c')
-rw-r--r-- | crypto/rc2/rc2cfb64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c index e11093db9e..d7521ef148 100644 --- a/crypto/rc2/rc2cfb64.c +++ b/crypto/rc2/rc2cfb64.c @@ -1,7 +1,7 @@ /* * Copyright 1995-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 |