diff options
author | Tom Rini <trini@konsulko.com> | 2018-05-18 17:54:39 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-18 17:56:50 -0400 |
commit | 855ff8e6dd58b01930d8b8b726e65310d546a0c9 (patch) | |
tree | 809245c656a4418285beeaf06684efe7a7965ac9 /include | |
parent | 5f78786499593592bbd435445bd2d667de90fc5b (diff) |
Fixup various SPDX tags from the latest merge
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/imx6dl-mamoj.h | 3 | ||||
-rw-r--r-- | include/configs/kp_imx53.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/include/configs/imx6dl-mamoj.h b/include/configs/imx6dl-mamoj.h index 2f5e212b88..5a3c2d68b5 100644 --- a/include/configs/imx6dl-mamoj.h +++ b/include/configs/imx6dl-mamoj.h @@ -1,11 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2018 Simone CIANNI <simone.cianni@bticino.it> * Copyright (C) 2018 Raffaele RECALCATI <raffaele.recalcati@bticino.it> * Copyright (C) 2018 Jagan Teki <jagan@amarulasolutions.com> * * Configuration settings for the BTicion i.MX6DL Mamoj board. - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __IMX6DL_MAMOJ_CONFIG_H diff --git a/include/configs/kp_imx53.h b/include/configs/kp_imx53.h index c2eaf31760..530c3557d0 100644 --- a/include/configs/kp_imx53.h +++ b/include/configs/kp_imx53.h @@ -1,8 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* * Copyright (C) 2018 * Lukasz Majewski, DENX Software Engineering, lukma@denx.de - * - * SPDX-License-Identifier: GPL-2.0+ */ #ifndef __CONFIG_H_ |