From: Tyler True <944067+sirocyl@users.noreply.github.com> Date: Sat, 27 Apr 2019 04:00:42 +0000 (-0400) Subject: Change badges to reflect project license status X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=f4685b430f80c18bbe1f865464599cbfeecd9afb;hp=6176f0aa46bc28e6f20626c71cceed3408684e5e;p=lwext4.git Change badges to reflect project license status 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. --- diff --git a/README.md b/README.md index 768186d..3abd860 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Join the chat at https://gitter.im/gkostka/lwext4](https://badges.gitter.im/gkostka/lwext4.svg)](https://gitter.im/gkostka/lwext4?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![License (3-Clause BSD)](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg?style=flat-square)](http://opensource.org/licenses/BSD-3-Clause) +[![License (GPL v2.0)](https://img.shields.io/badge/license-GPL%20(v2.0)-blue.svg?style=flat-square)](http://opensource.org/licenses/GPL-2.0) [![Build Status](https://travis-ci.org/gkostka/lwext4.svg)](https://travis-ci.org/gkostka/lwext4) [![](http://img.shields.io/gratipay/user/gkostka.svg)](https://gratipay.com/gkostka/)