diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-04 22:38:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-02-04 22:38:44 +0000 |
commit | f1b6ddb7107fd9534cc6a8d6ab2d46f349d9cdb7 (patch) | |
tree | f5ea740f08cae10a39fd4159c9d31910446f1f3d /LUFA/CodeTemplates | |
parent | 2c806f6ceee42db9094eb11f3f32524b98440726 (diff) | |
download | lufa-f1b6ddb7107fd9534cc6a8d6ab2d46f349d9cdb7.tar.gz lufa-f1b6ddb7107fd9534cc6a8d6ab2d46f349d9cdb7.tar.bz2 lufa-f1b6ddb7107fd9534cc6a8d6ab2d46f349d9cdb7.zip |
Update file contributor copyrights for 2012.
Diffstat (limited to 'LUFA/CodeTemplates')
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/Buttons.h | 2 | ||||
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/Dataflash.h | 2 | ||||
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/Joystick.h | 2 | ||||
-rw-r--r-- | LUFA/CodeTemplates/DriverStubs/LEDs.h | 2 | ||||
-rw-r--r-- | LUFA/CodeTemplates/LUFAConfig.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/LUFA/CodeTemplates/DriverStubs/Buttons.h b/LUFA/CodeTemplates/DriverStubs/Buttons.h index 81436ff3c..e050d75af 100644 --- a/LUFA/CodeTemplates/DriverStubs/Buttons.h +++ b/LUFA/CodeTemplates/DriverStubs/Buttons.h @@ -7,7 +7,7 @@ */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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/LUFA/CodeTemplates/DriverStubs/Dataflash.h b/LUFA/CodeTemplates/DriverStubs/Dataflash.h index 95b3e48f8..9040968d9 100644 --- a/LUFA/CodeTemplates/DriverStubs/Dataflash.h +++ b/LUFA/CodeTemplates/DriverStubs/Dataflash.h @@ -7,7 +7,7 @@ */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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/LUFA/CodeTemplates/DriverStubs/Joystick.h b/LUFA/CodeTemplates/DriverStubs/Joystick.h index 1151c486f..4843ce6f8 100644 --- a/LUFA/CodeTemplates/DriverStubs/Joystick.h +++ b/LUFA/CodeTemplates/DriverStubs/Joystick.h @@ -7,7 +7,7 @@ */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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/LUFA/CodeTemplates/DriverStubs/LEDs.h b/LUFA/CodeTemplates/DriverStubs/LEDs.h index ecd9c1857..1314e9424 100644 --- a/LUFA/CodeTemplates/DriverStubs/LEDs.h +++ b/LUFA/CodeTemplates/DriverStubs/LEDs.h @@ -7,7 +7,7 @@ */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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/LUFA/CodeTemplates/LUFAConfig.h b/LUFA/CodeTemplates/LUFAConfig.h index bc619cba6..5789e49fa 100644 --- a/LUFA/CodeTemplates/LUFAConfig.h +++ b/LUFA/CodeTemplates/LUFAConfig.h @@ -7,7 +7,7 @@ */ /* - Copyright 2011 Dean Camera (dean [at] fourwalledcubicle [dot] com) + Copyright 2012 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 |