recover_pk.py: replace secp192r1 by prime192v1
[RRG-proxmark3.git] / common / lz4 / LICENSE
blobc221aebd26e7ea8a4f4ec295143b990a2b80eb4d
1 This 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
5 Relevant license is reminded at the top of each source file,
6 and with presence of COPYING or LICENSE file in associated directories.
8 This model is selected to emphasize that
9 files in the `lib` directory are designed to be included into 3rd party applications,
10 while all other files, in `programs`, `tests` or `examples`,
11 receive more limited attention and support for such scenario.