From d762f61d25508c1856c0fa7dc0ea1e032671542b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 20 Feb 2015 08:46:40 -0500 Subject: 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 Reviewed-By: Nathaniel McCallum --- util/ipa_pwd_ntlm.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'util/ipa_pwd_ntlm.c') diff --git a/util/ipa_pwd_ntlm.c b/util/ipa_pwd_ntlm.c index 8ffa66660..c6abd4b8a 100644 --- a/util/ipa_pwd_ntlm.c +++ b/util/ipa_pwd_ntlm.c @@ -18,6 +18,10 @@ * * You should have received a copy of the GNU General Public License * along with this program. If not, see . + * + * This file includes an "OpenSSL license exception", see the + * COPYING.openssl file for details. + * */ #include -- cgit