top | item 38276416

(no title)

Foivos | 2 years ago

One of the reasons for this popularity is the permissive license. I would guess that the license is MIT, but seems to be a bit different [1]. Does anybody know (in simple words) what are the main differences with MIT? The copyright webpage does not elaborate.

[1] https://curl.se/docs/copyright.html

discuss

order

nicoburns|2 years ago

The following seems to be the major addition compared to the MIT license:

"Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization of the copyright holder."

justin66|2 years ago

The existence of the advertising clause was always the main difference between the traditional BSD license and MIT license. The above is interesting because it's also an an advertising clause, but it does something the opposite of what the BSD advertising clause did. BSD wanted the license and the Regents to be mentioned in advertising.

F3nd0|2 years ago

It appears to be a custom licence, which, as stated on the page, is inspired by the MIT/X11 licence. The only difference from MIT/X11 appears to be the the part before the warranty disclaimer, which has been shortened. SPDX has a separate entry for it [1].

[1] https://spdx.org/licenses/curl.html

nhubbard|2 years ago

It's like a combo between the MIT license with the 3rd clause from the BSD 3-Clause license.