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:
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