From af31c309e73ca88ee70c52e591f90e4b89ff5e55 Mon Sep 17 00:00:00 2001 From: Rahul Bedarkar Date: Thu, 30 Mar 2017 19:13:32 +0530 Subject: boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+ We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\/GPL-2.0/g' Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- package/wipe/wipe.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/wipe/wipe.mk') diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index 9ec7faf6d7..83a8c87587 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -7,7 +7,7 @@ WIPE_VERSION = 2.3.1 WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION) WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2 -WIPE_LICENSE = GPLv2+ +WIPE_LICENSE = GPL-2.0+ WIPE_LICENSE_FILES = LICENSE define WIPE_INSTALL_TARGET_CMDS -- cgit v1.2.1