diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-30 23:49:19 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-30 23:49:19 +0000 |
commit | 7f9f97c792dee6875fbca9806422bdd7d6c5a657 (patch) | |
tree | 1e46dd16b3bd3ef1b3d2686ad8887f4f8a199cde /Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs | |
parent | 5e3572d7d14bd4f7812003effc822c4957fd50b3 (diff) | |
download | lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.tar.gz lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.tar.bz2 lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.zip |
Update copyright year to 2010.
Diffstat (limited to 'Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs')
5 files changed, 9 insertions, 9 deletions
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt index 594b9194c..0703d5925 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/00readme.txt @@ -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)
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c index d46d9b969..bcf1674f9 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c @@ -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"
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h index c5ab064ba..7caa7f44f 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.h +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/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
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c index 126d45f4f..54c1d2406 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.c @@ -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
diff --git a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h index e7a9c14e2..abd4f541c 100644 --- a/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h +++ b/Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/pff.h @@ -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
|