From 1d064c8323369f94d94a7d9f6e8dc06b26a4bb12 Mon Sep 17 00:00:00 2001 From: Oskar Viljasaar <oskar.viljasaar@iopsys.eu> Date: Fri, 28 May 2021 14:54:47 +0200 Subject: [PATCH] brcm63xx: Use SPDX identifiers for the license --- iopsys-brcm63xx-arm/Makefile | 6 ++---- iopsys-brcm63xx-arm/image/Makefile | 5 +---- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/iopsys-brcm63xx-arm/Makefile b/iopsys-brcm63xx-arm/Makefile index ed99fafb3..c9afae01b 100644 --- a/iopsys-brcm63xx-arm/Makefile +++ b/iopsys-brcm63xx-arm/Makefile @@ -1,9 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2021 IOPSYS -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# + include $(TOPDIR)/rules.mk ARCH:=arm diff --git a/iopsys-brcm63xx-arm/image/Makefile b/iopsys-brcm63xx-arm/image/Makefile index 188f845eb..0739cdf62 100644 --- a/iopsys-brcm63xx-arm/image/Makefile +++ b/iopsys-brcm63xx-arm/image/Makefile @@ -1,9 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-only # # Copyright (C) 2021 IOPSYS -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -- GitLab