Intermediate Software Licensing #opensource#licenses#gpl

Open Source License Vocabulary

5 exercises — Understand what MIT, Apache 2.0, GPL, LGPL, AGPL, and BSD licenses permit, require, and prohibit in commercial and open source development.

0 / 5 completed
Quick reference: License spectrum
  • MIT / BSD / Apache 2.0 — permissive: use in closed-source commercial products
  • LGPL — weak copyleft: can link without releasing your source
  • GPL — strong copyleft: distribute → must release source
  • AGPL — network copyleft: run as SaaS → must release source
1 / 5

A developer wants to use an open source library in a commercial product that they will not release as open source. Which license type is most compatible with that goal?