From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rix Date: Tue, 13 Oct 2009 20:53:33 -0500 Subject: [U-Boot] [PATCH] TI DaVinci: Adding Copyright for DM365 EVM In-Reply-To: <1255476967-18502-1-git-send-email-s-paulraj@ti.com> References: <1255476967-18502-1-git-send-email-s-paulraj@ti.com> Message-ID: <4AD52F1D.609@bumblecow.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de s-paulraj at ti.com wrote: > From: Sandeep Paulraj > > Forgot to add Copyright while submitting the patch. > This patch adds the copyright. > > Signed-off-by: Sandeep Paulraj > --- > board/davinci/dm365evm/dm365evm.c | 1 + > include/configs/davinci_dm365evm.h | 1 + > 2 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/board/davinci/dm365evm/dm365evm.c b/board/davinci/dm365evm/dm365evm.c > index 1e3a14f..290eb99 100644 > --- a/board/davinci/dm365evm/dm365evm.c > +++ b/board/davinci/dm365evm/dm365evm.c > @@ -1,4 +1,5 @@ > /* > + * Copyright (C) 2009 Texas Instruments Incorporated > * > * This program is free software; you can redistribute it and/or modify > * it under the terms of the GNU General Public License as published by > diff --git a/include/configs/davinci_dm365evm.h b/include/configs/davinci_dm365evm.h > index f715da3..53a105b 100644 > --- a/include/configs/davinci_dm365evm.h > +++ b/include/configs/davinci_dm365evm.h > @@ -1,4 +1,5 @@ > /* > + * Copyright (C) 2009 Texas Instruments Incorporated > * > * This program is free software; you can redistribute it and/or > * modify it under the terms of the GNU General Public License as Ack-ed Tom