Hacker News new | ask | show | jobs
by willhoyle 2047 days ago
Is there a license that basically says: MIT License unless you’re FANG? Is that what people mean when they say a code base is dual-license?
2 comments

Dual license means that you are offering two separate licenses to the code, and that people can use the code under either license.

So if you wanted "MIT unless you're FANG, in which case you get an even more liberal license", you could do that with dual licensing. On the other hand if you want "MIT unless you're FANG, in which case all rights reserved" you're going to have to come up with some custom license.

Dual-license typically means (A)GPLv3 with the option for a commercial license.