Message ID | 20251015044538.165792-1-hongxu.jia@windriver.com |
---|---|
State | New |
Headers | show |
Series | meta/conf/licenses.conf: map SMAIL_GPL to SMAIL-GPL | expand |
diff --git a/meta/conf/licenses.conf b/meta/conf/licenses.conf index dcb499c3f3..c2feec781c 100644 --- a/meta/conf/licenses.conf +++ b/meta/conf/licenses.conf @@ -114,6 +114,9 @@ SPDXLICENSEMAP[vim] = "Vim" # Silicon Graphics variations SPDXLICENSEMAP[SGIv1] = "SGI-OpenGL" +# SMAIL General Public License +SPDXLICENSEMAP[SMAIL_GPL] = "SMAIL-GPL" + # Additional license directories. Add your custom licenses directories this path. # LICENSE_PATH += "${COREBASE}/custom-licenses"
The short identifier of SMAIL General Public License in SPDX is SMAIL-GPL [1] [1] https://spdx.org/licenses/SMAIL-GPL.html Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> --- meta/conf/licenses.conf | 3 +++ 1 file changed, 3 insertions(+)