From: Daniel Stenberg Date: Mon, 14 Aug 2000 06:31:59 +0000 (+0000) Subject: minor corrections X-Git-Tag: curl-7_1_1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1ef9646db69145cdb6c7121596346c3c1fabd3;p=thirdparty%2Fcurl.git minor corrections --- diff --git a/docs/FAQ b/docs/FAQ index 17c1ab54cd..158a5e155d 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? diff --git a/docs/TheArtOfHttpScripting b/docs/TheArtOfHttpScripting index bf065899c9..60386e3d8c 100644 --- a/docs/TheArtOfHttpScripting +++ b/docs/TheArtOfHttpScripting @@ -234,10 +234,10 @@ Version: 0.2 make them look the best possible for their particular browsers. They usually also do different kinds of javascript, vbscript etc. - At times, you will see that getting a page will curl will not return the very - same page that you see when getting the page with your browser. Then you know - it is time to set the User Agent field to fool the server into thinking - you're one of those browsers. + At times, you will see that getting a page with curl will not return the same + page that you see when getting the page with your browser. Then you know it + is time to set the User Agent field to fool the server into thinking you're + one of those browsers. To make curl look like Internet Explorer on a Windows 2000 box: