summaryrefslogtreecommitdiffstats
path: root/keyserver/curl-shim.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-22 13:39:45 +0200
committerWerner Koch <wk@gnupg.org>2006-09-22 13:39:45 +0200
commitb0a06d18a4a4e5c3a17a5b3d187d808aabd837f0 (patch)
tree1bdc17b3307a2d9ef7f61c6131a089809faafec8 /keyserver/curl-shim.c
parentVarious updates (diff)
downloadgnupg2-b0a06d18a4a4e5c3a17a5b3d187d808aabd837f0.tar.xz
gnupg2-b0a06d18a4a4e5c3a17a5b3d187d808aabd837f0.zip
Clarified cURL and OpenLDAP license issues.
Made readline support work.
Diffstat (limited to 'keyserver/curl-shim.c')
-rw-r--r--keyserver/curl-shim.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/keyserver/curl-shim.c b/keyserver/curl-shim.c
index 12c7afa94..f9ab3be6c 100644
--- a/keyserver/curl-shim.c
+++ b/keyserver/curl-shim.c
@@ -19,6 +19,17 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
+ *
+ * In addition, as a special exception, the Free Software Foundation
+ * gives permission to link the code of the keyserver helper tools:
+ * gpgkeys_ldap, gpgkeys_curl and gpgkeys_hkp with the OpenSSL
+ * project's "OpenSSL" library (or with modified versions of it that
+ * use the same license as the "OpenSSL" library), and distribute the
+ * linked executables. You must obey the GNU General Public License
+ * in all respects for all of the code used other than "OpenSSL". If
+ * you modify this file, you may extend this exception to your version
+ * of the file, but you are not obligated to do so. If you do not
+ * wish to do so, delete this exception statement from your version.
*/
#include <config.h>