diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index e487325c43..78864a2cc7 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: January 30, 2014
+ Last Updated: February 10, 2014
|
diff --git a/configs/mikroe-stm32f4/src/up_mio283qt9a.c b/configs/mikroe-stm32f4/src/up_mio283qt9a.c
index 7a4461da9a..d7ec455d22 100644
--- a/configs/mikroe-stm32f4/src/up_mio283qt9a.c
+++ b/configs/mikroe-stm32f4/src/up_mio283qt9a.c
@@ -8,6 +8,7 @@
* Authors: Gregory Nutt
*
* Modified: 2013-2014 by Ken Pettit to support Mikroe-STM32F4 board.
+ * Adapted by Tobias Duckworth for the MI0283QT-9A
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/drivers/lcd/mio283qt9a.c b/drivers/lcd/mio283qt9a.c
index 4f002f105b..55b694ee8f 100644
--- a/drivers/lcd/mio283qt9a.c
+++ b/drivers/lcd/mio283qt9a.c
@@ -6,6 +6,7 @@
*
* Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt
+ * Tobias Duckworth
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/include/nuttx/lcd/mio283qt9a.h b/include/nuttx/lcd/mio283qt9a.h
index 01b1e854ad..3d94d6b575 100644
--- a/include/nuttx/lcd/mio283qt9a.h
+++ b/include/nuttx/lcd/mio283qt9a.h
@@ -3,9 +3,10 @@
*
* Interface definition for the MI0283QT-9A LCD from Multi-Inno Technology Co., Ltd.
* This LCD is based on the Ilitek ILI9341 LCD controller.
-
+ *
* Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt
+ * Authors: Gregory Nutt
+ * Tobias Duckworth
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions