diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-03 11:37:33 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-03 11:37:33 +0000 |
commit | de0df8b16259458c78c742b5dbedd4ac90856285 (patch) | |
tree | 005f44b78fa150813d1b11f4003717c332ff9fde /Projects/XPLAINBridge/Lib | |
parent | 13dd494cfe0bc3791ef80947c3bb21f17da41747 (diff) | |
download | lufa-de0df8b16259458c78c742b5dbedd4ac90856285.tar.gz lufa-de0df8b16259458c78c742b5dbedd4ac90856285.tar.bz2 lufa-de0df8b16259458c78c742b5dbedd4ac90856285.zip |
Update copyright year to 2013.
Diffstat (limited to 'Projects/XPLAINBridge/Lib')
-rw-r--r-- | Projects/XPLAINBridge/Lib/SoftUART.c | 4 | ||||
-rw-r--r-- | Projects/XPLAINBridge/Lib/SoftUART.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Projects/XPLAINBridge/Lib/SoftUART.c b/Projects/XPLAINBridge/Lib/SoftUART.c index 7ffe1f397..0d2314c99 100644 --- a/Projects/XPLAINBridge/Lib/SoftUART.c +++ b/Projects/XPLAINBridge/Lib/SoftUART.c @@ -1,6 +1,6 @@ /* LUFA Library - Copyright (C) Dean Camera, 2012. + Copyright (C) Dean Camera, 2013. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org @@ -9,7 +9,7 @@ /* Copyright 2010 David Prentice (david.prentice [at] farming [dot] uk) Copyright 2010 Peter Danneger - Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2013 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/XPLAINBridge/Lib/SoftUART.h b/Projects/XPLAINBridge/Lib/SoftUART.h index 8b2cd458a..164b2b8af 100644 --- a/Projects/XPLAINBridge/Lib/SoftUART.h +++ b/Projects/XPLAINBridge/Lib/SoftUART.h @@ -1,6 +1,6 @@ /* LUFA Library - Copyright (C) Dean Camera, 2012. + Copyright (C) Dean Camera, 2013. dean [at] fourwalledcubicle [dot] com www.lufa-lib.org @@ -9,7 +9,7 @@ /* Copyright 2010 David Prentice (david.prentice [at] farming [dot] uk) Copyright 2010 Peter Danneger - Copyright 2012 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2013 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 |