diff --git a/README.md b/README.md index da158ed..c584ada 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ systems", by ChaN. See http://elm-chan.org/fsw/ff/00index_e.html. License ======= -FatFs module is an open source software to implement FAT file system to -small embedded systems. This is a free software and is opened for education, -research and commercial developments under license policy of following trems. +FatFs module is a free software that opened under license policy of +following conditions. -Copyright (C) 2014, ChaN, all right reserved. - -* The FatFs module is a free software and there is NO WARRANTY. -* No restriction on use. You can use, modify and redistribute it for - personal, non-profit or commercial product UNDER YOUR RESPONSIBILITY. -* Redistributions of source code must retain the above copyright notice. +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. diff --git a/doc/00index_e.html b/doc/00index_e.html index 9dc9d8e..d1e3e23 100644 --- a/doc/00index_e.html +++ b/doc/00index_e.html @@ -19,7 +19,7 @@
-FatFs is a generic FAT file system module for small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and completely separated from the disk I/O layer. Therefore it is independent of the platform. It can be incorporated into small microcontrollers with limited resource, such as 8051, PIC, AVR, ARM, Z80, 78K and etc. Also Petit FatFs module for tiny microcontrollers is available here↗.
+FatFs is a generic FAT file system module for small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and completely separated from the disk I/O layer. Therefore it is independent of the platform. It can be incorporated into small microcontrollers with limited resource, such as 8051, PIC, AVR, ARM, Z80, 78K and etc. Also Petit FatFs module for tiny microcontrollers is available here.
FatFs module provides following functions to the applications. In other words, this list describes what FatFs can do to access the FAT volumes.
+
Since the FatFs module is a file system layer, it is completely separated from physical devices, such as memory card, harddisk and any type of storage devices. FatFs accesses the storage device via a simple interface described below. The low level device control module is not a part of FatFs module. It is provided by implementer. Also sample implementations for some platforms are available in the downloads.
+
+Since the FatFs module is a file system layer, it is completely separated from the physical devices, such as memory card, harddisk and any type of storage devices. FatFs accesses the storage devices via a simple interface shown below. The low level device control module is not a part of FatFs module. It is provided by implementer. Also sample implementations for some platforms are available in the downloads.
The FatFs module is a free software opened for education, research and development. You can use, modify and/or redistribute it for personal projects or commercial products without any restriction under your responsibility. For further information, refer to the application note.