1This repository uses 2 different licenses :
2- all files in the `lib` directory use a BSD 2-Clause license
3- all other files use a GPLv2 license, unless explicitly stated otherwise
4
5Relevant license is reminded at the top of each source file,
6and with the presence of COPYING or LICENSE file.
7
8This model emphasizes the fact that
9only files in the `lib` directory are designed to be included into 3rd party projects.
10
11Other files, such as those from `programs` or `examples` directory,
12are not intended to be compiled outside of their context.
13They can serve as source of inspiration,
14but they should not be copy/pasted into 3rd party projects,
15as this scenario is not supported.
16