FatFs

FatFs license is of BSD-style but there is a significant feature, FatFs is mainly intended for embedded systems. In order to extend the usability for commercial products, the redistributions of FatFs in binary form, such as embedded code or any forms without source code, does not need acknowledgement of FatFs in the documentation.

Following code block shows a copy of the FatFs license document that included in the source files.

/*---------------------------------------------------------------------------/

/ 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.

/---------------------------------------------------------------------------*/