Browse Source

cmpi binding: Clarify BSD license variant

The License of cmpi binding 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
64e2ba55d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb

+ 1 - 1
meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb

@@ -1,7 +1,7 @@
 SUMMARY = "Adapter to write and run CMPI-type CIM providers"
 DESCRIPTION = "CMPI-compliant provider interface for various languages via SWIG"
 HOMEPAGE = "http://github.com/kkaempf/cmpi-bindings"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064"
 SECTION = "Development/Libraries"
 DEPENDS = "swig-native python3 sblim-cmpi-devel"