1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-25 07:22:08 -05:00
Files
suyu-mirror/externals/vcpkg/buildtrees/lz4/src/v1.9.3-4743bd4e50.clean/LICENSE
Crimson-Hawk f1e4595ebf Initial commit
2024-03-05 16:42:40 +08:00

12 lines
565 B
Plaintext
Executable File

This repository uses 2 different licenses :
- all files in the `lib` directory use a BSD 2-Clause license
- all other files use a GPLv2 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`,
receive more limited attention and support for such scenario.