diff options
| author | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-27 14:42:30 +0000 |
|---|---|---|
| committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-05-27 14:42:30 +0000 |
| commit | b5e850ffd6d31afc159fec9cb37ad36d79100166 (patch) | |
| tree | 450ce3ad173f75dfb8872a970b62a5f344fec658 /Demos | |
| parent | 1fe8e29ab321ad9818f299fb3fb8c0d6cf70fe6e (diff) | |
| download | lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.tar.gz lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.tar.bz2 lufa-b5e850ffd6d31afc159fec9cb37ad36d79100166.zip | |
Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.
Diffstat (limited to 'Demos')
| -rw-r--r-- | Demos/Device/ClassDriver/makefile | 2 | ||||
| -rw-r--r-- | Demos/Device/LowLevel/makefile | 2 | ||||
| -rw-r--r-- | Demos/Device/makefile | 2 | ||||
| -rw-r--r-- | Demos/DualRole/ClassDriver/makefile | 2 | ||||
| -rw-r--r-- | Demos/DualRole/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/ClassDriver/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/LowLevel/makefile | 2 | ||||
| -rw-r--r-- | Demos/Host/makefile | 2 | ||||
| -rw-r--r-- | Demos/makefile | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/Demos/Device/ClassDriver/makefile b/Demos/Device/ClassDriver/makefile index 334a6d3a6..ce41fbed3 100644 --- a/Demos/Device/ClassDriver/makefile +++ b/Demos/Device/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Device/LowLevel/makefile b/Demos/Device/LowLevel/makefile index 757dc5ef9..3a5ddc3ae 100644 --- a/Demos/Device/LowLevel/makefile +++ b/Demos/Device/LowLevel/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Device/makefile b/Demos/Device/makefile index f25c70b3c..f6acde383 100644 --- a/Demos/Device/makefile +++ b/Demos/Device/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/DualRole/ClassDriver/makefile b/Demos/DualRole/ClassDriver/makefile index 829b86d5a..866a47e67 100644 --- a/Demos/DualRole/ClassDriver/makefile +++ b/Demos/DualRole/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/DualRole/makefile b/Demos/DualRole/makefile index b2258040e..dbfe9995c 100644 --- a/Demos/DualRole/makefile +++ b/Demos/DualRole/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Host/ClassDriver/makefile b/Demos/Host/ClassDriver/makefile index 963ba68e0..ace187471 100644 --- a/Demos/Host/ClassDriver/makefile +++ b/Demos/Host/ClassDriver/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Host/LowLevel/makefile b/Demos/Host/LowLevel/makefile index 9958c4f35..456bd1000 100644 --- a/Demos/Host/LowLevel/makefile +++ b/Demos/Host/LowLevel/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/Host/makefile b/Demos/Host/makefile index f25c70b3c..f6acde383 100644 --- a/Demos/Host/makefile +++ b/Demos/Host/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org diff --git a/Demos/makefile b/Demos/makefile index c70e7a98f..3c3176774 100644 --- a/Demos/makefile +++ b/Demos/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org |
