aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-03-17 06:11:38 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-17 06:11:38 +0000
commit171f60943c82aca0f67dcd672166d29f4b3a0359 (patch)
tree59baeda33775ba14cf41d973895a5ef0c71adfb5
parentb946b241be9bb25730f4759b9301697229e86903 (diff)
parent17349abd620d69426755d1c28f187402b83701c4 (diff)
downloadlz4-171f60943c82aca0f67dcd672166d29f4b3a0359.tar.gz
updated LICENSE
am: 17349abd62 Change-Id: Iacc973caefd29671e00f06f2139e53d27797c536
-rw-r--r--LICENSE14
1 files changed, 5 insertions, 9 deletions
diff --git a/LICENSE b/LICENSE
index df1edbca..c221aebd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -3,13 +3,9 @@ This repository uses 2 different licenses :
- all other files use a GPLv2 license, unless explicitly stated otherwise
Relevant license is reminded at the top of each source file,
-and with the presence of COPYING or LICENSE file.
+and with presence of COPYING or LICENSE file in associated directories.
-This model emphasizes the fact that
-only files in the `lib` directory are designed to be included into 3rd party projects.
-
-Other files, such as those from `programs` or `examples` directory,
-are not intended to be compiled outside of their context.
-They can serve as source of inspiration,
-but they should not be copy/pasted into 3rd party projects,
-as this scenario is not supported.
+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.