diff options
Diffstat (limited to 'Projects/TemperatureDataLogger/Lib/FATFs/ff.c')
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/FATFs/ff.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Projects/TemperatureDataLogger/Lib/FATFs/ff.c b/Projects/TemperatureDataLogger/Lib/FATFs/ff.c index 80efa7b48..6382fea1f 100644 --- a/Projects/TemperatureDataLogger/Lib/FATFs/ff.c +++ b/Projects/TemperatureDataLogger/Lib/FATFs/ff.c @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------------/
-/ FatFs - FAT file system module R0.07e (C)ChaN, 2009
+/ FatFs - FAT file system module R0.07e (C)ChaN, 2010
/-----------------------------------------------------------------------------/
/ FatFs module is a generic FAT file system module for small embedded systems.
/ This is a free software that 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 FatFs module is a free software and there is NO WARRANTY.
/ * No restriction on use. You can use, modify and redistribute it for
|