summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2017-05-20 10:01:47 +0200
committerGrzegorz Kostka <grzegorz@socialbicycles.com>2017-05-31 10:35:22 +0200
commit6a77e61636740a3263aa579c29a140d29b5bf254 (patch)
tree3d50a7a1e43b212fa1fa44413469c1de4db89171 /README.md
parent6f29a7eab37d41058924c6e60bb91d74bf91018d (diff)
Change lwext4 license to GPL2
Some of the source files are licensed under GPL2. It makes whole lwext4 GPL2 licensed. To use library as a BSD3, GPL licensed source files must be removed first. At this point there are two files licensed under GPL2: * ext4_xattr.c * ext4_extents.c
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 86b0974..768186d 100644
--- a/README.md
+++ b/README.md
@@ -38,6 +38,16 @@ KaHo Ng (https://github.com/ngkaho1234):
Lwext4 could be used also as fuse internals. Here is a nice project which uses lwext4 as a filesystem base:
* https://github.com/ngkaho1234/fuse-lwext4
+Some of the source files are licensed under GPLv2. It makes whole
+lwext4 GPLv2 licensed. To use library as a BSD3, GPLv2 licensed source
+files must be removed first. At this point there are two files
+licensed under GPLv2:
+* ext4_xattr.c
+* ext4_extents.c
+
+All other modules and headers are BSD-3-Clause licensed code.
+
+
Features
=====