diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2017-05-20 10:01:47 +0200 |
|---|---|---|
| committer | Grzegorz Kostka <grzegorz@socialbicycles.com> | 2017-05-31 10:35:22 +0200 |
| commit | 6a77e61636740a3263aa579c29a140d29b5bf254 (patch) | |
| tree | 3d50a7a1e43b212fa1fa44413469c1de4db89171 /README.md | |
| parent | 6f29a7eab37d41058924c6e60bb91d74bf91018d (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.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 ===== |
