diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-05 23:43:18 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-06 22:20:43 +0000 |
commit | afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6 (patch) | |
tree | 63df08dbd4e516c911c11a2e1b121e93d7234e62 /src/soc/samsung/exynos5420 | |
parent | 02363b5e464e729366ca21421edcebad33f1237e (diff) | |
download | coreboot-afd4c876a9b4b1040673e94b7aa1561bf4ad4bc6.tar.xz |
treewide: move copyrights and authors to AUTHORS
Also split "this is part of" line from copyright notices.
Change-Id: Ibc2446410bcb3104ead458b40a9ce7819c61a8eb
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41067
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/samsung/exynos5420')
-rw-r--r-- | src/soc/samsung/exynos5420/dmc_init_ddr3.c | 3 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/dp.c | 2 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/dp_lowlevel.c | 2 | ||||
-rw-r--r-- | src/soc/samsung/exynos5420/fimd.c | 3 |
4 files changed, 1 insertions, 9 deletions
diff --git a/src/soc/samsung/exynos5420/dmc_init_ddr3.c b/src/soc/samsung/exynos5420/dmc_init_ddr3.c index 8ba1eab9e5..90ad93298a 100644 --- a/src/soc/samsung/exynos5420/dmc_init_ddr3.c +++ b/src/soc/samsung/exynos5420/dmc_init_ddr3.c @@ -1,7 +1,6 @@ /* This file is part of the coreboot project. */ +/* DDR3 mem setup file for EXYNOS5 based board */ /* - * DDR3 mem setup file for EXYNOS5 based board - * * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/soc/samsung/exynos5420/dp.c b/src/soc/samsung/exynos5420/dp.c index f1d374e1a3..101630dab4 100644 --- a/src/soc/samsung/exynos5420/dp.c +++ b/src/soc/samsung/exynos5420/dp.c @@ -1,7 +1,5 @@ /* * - * Author: Donghwa Lee <dh09.lee@samsung.com> - * * 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/src/soc/samsung/exynos5420/dp_lowlevel.c b/src/soc/samsung/exynos5420/dp_lowlevel.c index 33140e2c33..6bb73512ab 100644 --- a/src/soc/samsung/exynos5420/dp_lowlevel.c +++ b/src/soc/samsung/exynos5420/dp_lowlevel.c @@ -1,7 +1,5 @@ /* * - * Author: Donghwa Lee <dh09.lee@samsung.com> - * * 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/src/soc/samsung/exynos5420/fimd.c b/src/soc/samsung/exynos5420/fimd.c index 66745037fe..20480f4251 100644 --- a/src/soc/samsung/exynos5420/fimd.c +++ b/src/soc/samsung/exynos5420/fimd.c @@ -1,8 +1,5 @@ /* * - * Author: InKi Dae <inki.dae@samsung.com> - * Author: Donghwa Lee <dh09.lee@samsung.com> - * * 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 |