summaryrefslogtreecommitdiffstats
path: root/package/bullet
diff options
context:
space:
mode:
authorRahul Bedarkar <rahulbedarkar89@gmail.com>2017-03-30 19:13:47 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 15:35:02 +0200
commit2093053106e3c3c791ed3f9f954c7435fc940f2f (patch)
treecc86555a564604caeaf4e64017be27af7bb24c94 /package/bullet
parent26a7f806645eece7cd5eac4865446455bb2b3318 (diff)
downloadbuildroot-2093053106e3c3c791ed3f9f954c7435fc940f2f.tar.gz
buildroot-2093053106e3c3c791ed3f9f954c7435fc940f2f.zip
packages: use SPDX short identifier for zlib license
We want to use SPDX identifier for license string as much as possible. SPDX short identifier for zlib license is Zlib. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/zlib( )?(license)?/Zlib/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bullet')
-rw-r--r--package/bullet/bullet.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bullet/bullet.mk b/package/bullet/bullet.mk
index 99ff423632..920ea8756b 100644
--- a/package/bullet/bullet.mk
+++ b/package/bullet/bullet.mk
@@ -7,7 +7,7 @@
BULLET_VERSION = 2.85.1
BULLET_SITE = $(call github,bulletphysics,bullet3,$(BULLET_VERSION))
BULLET_INSTALL_STAGING = YES
-BULLET_LICENSE = zlib license
+BULLET_LICENSE = Zlib
BULLET_LICENSE_FILES = LICENSE.txt
# Disable demos apps and unit tests.
OpenPOWER on IntegriCloud