summaryrefslogtreecommitdiffstats
path: root/package/cryptopp
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/cryptopp
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/cryptopp')
-rw-r--r--package/cryptopp/cryptopp.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cryptopp/cryptopp.mk b/package/cryptopp/cryptopp.mk
index 456876c4ee..5c5def5bc5 100644
--- a/package/cryptopp/cryptopp.mk
+++ b/package/cryptopp/cryptopp.mk
@@ -7,7 +7,7 @@
CRYPTOPP_VERSION = 5.6.5
CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
CRYPTOPP_SITE = http://cryptopp.com/
-CRYPTOPP_LICENSE = Boost-v1.0
+CRYPTOPP_LICENSE = BSL-1.0
CRYPTOPP_LICENSE_FILES = License.txt
CRYPTOPP_INSTALL_STAGING = YES
OpenPOWER on IntegriCloud