summaryrefslogtreecommitdiffstats
path: root/programs/README.md
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-02 02:14:04 (GMT)
committerYann Collet <cyan@fb.com>2016-11-02 02:14:04 (GMT)
commit67500142c16972e8d15f71f74adda1ce966a7a35 (patch)
tree0a5e650e62f7b9d40450b4a5127a92467e383a5c /programs/README.md
parentf17302769055ad0c4b2e10e3de544f6593865e89 (diff)
downloadlz4-67500142c16972e8d15f71f74adda1ce966a7a35.zip
lz4-67500142c16972e8d15f71f74adda1ce966a7a35.tar.gz
lz4-67500142c16972e8d15f71f74adda1ce966a7a35.tar.bz2
Clarified license (#115, #244)
Diffstat (limited to 'programs/README.md')
-rw-r--r--programs/README.md7
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.