diff options
author | 2017-03-30 19:13:46 +0530 | |
---|---|---|
committer | 2017-04-01 15:34:46 +0200 | |
commit | 26a7f806645eece7cd5eac4865446455bb2b3318 (patch) | |
tree | 8da2d29afb045f79f74446a6e45e786ef673d247 /package/rapidxml | |
parent | faa386bda169b3d08a7afbaa9ca7eb2892f2172a (diff) | |
download | buildroot-26a7f806645eece7cd5eac4865446455bb2b3318.tar.gz buildroot-26a7f806645eece7cd5eac4865446455bb2b3318.tar.bz2 |
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.mk | 2 |
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 |