Browse Source

postgresql: Clarify BSD license variant

The License of postgresql is BSD-0-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
f29988781f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-oe/recipes-dbs/postgresql/postgresql.inc

+ 1 - 1
meta-oe/recipes-dbs/postgresql/postgresql.inc

@@ -18,7 +18,7 @@ DESCRIPTION = "\
     this package if you're installing the postgresql-server package. \
 "
 HOMEPAGE = "http://www.postgresql.com"
-LICENSE = "BSD"
+LICENSE = "BSD-0-Clause"
 DEPENDS = "libnsl2 zlib readline tzcode-native"
 
 ARM_INSTRUCTION_SET = "arm"