Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/emubd
diff options
context:
space:
mode:
authorChristopher Haster <chaster@utexas.edu>2017-07-08 19:49:40 +0300
committerChristopher Haster <chaster@utexas.edu>2017-07-08 19:49:40 +0300
commit663e953a5073ac8e459f60d18375f887f14e21a2 (patch)
tree09cc0b42ec1e88a895862ed385b68c148b1eb9ac /emubd
parent51c8b02336063fc6ddba2b57596a82da4c92ac2c (diff)
Adopted the Apache 2.0 license
Diffstat (limited to 'emubd')
-rw-r--r--emubd/lfs_emubd.c2
-rw-r--r--emubd/lfs_emubd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/emubd/lfs_emubd.c b/emubd/lfs_emubd.c
index 9e34f6e..b38d9d3 100644
--- a/emubd/lfs_emubd.c
+++ b/emubd/lfs_emubd.c
@@ -2,7 +2,7 @@
* Block device emulated on standard files
*
* Copyright (c) 2017 Christopher Haster
- * Distributed under the MIT license
+ * Distributed under the Apache 2.0 license
*/
#include "emubd/lfs_emubd.h"
diff --git a/emubd/lfs_emubd.h b/emubd/lfs_emubd.h
index ddbf893..083b2ce 100644
--- a/emubd/lfs_emubd.h
+++ b/emubd/lfs_emubd.h
@@ -2,7 +2,7 @@
* Block device emulated on standard files
*
* Copyright (c) 2017 Christopher Haster
- * Distributed under the MIT license
+ * Distributed under the Apache 2.0 license
*/
#ifndef LFS_EMUBD_H
#define LFS_EMUBD_H