Browse Source

redis: Clarify BSD license variant

The License of redis 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
4d7689a133
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-extended/redis/redis_4.0.14.bb

+ 1 - 1
meta-oe/recipes-extended/redis/redis_4.0.14.bb

@@ -2,7 +2,7 @@ SUMMARY = "Redis key-value store"
 DESCRIPTION = "Redis is an open source, advanced key-value store."
 HOMEPAGE = "http://redis.io"
 SECTION = "libs"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3c01b49fed4df1a79843688fa3f7b9d6"
 DEPENDS = "readline lua ncurses"