From 4574973084910df51f19eca654440dfad0e48a02 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 10 Apr 2019 16:12:35 +0200 Subject: apalis-imx8: adjust copyright/licensing headers Adjust copyright/licensing headers e.g. universally using SPDX license identifier. Signed-off-by: Max Krummenacher --- arch/arm/dts/fsl-imx8qm-apalis.dts | 14 ++------------ board/toradex/apalis-imx8/Makefile | 5 ++--- board/toradex/apalis-imx8/apalis-imx8.c | 5 ++--- include/configs/apalis-imx8.h | 6 ++---- 4 files changed, 8 insertions(+), 22 deletions(-) diff --git a/arch/arm/dts/fsl-imx8qm-apalis.dts b/arch/arm/dts/fsl-imx8qm-apalis.dts index bc9526b112..cb0b698618 100644 --- a/arch/arm/dts/fsl-imx8qm-apalis.dts +++ b/arch/arm/dts/fsl-imx8qm-apalis.dts @@ -1,16 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ OR X11 /* - * Copyright (C) 2016 Freescale Semiconductor, Inc. - * Copyright 2017 NXP - * - * 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 the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. + * Copyright 2017-2019 Toradex */ /dts-v1/; diff --git a/board/toradex/apalis-imx8/Makefile b/board/toradex/apalis-imx8/Makefile index e13df337d7..aca8d220bf 100644 --- a/board/toradex/apalis-imx8/Makefile +++ b/board/toradex/apalis-imx8/Makefile @@ -1,7 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0+ # -# Copyright 2017 Toradex -# -# SPDX-License-Identifier: GPL-2.0+ +# Copyright 2017-2019 Toradex # obj-y += apalis-imx8.o diff --git a/board/toradex/apalis-imx8/apalis-imx8.c b/board/toradex/apalis-imx8/apalis-imx8.c index 2246d27e5a..ee43dd32a5 100644 --- a/board/toradex/apalis-imx8/apalis-imx8.c +++ b/board/toradex/apalis-imx8/apalis-imx8.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* - * Copyright 2017 NXP - * - * SPDX-License-Identifier: GPL-2.0+ + * Copyright 2017-2019 Toradex */ #include #include diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index ea2bc385bd..0603d2883e 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -1,8 +1,6 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ /* - * Copyright 2017 NXP - * Copyright 2017 Toradex - * - * SPDX-License-Identifier: GPL-2.0+ + * Copyright 2017-2019 Toradex */ #ifndef __APALIS_IMX8QM_H -- cgit v1.2.3