MPL-2.0
File-level copyleft license. Modified files must remain open, but can be combined with proprietary code.
Choose this license when
- projects mixing open-source and proprietary code
- Mozilla ecosystem compatibility
CLI usage
bash
# choose MPL-2.0
jyinit create my-app --license MPL-2.0
# interactive mode => you will be allowed to choose the LICENSE in interactive mode too
jyinit create create my-app --interactive