diff options
author | Michał Żygowski <michal.zygowski@3mdeb.com> | 2019-03-11 14:25:57 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-03-14 11:34:13 +0000 |
commit | 125c9cf98cba524d3f8259bc34dc4c3f515403b4 (patch) | |
tree | 204921d7814629c1ab12fa3e34d7eb19b6f7187d /src/mainboard/pcengines/apu2 | |
parent | 3e41b9b22e9ef1b09586474bbe58026987c9fa65 (diff) |
src/mainboard/pcengines/apu2: Bring back copyrights
The copyright notices of Eltan B.V. have been removed by mistake before
sending the patch with board support. Revert back to be consent with the
license.
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: Ic5948ab60a661ef78e4e5c8571535a096fc88ea5
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31842
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Diffstat (limited to 'src/mainboard/pcengines/apu2')
-rw-r--r-- | src/mainboard/pcengines/apu2/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/pcengines/apu2/Makefile.inc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/pcengines/apu2/Kconfig b/src/mainboard/pcengines/apu2/Kconfig index 6e65a6e155..6c3958b30e 100644 --- a/src/mainboard/pcengines/apu2/Kconfig +++ b/src/mainboard/pcengines/apu2/Kconfig @@ -3,6 +3,7 @@ # # Copyright (C) 2012 Advanced Micro Devices, Inc. # Copyright (C) 2015 Kyösti Mälkki <kyosti.malkki@gmail.com> +# Copyright (C) 2016 Eltan B.V. # # 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/src/mainboard/pcengines/apu2/Makefile.inc b/src/mainboard/pcengines/apu2/Makefile.inc index 0e897400ec..4e6364e047 100644 --- a/src/mainboard/pcengines/apu2/Makefile.inc +++ b/src/mainboard/pcengines/apu2/Makefile.inc @@ -2,6 +2,7 @@ # This file is part of the coreboot project. # # Copyright (C) 2012 Advanced Micro Devices, Inc. +# Copyright (C) 2016 Eltan B.V. # # 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 |