From 7d1ef9646db69145cdb6c7121596346c3c1fabd3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Aug 2000 06:31:59 +0000 Subject: minor corrections --- docs/FAQ | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/FAQ') diff --git a/docs/FAQ b/docs/FAQ index 17c1ab54c..158a5e155 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -282,8 +282,12 @@ FAQ 5.1. I have a GPL program, can I use the libcurl library? - No. GPL'd software requires all parts of the final executable to be - licensed under GPL. + No, you can't distribute your program as a binary and you cannot + distribute the (lib)curl code your code. GPL'd software requires all parts + of the final executable to be licensed under GPL. + + However, nothing prevents you from distributing your program separately + from curl and libcurl and require the user to get it separately. 5.2. I have a closed-source program, can I use the libcurl library? -- cgit v1.2.3