ext4_balloc: fix not invaliding cache correctly
[lwext4.git] / README.md
index 86b09745693906d4607f9eb9ec7b4e2e68c3ca55..768186d0af7cd23b2b34d169e6686f865e980735 100644 (file)
--- 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
 =====