• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1erofs-utils uses two different license patterns:
2
3 - most liberofs files in `lib` and `include` directories
4   use GPL-2.0+ OR Apache-2.0 dual license;
5
6 - all other files use GPL-2.0+ license, unless
7   explicitly stated otherwise.
8
9Relevant licenses can be found in the LICENSES directory.
10
11This model is selected to emphasize that
12files in `lib` and `include` directory are designed to be included into
133rd-party applications, while all other files, are intended to be used
14"as is", as part of their intended scenarios, with no intention to
15support 3rd-party integration use cases.
16