| erofs-utils uses two different license patterns: | |
| - most liberofs files in `lib` and `include` directories | |
| use GPL-2.0+ OR MIT dual license; | |
| - all other files use MIT license, unless explicitly stated | |
| otherwise. | |
| Relevant licenses can be found in the LICENSES directory. | |
| This model is selected to emphasize that erofs-utils can be integrated | |
| into various ecosystems as much as possible. | |
| However, liberofs should be GPL-2.0+ OR MIT dual license since some | |
| parts can be shared with the Linux kernel. |