From: Rahul Bedarkar Date: Thu, 30 Mar 2017 13:43:48 +0000 (+0530) Subject: Makefile: use SPDX short identifier for Buildroot license X-Git-Tag: 2017.05-rc1~610 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/coffee/buildroot.git/commitdiff_plain/d116b43b390388bd29f16db4bdfcc9663983fd50 Makefile: use SPDX short identifier for Buildroot license Signed-off-by: Rahul Bedarkar Signed-off-by: Thomas Petazzoni --- diff --git a/Makefile b/Makefile index 886bd96162..941bf789c8 100644 --- a/Makefile +++ b/Makefile @@ -736,7 +736,7 @@ legal-info-prepare: $(LEGAL_INFO_DIR) @$(call legal-license-file,buildroot,COPYING,COPYING,HOST) @$(call legal-manifest,PACKAGE,VERSION,LICENSE,LICENSE FILES,SOURCE ARCHIVE,SOURCE SITE,TARGET) @$(call legal-manifest,PACKAGE,VERSION,LICENSE,LICENSE FILES,SOURCE ARCHIVE,SOURCE SITE,HOST) - @$(call legal-manifest,buildroot,$(BR2_VERSION_FULL),GPLv2+,COPYING,not saved,not saved,HOST) + @$(call legal-manifest,buildroot,$(BR2_VERSION_FULL),GPL-2.0+,COPYING,not saved,not saved,HOST) @$(call legal-warning,the Buildroot source code has not been saved) @cp $(BR2_CONFIG) $(LEGAL_INFO_DIR)/buildroot.config