diff options
author | Simo Sorce <simo@redhat.com> | 2015-02-20 08:46:40 -0500 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2015-02-23 16:25:54 +0100 |
commit | d762f61d25508c1856c0fa7dc0ea1e032671542b (patch) | |
tree | 3be3593f317f6145539e55833027518f25ffb274 /ipapython | |
parent | ffb9a09a0d63f7edae2b647b5c1d503d1d4d7a6e (diff) | |
download | freeipa-d762f61d25508c1856c0fa7dc0ea1e032671542b.tar.gz freeipa-d762f61d25508c1856c0fa7dc0ea1e032671542b.tar.xz freeipa-d762f61d25508c1856c0fa7dc0ea1e032671542b.zip |
Add a clear OpenSSL exception.
We are linking with OpenSSL in 2 files, so make it clear we intentionally
add a GPLv3 exception to allow that linking by third parties.
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-By: Nathaniel McCallum <npmccallum@redhat.com>
Diffstat (limited to 'ipapython')
-rw-r--r-- | ipapython/ipap11helper/p11helper.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ipapython/ipap11helper/p11helper.c b/ipapython/ipap11helper/p11helper.c index 4e0f26205..9172e720d 100644 --- a/ipapython/ipap11helper/p11helper.c +++ b/ipapython/ipap11helper/p11helper.c @@ -1,6 +1,9 @@ /* * Copyright (C) 2014 FreeIPA Contributors see COPYING for license * + * This file includes an "OpenSSL license exception", see the + * COPYING.openssl file for details. + * * This code is based on PKCS#11 code snippets from NLnetLabs: * http://www.nlnetlabs.nl/publications/hsm/examples/pkcs11/ * Original license follows: |