diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-23 15:15:53 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 4e3c6d9f575ce4f3c54f724724c4886e69f830be (patch) | |
tree | 9724ff0451b930ee85477674a36cbe3690010d65 | |
parent | f29988781f11cc024f62a1976ad39dc5fe3503cd (diff) | |
download | meta-openembedded-4e3c6d9f575ce4f3c54f724724c4886e69f830be.tar.gz |
cscope: Clarify BSD license variant
The License of cscope is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/cscope/cscope_15.8b.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb b/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb index 8aa5947d0d..199c31e154 100644 --- a/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb +++ b/meta-oe/recipes-devtools/cscope/cscope_15.8b.bb | |||
@@ -11,7 +11,7 @@ DESCRIPTION = "Cscope is a developer's tool for browsing source code. \ | |||
11 | 11 | ||
12 | HOMEPAGE = "http://cscope.sourceforge.net/" | 12 | HOMEPAGE = "http://cscope.sourceforge.net/" |
13 | 13 | ||
14 | LICENSE = "BSD" | 14 | LICENSE = "BSD-3-Clause" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=d4667b67b483823043fcffa489ea343b" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |