summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2019-04-27Change badges to reflect project license statusTyler True
While all source files except the two mentioned (ext4_xattr.c and ext4_extents.c) are BSD-3-clause, and it seems like this project may be licensed as such by removing those two files, the project license should be reflected as GPL v2.0, in accordance with the LICENSE file at the root of the project.
2017-05-31Change lwext4 license to GPL2gkostka
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
2017-03-08Update README.mdGrzegorz Kostka
2016-08-26Update README.mdGrzegorz Kostka
2016-04-30Update README.md filegkostka
2016-04-30Add Gitter badgeThe Gitter Badger
2016-03-21Remove depreciated blackfin buildgkostka
Blackfin toolchain is too old to build lwext4 correctly
2016-02-09Update README.mdv1.0.0gkostka
2016-02-09Update README.mdgkostka
2015-12-28README: typo fixgkostka
2015-12-19Add to readme new windows build instructiongkostka
2015-12-09Add install target & new fs_tools names & readme updategkostka
2015-12-09Add logo to README.mdgkostka
2015-12-02Readme updategkostka
2015-11-13Move all test modules to fs_test directorygkostka
2015-10-31Update README.mdgkostka
2015-10-29Update README.mdgkostka
2015-10-29Add travis build linkgkostka