Adopted the Apache 2.0 license

This commit is contained in:
Christopher Haster
2017-07-08 11:49:40 -05:00
parent 51c8b02336
commit 663e953a50
7 changed files with 168 additions and 22 deletions

2
lfs.c
View File

@@ -2,7 +2,7 @@
* The little filesystem
*
* Copyright (c) 2017 Christopher Haster
* Distributed under the MIT license
* Distributed under the Apache 2.0 license
*/
#include "lfs.h"
#include "lfs_util.h"