summaryrefslogtreecommitdiffstats
path: root/package/rapidxml
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:46 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:34:46 +0200
commit26a7f806645eece7cd5eac4865446455bb2b3318 (patch)
tree8da2d29afb045f79f74446a6e45e786ef673d247 /package/rapidxml
parentfaa386bda169b3d08a7afbaa9ca7eb2892f2172a (diff)
downloadbuildroot-26a7f806645eece7cd5eac4865446455bb2b3318.tar.gz
buildroot-26a7f806645eece7cd5eac4865446455bb2b3318.zip
package: use SPDX short identifier for Boost Software License 1.0
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for Boost Software License 1.0 is BSL-1.0. Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rapidxml')
-rw-r--r--package/rapidxml/rapidxml.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/rapidxml/rapidxml.mk b/package/rapidxml/rapidxml.mk
index a76a21b4f5..2bec8fe1f2 100644
--- a/package/rapidxml/rapidxml.mk
+++ b/package/rapidxml/rapidxml.mk
@@ -7,7 +7,7 @@
RAPIDXML_VERSION = 1.13
RAPIDXML_SOURCE = rapidxml-$(RAPIDXML_VERSION).zip
RAPIDXML_SITE = http://downloads.sourceforge.net/project/rapidxml/rapidxml/rapidxml%20$(RAPIDXML_VERSION)
-RAPIDXML_LICENSE = Boost Software License 1.0 or MIT
+RAPIDXML_LICENSE = BSL-1.0 or MIT
RAPIDXML_LICENSE_FILES = license.txt
# C++ headers only
OpenPOWER on IntegriCloud