-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
89f7a57
commit bba7de7
Showing
7 changed files
with
1,095 additions
and
821 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FatFs Module Source Files R0.14a | ||
FatFs Module Source Files R0.15 w/patch2 | ||
|
||
|
||
FILES | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# FatFs License | ||
|
||
The following code block shows a copy of the FatFs header included in the source files (with wildcards for the date and version). | ||
``` | ||
/*----------------------------------------------------------------------------/ | ||
/ FatFs - Generic FAT Filesystem Module Rx.xx / | ||
/-----------------------------------------------------------------------------/ | ||
/ | ||
/ Copyright (C) 20xx, ChaN, all right reserved. | ||
/ | ||
/ FatFs module is an open source software. Redistribution and use of FatFs in | ||
/ source and binary forms, with or without modification, are permitted provided | ||
/ that the following condition is met: | ||
/ | ||
/ 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. | ||
/ | ||
/----------------------------------------------------------------------------*/ | ||
``` | ||
|
||
When you redistribute the FatFs source code with changes or create a fork, please ensure that they are compatible with the license. |
Oops, something went wrong.