Skip to content

Commit 0664480

Browse files
committed
Moved SPDX and license info into README
This makes is a bit easier to find the description about the SPDX tags, and fixes the issue where GitHub doesn't detect the license text.
1 parent d66723c commit 0664480

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

LICENSE.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2222
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2323
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2424
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25-
26-
---
27-
28-
*Note*:
29-
Individual files contain the following tag instead of the full license text.
30-
31-
32-
33-
SPDX-License-Identifier: BSD-3-Clause
34-
35-
This enables machine processing of license information based on the SPDX
36-
License Identifiers that are here available: http://spdx.org/licenses/

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,19 @@ The tests assume a Linux environment and can be started with make:
146146
make test
147147
```
148148

149+
## License
150+
151+
The littlefs is provided under the [BSD-3-Clause](https://spdx.org/licenses/BSD-3-Clause.html)
152+
license. See [LICENSE.md](LICENSE.md) for more information. Contributions to
153+
this project are accepted under the same license.
154+
155+
Individual files contain the following tag instead of the full license text.
156+
157+
SPDX-License-Identifier: BSD-3-Clause
158+
159+
This enables machine processing of license information based on the SPDX
160+
License Identifiers that are here available: http://spdx.org/licenses/
161+
149162
## Related projects
150163

151164
[Mbed OS](https://github.com/ARMmbed/mbed-os/tree/master/features/filesystem/littlefs) -

0 commit comments

Comments
 (0)