forked from 1nv1/ulibSD
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLICENSE
More file actions
32 lines (21 loc) · 1.22 KB
/
Copy pathLICENSE
File metadata and controls
32 lines (21 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
ulibSD - Library for SD cards semantics (C)Nelson Lombardo, 2015
ulibSD library is a free software that opened under license policy of
following conditions.
Copyright (C) 2015, ChaN, all right reserved.
1. Redistributions of source code must retain the above copyright notice,
this condition and the following disclaimer.
This software is provided by the copyright holder and contributors "AS IS"
and any warranties related to this software are DISCLAIMED.
The copyright owner or contributors be NOT LIABLE for any damages caused
by use of this software.
Derived from Mister Chan works on FatFs code (http://elm-chan.org/fsw/ff/00index_e.html):
FatFs - FAT file system module R0.11 (C)ChaN, 2015
FatFs module is a free software that opened under license policy of
following conditions.
Copyright (C) 2015, ChaN, all right reserved.
1. Redistributions of source code must retain the above copyright notice,
this condition and the following disclaimer.
This software is provided by the copyright holder and contributors "AS IS"
and any warranties related to this software are DISCLAIMED.
The copyright owner or contributors be NOT LIABLE for any damages caused
by use of this software.