diff options
Diffstat (limited to 'programs')
-rw-r--r-- | programs/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/programs/README.md b/programs/README.md new file mode 100644 index 0000000..a952c2f --- /dev/null +++ b/programs/README.md @@ -0,0 +1,7 @@ +This directory `programs` contains source files +to generate `lz4` command line utility, +and many test tools, such as `fuzzer`, `fullbench` and such. + +All files in this directory are licensed under GPL-v2. +See [COPYING](COPYING) for details. +The text of the license is also included at the top of each source file. |