Browse Source

gperftools: Clarify BSD license variant

The License of gperftools is BSD-3-Clause

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Christophe PRIOUZEAU 4 years ago
parent
commit
9673794a4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-support/gperftools/gperftools_2.7.bb

+ 1 - 1
meta-oe/recipes-support/gperftools/gperftools_2.7.bb

@@ -1,6 +1,6 @@
 SUMMARY = "Fast, multi-threaded malloc() and nifty performance analysis tools"
 HOMEPAGE = "https://github.com/gperftools/gperftools"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=762732742c73dc6c7fbe8632f06c059a"
 DEPENDS += "libunwind"