mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
swig: Use specific BSD license variant
Make the license more accurate by specifying the specific variant of BSD license instead of the generic one. This helps with SPDX license attribution as "BSD" is not a valid SPDX license. (From OE-Core rev: 01354672728aff07ae146b19e1a4a98977aac52b) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
79eb0333fe
commit
79147c27fd
|
@ -3,7 +3,7 @@ DESCRIPTION = "SWIG is a compiler that makes it easy to integrate C and C++ \
|
|||
code with other languages including Perl, Tcl, Ruby, Python, Java, Guile, \
|
||||
Mzscheme, Chicken, OCaml, Pike, and C#."
|
||||
HOMEPAGE = "http://swig.sourceforge.net/"
|
||||
LICENSE = "BSD & GPLv3"
|
||||
LICENSE = "BSD-3-Clause & GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7807a6282784a7dde4c846626b08fc6 \
|
||||
file://LICENSE-GPL;md5=d32239bcb673463ab874e80d47fae504 \
|
||||
file://LICENSE-UNIVERSITIES;md5=8ce9dcc8f7c994de4a408b205c72ba08"
|
||||
|
|
Loading…
Reference in New Issue
Block a user