summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-03-20 09:47:46 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-03-05 19:22:16 +0100
commit30b37a6a68e509b2ec4140744fe5b13fc5f7310f (patch)
treecf6c743277ecb2b04b583940385c18a410d3cc71
parent5c80880d78a5dd88e14c55e074f2adfd16705e74 (diff)
colibri-imx8qxp: adjust copyright/licensing headers
Adjust copyright/licensing headers e.g. universally using SPDX license identifier. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--arch/arm/dts/fsl-imx8qxp-colibri.dts13
-rw-r--r--board/toradex/colibri-imx8qxp/Makefile2
-rw-r--r--board/toradex/colibri-imx8qxp/colibri-imx8qxp.c5
-rw-r--r--board/toradex/colibri-imx8qxp/pf8100.c5
-rw-r--r--include/configs/colibri-imx8qxp.h5
5 files changed, 9 insertions, 21 deletions
diff --git a/arch/arm/dts/fsl-imx8qxp-colibri.dts b/arch/arm/dts/fsl-imx8qxp-colibri.dts
index e505ceb3b38..c151e6bc617 100644
--- a/arch/arm/dts/fsl-imx8qxp-colibri.dts
+++ b/arch/arm/dts/fsl-imx8qxp-colibri.dts
@@ -1,15 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
- * Copyright (C) 2018, Toradex AG
- *
- * 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 2018-2019 Toradex
*/
/dts-v1/;
diff --git a/board/toradex/colibri-imx8qxp/Makefile b/board/toradex/colibri-imx8qxp/Makefile
index e0ffa88e4f1..a438aa664e8 100644
--- a/board/toradex/colibri-imx8qxp/Makefile
+++ b/board/toradex/colibri-imx8qxp/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2018 Toradex
+# Copyright 2018-2019 Toradex
#
# SPDX-License-Identifier: GPL-2.0+
#
diff --git a/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c b/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c
index 641d7a3e5b5..04b096690d1 100644
--- a/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c
+++ b/board/toradex/colibri-imx8qxp/colibri-imx8qxp.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C), 2018 Toradex AG
- *
- * SPDX-License-Identifier: GPL-2.0+
+ * Copyright 2018-2019 Toradex
*/
#include <common.h>
#include <malloc.h>
diff --git a/board/toradex/colibri-imx8qxp/pf8100.c b/board/toradex/colibri-imx8qxp/pf8100.c
index 881052b8272..8ffceca78a3 100644
--- a/board/toradex/colibri-imx8qxp/pf8100.c
+++ b/board/toradex/colibri-imx8qxp/pf8100.c
@@ -1,7 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2014-2016, Toradex AG
- *
- * SPDX-License-Identifier: GPL-2.0+
+ * Copyright 2018-2019 Toradex
*/
/*
diff --git a/include/configs/colibri-imx8qxp.h b/include/configs/colibri-imx8qxp.h
index 05b0c756c4e..46dfaac81b4 100644
--- a/include/configs/colibri-imx8qxp.h
+++ b/include/configs/colibri-imx8qxp.h
@@ -1,8 +1,7 @@
/*
- * Copyright 2017 NXP
- * Copyright 2018 (C) Toradex AG
+ * Copyright 2018-2019 Toradex
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0+
*/
#ifndef __COLIBRI_IMX8QXP_H