Update copyright year to 2010.
This commit is contained in:
parent
5e3572d7d1
commit
7f9f97c792
528 changed files with 1068 additions and 1064 deletions
|
@ -1,4 +1,4 @@
|
|||
Petit FatFs Module Source Files R0.01a (C)ChaN, 2009
|
||||
Petit FatFs Module Source Files R0.01a (C)ChaN, 2010
|
||||
|
||||
|
||||
FILES
|
||||
|
@ -22,7 +22,7 @@ AGREEMENTS
|
|||
small embedded systems. This is a free software and is opened for education,
|
||||
research and commercial developments under license policy of following trems.
|
||||
|
||||
Copyright (C) 2009, ChaN, all right reserved.
|
||||
Copyright (C) 2010, ChaN, all right reserved.
|
||||
|
||||
* The Petit FatFs module is a free software and there is NO WARRANTY.
|
||||
* No restriction on use. You can use, modify and redistribute it for
|
||||
|
@ -33,4 +33,4 @@ AGREEMENTS
|
|||
|
||||
REVISION HISTORY
|
||||
|
||||
Jun 15, 2009 R0.01a First release (Branched from FatFs R0.07b)
|
||||
Jun 15, 2010 R0.01a First release (Branched from FatFs R0.07b)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*-----------------------------------------------------------------------*/
|
||||
/* Low level disk I/O module skeleton for Petit FatFs (C)ChaN, 2009 */
|
||||
/* Low level disk I/O module skeleton for Petit FatFs (C)ChaN, 2010 */
|
||||
/*-----------------------------------------------------------------------*/
|
||||
|
||||
#include "diskio.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*-----------------------------------------------------------------------
|
||||
/ PFF - Low level disk interface modlue include file (C)ChaN, 2009
|
||||
/ PFF - Low level disk interface modlue include file (C)ChaN, 2010
|
||||
/-----------------------------------------------------------------------*/
|
||||
|
||||
#ifndef _DISKIO
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/*----------------------------------------------------------------------------/
|
||||
/ Petit FatFs - FAT file system module R0.01a (C)ChaN, 2009
|
||||
/ Petit FatFs - FAT file system module R0.01a (C)ChaN, 2010
|
||||
/-----------------------------------------------------------------------------/
|
||||
/ Petit 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.
|
||||
/
|
||||
/ Copyright (C) 2009, ChaN, all right reserved.
|
||||
/ Copyright (C) 2010, ChaN, all right reserved.
|
||||
/
|
||||
/ * The Petit FatFs module is a free software and there is NO WARRANTY.
|
||||
/ * No restriction on use. You can use, modify and redistribute it for
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/*---------------------------------------------------------------------------/
|
||||
/ Petit FatFs - FAT file system module include file R0.01a (C)ChaN, 2009
|
||||
/ Petit FatFs - FAT file system module include file R0.01a (C)ChaN, 2010
|
||||
/----------------------------------------------------------------------------/
|
||||
/ Petit 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.
|
||||
/
|
||||
/ Copyright (C) 2009, ChaN, all right reserved.
|
||||
/ Copyright (C) 2010, ChaN, all right reserved.
|
||||
/
|
||||
/ * The Petit FatFs module is a free software and there is NO WARRANTY.
|
||||
/ * No restriction on use. You can use, modify and redistribute it for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue