diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-30 23:49:19 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-12-30 23:49:19 +0000 |
commit | 7f9f97c792dee6875fbca9806422bdd7d6c5a657 (patch) | |
tree | 1e46dd16b3bd3ef1b3d2686ad8887f4f8a199cde /Projects/MissileLauncher | |
parent | 5e3572d7d14bd4f7812003effc822c4957fd50b3 (diff) | |
download | lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.tar.gz lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.tar.bz2 lufa-7f9f97c792dee6875fbca9806422bdd7d6c5a657.zip |
Update copyright year to 2010.
Diffstat (limited to 'Projects/MissileLauncher')
-rw-r--r-- | Projects/MissileLauncher/ConfigDescriptor.c | 4 | ||||
-rw-r--r-- | Projects/MissileLauncher/ConfigDescriptor.h | 4 | ||||
-rw-r--r-- | Projects/MissileLauncher/MissileLauncher.c | 6 | ||||
-rw-r--r-- | Projects/MissileLauncher/MissileLauncher.h | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/Projects/MissileLauncher/ConfigDescriptor.c b/Projects/MissileLauncher/ConfigDescriptor.c index 4d042e8f5..88f7bacb7 100644 --- a/Projects/MissileLauncher/ConfigDescriptor.c +++ b/Projects/MissileLauncher/ConfigDescriptor.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/MissileLauncher/ConfigDescriptor.h b/Projects/MissileLauncher/ConfigDescriptor.h index 2de28a6b3..7c84b7e78 100644 --- a/Projects/MissileLauncher/ConfigDescriptor.h +++ b/Projects/MissileLauncher/ConfigDescriptor.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/MissileLauncher/MissileLauncher.c b/Projects/MissileLauncher/MissileLauncher.c index 9b76dfb4e..a18673290 100644 --- a/Projects/MissileLauncher/MissileLauncher.c +++ b/Projects/MissileLauncher/MissileLauncher.c @@ -1,6 +1,6 @@ /*
USB Missile Launcher Demo
- Copyright (C) Dave Fletcher, 2009.
+ Copyright (C) Dave Fletcher, 2010.
fletch at fletchtronics dot net
Based on research by Scott Weston at
@@ -8,8 +8,8 @@ */
/*
- Copyright 2009 Dean Camera (dean [at] fourwalledcubicle [dot] com)
- Copyright 2009 Dave Fletcher (fletch [at] fletchtronics [dot] net)
+ Copyright 2010 Dean Camera (dean [at] fourwalledcubicle [dot] com)
+ Copyright 2010 Dave Fletcher (fletch [at] fletchtronics [dot] net)
Permission to use, copy, modify, distribute, and sell this
software and its documentation for any purpose is hereby granted
diff --git a/Projects/MissileLauncher/MissileLauncher.h b/Projects/MissileLauncher/MissileLauncher.h index 4da979585..089b0dc84 100644 --- a/Projects/MissileLauncher/MissileLauncher.h +++ b/Projects/MissileLauncher/MissileLauncher.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
|