diff options
Diffstat (limited to 'Projects/SerialToLCD/Lib')
| -rw-r--r-- | Projects/SerialToLCD/Lib/HD44780.c | 4 | ||||
| -rw-r--r-- | Projects/SerialToLCD/Lib/HD44780.h | 4 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/Projects/SerialToLCD/Lib/HD44780.c b/Projects/SerialToLCD/Lib/HD44780.c index 40cd90b3d..48c41469a 100644 --- a/Projects/SerialToLCD/Lib/HD44780.c +++ b/Projects/SerialToLCD/Lib/HD44780.c @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2015. +     Copyright (C) Dean Camera, 2016.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2015  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2016  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Copyright 2012  Simon Foster (simon.foster [at] inbox [dot] com)    Permission to use, copy, modify, distribute, and sell this diff --git a/Projects/SerialToLCD/Lib/HD44780.h b/Projects/SerialToLCD/Lib/HD44780.h index 66615f999..571ddc43e 100644 --- a/Projects/SerialToLCD/Lib/HD44780.h +++ b/Projects/SerialToLCD/Lib/HD44780.h @@ -1,13 +1,13 @@  /*               LUFA Library -     Copyright (C) Dean Camera, 2015. +     Copyright (C) Dean Camera, 2016.    dean [at] fourwalledcubicle [dot] com             www.lufa-lib.org  */  /* -  Copyright 2015  Dean Camera (dean [at] fourwalledcubicle [dot] com) +  Copyright 2016  Dean Camera (dean [at] fourwalledcubicle [dot] com)    Copyright 2012  Simon Foster (simon.foster [at] inbox [dot] com)    Permission to use, copy, modify, distribute, and sell this | 
