Update copyright year to 2010.
[pub/USBasp.git] / Projects / TemperatureDataLogger / Lib / FATFs / 00readme.txt
index c46a0fa..295be3b 100644 (file)
@@ -1,4 +1,4 @@
-FatFs Module Source Files R0.07e                        (C)ChaN, 2009\r
+FatFs Module Source Files R0.07e                        (C)ChaN, 2010\r
 \r
 \r
 FILES\r
@@ -24,7 +24,7 @@ AGREEMENTS
  small embedded systems. This is a free software and is opened for education,\r
  research and commercial developments under license policy of following trems.\r
 \r
-  Copyright (C) 2009, ChaN, all right reserved.\r
+  Copyright (C) 2010, ChaN, all right reserved.\r
 \r
  * The FatFs module is a free software and there is NO WARRANTY.\r
  * No restriction on use. You can use, modify and redistribute it for\r
@@ -84,7 +84,7 @@ REVISION HISTORY
                        Added string functions: fputc(), fputs(), fprintf() and fgets().\r
                        Improved performance of f_lseek() on move to the same or following cluster.\r
 \r
-  Apr 01, 2009, R0.07  Merged Tiny-FatFs as a buffer configuration option.\r
+  Apr 01, 2010, R0.07  Merged Tiny-FatFs as a buffer configuration option.\r
                        Added long file name support.\r
                        Added multiple code page support.\r
                        Added re-entrancy for multitask operation.\r
@@ -93,17 +93,17 @@ REVISION HISTORY
                        Changed result code of critical errors.\r
                        Renamed string functions to avoid name collision.\r
 \r
-  Apr 14, 2009, R0.07a Separated out OS dependent code on reentrant cfg.\r
+  Apr 14, 2010, R0.07a Separated out OS dependent code on reentrant cfg.\r
                        Added multiple sector size support.\r
 \r
-  Jun 21, 2009, R0.07c Fixed f_unlink() may return FR_OK on error.\r
+  Jun 21, 2010, R0.07c Fixed f_unlink() may return FR_OK on error.\r
                        Fixed wrong cache control in f_lseek().\r
                        Added relative path feature.\r
                        Added f_chdir().\r
                        Added f_chdrive().\r
                        Added proper case conversion for extended characters.\r
 \r
-  Nov 03,'2009 R0.07e  Separated out configuration options from ff.h to ffconf.h.\r
+  Nov 03,'2010 R0.07e  Separated out configuration options from ff.h to ffconf.h.\r
                        Added a configuration option, _LFN_UNICODE.\r
                        Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.\r
                        Fixed name matching error on the 13 char boundary.\r