mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:27:16 +03:00
parent
334f85b3fc
commit
aadc75626b
8 changed files with 11 additions and 11 deletions
6
docs/FAQ
6
docs/FAQ
|
|
@ -1384,7 +1384,7 @@ FAQ
|
|||
|
||||
6. License Issues
|
||||
|
||||
curl and libcurl are released under a MIT/X derivate license. The license is
|
||||
curl and libcurl are released under a MIT/X derivative license. The license is
|
||||
very liberal and should not impose a problem for your project. This section
|
||||
is just a brief summary for the cases we get the most questions. (Parts of
|
||||
this section was much enhanced by Bjorn Reese.)
|
||||
|
|
@ -1399,7 +1399,7 @@ FAQ
|
|||
|
||||
Yes!
|
||||
|
||||
Since libcurl may be distributed under the MIT/X derivate license, it can be
|
||||
Since libcurl may be distributed under the MIT/X derivative license, it can be
|
||||
used together with GPL in any software.
|
||||
|
||||
6.2 I have a closed-source program, can I use the libcurl library?
|
||||
|
|
@ -1424,7 +1424,7 @@ FAQ
|
|||
|
||||
Yes!
|
||||
|
||||
The MIT/X derivate license practically allows you to do almost anything with
|
||||
The MIT/X derivative license practically allows you to do almost anything with
|
||||
the sources, on the condition that the copyright texts in the sources are
|
||||
left intact.
|
||||
|
||||
|
|
|
|||
|
|
@ -611,7 +611,7 @@
|
|||
|
||||
The alt-svc: header provides a set of alternative services for curl to use
|
||||
instead of the original. If the first attempted one fails, it should try the
|
||||
next etc and if all alterantives fail go back to the original.
|
||||
next etc and if all alternatives fail go back to the original.
|
||||
|
||||
See https://github.com/curl/curl/issues/4908
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue