This commit is contained in:
yanczi 2025-10-24 13:26:36 +02:00
parent 8b9a1789ab
commit 729cb13ff8
8 changed files with 71 additions and 10 deletions

12
license/lz4/LICENSE.txt Normal file
View file

@ -0,0 +1,12 @@
This repository uses 2 different licenses :
- all files in the `lib` directory use a BSD 2-Clause license
- all other files use a GPL-2.0-or-later license, unless explicitly stated otherwise
Relevant license is reminded at the top of each source file,
and with presence of COPYING or LICENSE file in associated directories.
This model is selected to emphasize that
files in the `lib` directory are designed to be included into 3rd party applications,
while all other files, in `programs`, `tests` or `examples`,
are intended to be used "as is", as part of their intended scenarios,
with no intention to support 3rd party integration use cases.