diff options
Diffstat (limited to 'Projects/TemperatureDataLogger/Lib')
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/DataflashManager.c | 4 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/DataflashManager.h | 4 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt | 12 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/FATFs/diskio.h | 2 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/FATFs/ff.c | 4 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/FATFs/ff.h | 4 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h | 2 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/SCSI.c | 4 | ||||
-rw-r--r-- | Projects/TemperatureDataLogger/Lib/SCSI.h | 4 |
9 files changed, 20 insertions, 20 deletions
diff --git a/Projects/TemperatureDataLogger/Lib/DataflashManager.c b/Projects/TemperatureDataLogger/Lib/DataflashManager.c index 38a54a17b..1de866ede 100644 --- a/Projects/TemperatureDataLogger/Lib/DataflashManager.c +++ b/Projects/TemperatureDataLogger/Lib/DataflashManager.c @@ -1,13 +1,13 @@ /*
LUFA Library
- Copyright (C) Dean Camera, 2009.
+ Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
diff --git a/Projects/TemperatureDataLogger/Lib/DataflashManager.h b/Projects/TemperatureDataLogger/Lib/DataflashManager.h index c6256fab6..bc900a383 100644 --- a/Projects/TemperatureDataLogger/Lib/DataflashManager.h +++ b/Projects/TemperatureDataLogger/Lib/DataflashManager.h @@ -1,13 +1,13 @@ /*
LUFA Library
- Copyright (C) Dean Camera, 2009.
+ Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
diff --git a/Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt b/Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt index c46a0fa1a..295be3b9a 100644 --- a/Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt +++ b/Projects/TemperatureDataLogger/Lib/FATFs/00readme.txt @@ -1,4 +1,4 @@ -FatFs Module Source Files R0.07e (C)ChaN, 2009
+FatFs Module Source Files R0.07e (C)ChaN, 2010
FILES
@@ -24,7 +24,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 FatFs module is a free software and there is NO WARRANTY.
* No restriction on use. You can use, modify and redistribute it for
@@ -84,7 +84,7 @@ REVISION HISTORY Added string functions: fputc(), fputs(), fprintf() and fgets().
Improved performance of f_lseek() on move to the same or following cluster.
- Apr 01, 2009, R0.07 Merged Tiny-FatFs as a buffer configuration option.
+ Apr 01, 2010, R0.07 Merged Tiny-FatFs as a buffer configuration option.
Added long file name support.
Added multiple code page support.
Added re-entrancy for multitask operation.
@@ -93,17 +93,17 @@ REVISION HISTORY Changed result code of critical errors.
Renamed string functions to avoid name collision.
- Apr 14, 2009, R0.07a Separated out OS dependent code on reentrant cfg.
+ Apr 14, 2010, R0.07a Separated out OS dependent code on reentrant cfg.
Added multiple sector size support.
- Jun 21, 2009, R0.07c Fixed f_unlink() may return FR_OK on error.
+ Jun 21, 2010, R0.07c Fixed f_unlink() may return FR_OK on error.
Fixed wrong cache control in f_lseek().
Added relative path feature.
Added f_chdir().
Added f_chdrive().
Added proper case conversion for extended characters.
- Nov 03,'2009 R0.07e Separated out configuration options from ff.h to ffconf.h.
+ Nov 03,'2010 R0.07e Separated out configuration options from ff.h to ffconf.h.
Added a configuration option, _LFN_UNICODE.
Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.
Fixed name matching error on the 13 char boundary.
diff --git a/Projects/TemperatureDataLogger/Lib/FATFs/diskio.h b/Projects/TemperatureDataLogger/Lib/FATFs/diskio.h index b03cece66..4085501da 100644 --- a/Projects/TemperatureDataLogger/Lib/FATFs/diskio.h +++ b/Projects/TemperatureDataLogger/Lib/FATFs/diskio.h @@ -1,5 +1,5 @@ /*-----------------------------------------------------------------------
-/ Low level disk interface modlue include file R0.07 (C)ChaN, 2009
+/ Low level disk interface modlue include file R0.07 (C)ChaN, 2010
/-----------------------------------------------------------------------*/
#ifndef _DISKIO
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
diff --git a/Projects/TemperatureDataLogger/Lib/FATFs/ff.h b/Projects/TemperatureDataLogger/Lib/FATFs/ff.h index c24d6c7f3..41e136ee5 100644 --- a/Projects/TemperatureDataLogger/Lib/FATFs/ff.h +++ b/Projects/TemperatureDataLogger/Lib/FATFs/ff.h @@ -1,11 +1,11 @@ /*---------------------------------------------------------------------------/
-/ FatFs - FAT file system module include file R0.07e (C)ChaN, 2009
+/ FatFs - FAT file system module include file 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
diff --git a/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h b/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h index 88fed5b44..18510157d 100644 --- a/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h +++ b/Projects/TemperatureDataLogger/Lib/FATFs/ffconf.h @@ -1,5 +1,5 @@ /*---------------------------------------------------------------------------/
-/ FatFs - FAT file system module configuration file R0.07e (C)ChaN, 2009
+/ FatFs - FAT file system module configuration file R0.07e (C)ChaN, 2010
/----------------------------------------------------------------------------/
/
/ CAUTION! Do not forget to make clean the project after any changes to
diff --git a/Projects/TemperatureDataLogger/Lib/SCSI.c b/Projects/TemperatureDataLogger/Lib/SCSI.c index d3272b0d7..933253b46 100644 --- a/Projects/TemperatureDataLogger/Lib/SCSI.c +++ b/Projects/TemperatureDataLogger/Lib/SCSI.c @@ -1,13 +1,13 @@ /*
LUFA Library
- Copyright (C) Dean Camera, 2009.
+ Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
diff --git a/Projects/TemperatureDataLogger/Lib/SCSI.h b/Projects/TemperatureDataLogger/Lib/SCSI.h index d5d1d06f8..0cb52f08a 100644 --- a/Projects/TemperatureDataLogger/Lib/SCSI.h +++ b/Projects/TemperatureDataLogger/Lib/SCSI.h @@ -1,13 +1,13 @@ /*
LUFA Library
- Copyright (C) Dean Camera, 2009.
+ Copyright (C) Dean Camera, 2010.
dean [at] fourwalledcubicle [dot] com
www.fourwalledcubicle.com
*/
/*
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
|