diff options
-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 |