From d9a43aee4401f5f358d9aa39ecef1e779108dcea Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 14 May 2007 23:35:36 +0000 Subject: [PATCH] Fix GNUtls acknowledgement, initial work by Matt Backes. Sponsored by The Written Word and Stanford University. --- libraries/libldap/tls.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/libldap/tls.c b/libraries/libldap/tls.c index bac9bfeaa8..a7c7cd959b 100644 --- a/libraries/libldap/tls.c +++ b/libraries/libldap/tls.c @@ -13,7 +13,9 @@ * top-level directory of the distribution or, alternatively, at * . */ -/* ACKNOWLEDGEMENTS: GNUTLS support by Howard Chu +/* ACKNOWLEDGEMENTS: GNUTLS support written by Howard Chu and + * Matt Backes; sponsored by The Written Word (thewrittenword.com) + * and Stanford University (stanford.edu). */ #include "portable.h" -- 2.39.5