From 8ef272911e5ea0c0b5fe8d8d532daefec50b5b71 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 10 Feb 2014 13:58:08 -0600 Subject: [PATCH] Update comments in file headers --- Documentation/NuttX.html | 2 +- configs/mikroe-stm32f4/src/up_mio283qt9a.c | 1 + drivers/lcd/mio283qt9a.c | 1 + include/nuttx/lcd/mio283qt9a.h | 5 +++-- 4 files changed, 6 insertions(+), 3 deletions(-) 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