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 /cpu | |
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 'cpu')
-rw-r--r-- | cpu/arm926ejs/mx23/reset.S | 4 | ||||
-rw-r--r-- | cpu/arm_cortexa8/cpu.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cpu/arm926ejs/mx23/reset.S b/cpu/arm926ejs/mx23/reset.S index a53ca57..9e1161b 100644 --- a/cpu/arm926ejs/mx23/reset.S +++ b/cpu/arm926ejs/mx23/reset.S @@ -1,10 +1,10 @@ /* * Processor reset for Freescale MX23 SoC. * - * (C) Copyright 2009-2010 Freescale Semiconductor, Inc. - * * Copyright (C) 2007 Sergey Kubushyn <ksi@koi8.net> * + * Copyright (C) 2009-2011 Freescale Semiconductor, Inc. + * ----------------------------------------------------- * * This program is free software; you can redistribute it and/or diff --git a/cpu/arm_cortexa8/cpu.c b/cpu/arm_cortexa8/cpu.c index 70590ee..ac7ac13 100644 --- a/cpu/arm_cortexa8/cpu.c +++ b/cpu/arm_cortexa8/cpu.c @@ -8,6 +8,8 @@ * (C) Copyright 2002 * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. + * * See file CREDITS for list of people who contributed to this * project. * |