diff options
author | Terry Lv <r65388@freescale.com> | 2011-04-02 12:42:11 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2011-04-08 16:24:51 +0800 |
commit | 1d230f43d31a21d9c34c91fd5f65b9919dcd54db (patch) | |
tree | f03f7e72a5464e63b00652da1c00b554571bcf38 /common | |
parent | 76180b6276e4ee8bbf6714a868c84d053f35eda6 (diff) | |
download | u-boot-imx-1d230f43d31a21d9c34c91fd5f65b9919dcd54db.zip u-boot-imx-1d230f43d31a21d9c34c91fd5f65b9919dcd54db.tar.gz u-boot-imx-1d230f43d31a21d9c34c91fd5f65b9919dcd54db.tar.bz2 |
ENGR00141556: Fix copyright issue
We're following the following rules:
1. FSL copyright should be added for freescale added and modified files.
2. FSL copyright should go after existing copyrights.
3. For Duplicate FSL copyright, Our copyright will go after that also.
4. FSL copyright should not include personal names as part.
5. For only FSL copyright, "All rights reserved" is not mattered.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/cmd_fastboot.c | 4 | ||||
-rw-r--r-- | common/cmd_iim.c | 9 | ||||
-rw-r--r-- | common/cmd_mmc.c | 5 | ||||
-rw-r--r-- | common/cmd_nvedit.c | 4 | ||||
-rw-r--r-- | common/cmd_sata.c | 5 | ||||
-rw-r--r-- | common/lcd.c | 2 |
6 files changed, 12 insertions, 17 deletions
diff --git a/common/cmd_fastboot.c b/common/cmd_fastboot.c index 8d49b88..089a225 100644 --- a/common/cmd_fastboot.c +++ b/common/cmd_fastboot.c @@ -1,9 +1,9 @@ /* - * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. - * * Copyright 2008 - 2009 (C) Wind River Systems, Inc. * Tom Rix <Tom.Rix@windriver.com> * + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * * 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 the Free Software Foundation; either version 2 of diff --git a/common/cmd_iim.c b/common/cmd_iim.c index 56e3804..feb10e3 100644 --- a/common/cmd_iim.c +++ b/common/cmd_iim.c @@ -1,12 +1,5 @@ /* - * (C) Copyright 2008-2010 Freescale Semiconductor, Inc. - * - * Copyright 2007, Freescale Semiconductor, Inc - * Andy Fleming - * - * Based vaguely on the pxa mmc code: - * (C) Copyright 2003 - * Kyle Harris, Nexus Technologies, Inc. kharris@nexus-tech.net + * Copyright (C) 2008-2011 Freescale Semiconductor, Inc. * * See file CREDITS for list of people who contributed to this * project. diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 0769cf6..31a4f05 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -1,10 +1,9 @@ /* - * Copyright (C) 2010 Freescale Semiconductor, Inc. - * Terry Lv <r65388@freescale.com> - * * (C) Copyright 2003 * Kyle Harris, kharris@nexus-tech.net * + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * * See file CREDITS for list of people who contributed to this * project. * diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index f5cef1b..cf718e7 100644 --- a/common/cmd_nvedit.c +++ b/common/cmd_nvedit.c @@ -4,7 +4,9 @@ * * (C) Copyright 2001 Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Andreas Heppel <aheppel@sysgo.de> - + * + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * * See file CREDITS for list of people who contributed to this * project. * diff --git a/common/cmd_sata.c b/common/cmd_sata.c index cd21f2a..6da926a 100644 --- a/common/cmd_sata.c +++ b/common/cmd_sata.c @@ -1,7 +1,4 @@ /* - * (C) Copyright 2008-2010 Freescale Semiconductor, Inc. - * Terry Lv <r65388@freescale.com> - * * Copyright (C) 2000-2005, DENX Software Engineering * Wolfgang Denk <wd@denx.de> * Copyright (C) Procsys. All rights reserved. @@ -10,6 +7,8 @@ * Copyright (C) 2008 Freescale Semiconductor, Inc. * Dave Liu <daveliu@freescale.com> * + * Copyright (C) 2009-2011 Freescale Semiconductor, Inc. + * * 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 the Free Software Foundation; either version 2 of diff --git a/common/lcd.c b/common/lcd.c index c46422e..ac3d00e 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -4,6 +4,8 @@ * (C) Copyright 2001-2002 * Wolfgang Denk, DENX Software Engineering -- wd@denx.de * + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * * See file CREDITS for list of people who contributed to this * project. * |