[oe-commits] [openembedded-core] 16/21: iw: Fix license field to BSD-2-Clause

git at git.openembedded.org git at git.openembedded.org
Wed Aug 21 20:53:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit b90d9f0c2084cce8d245fe683b45fb344c6f1cb8
Author: Wes Lindauer <wesley.lindauer at gmail.com>
AuthorDate: Fri Aug 16 15:44:00 2019 -0400

    iw: Fix license field to BSD-2-Clause
    
    Using just "BSD" license implies BSD-3-Clause and this recipe appears to
    be closer to a BSD-2-Clause.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/iw/iw_5.0.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/iw/iw_5.0.1.bb b/meta/recipes-connectivity/iw/iw_5.0.1.bb
index e127963..87b21e6 100644
--- a/meta/recipes-connectivity/iw/iw_5.0.1.bb
+++ b/meta/recipes-connectivity/iw/iw_5.0.1.bb
@@ -4,7 +4,7 @@ wireless devices. It supports almost all new drivers that have been added \
 to the kernel recently. "
 HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
 SECTION = "base"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
 
 DEPENDS = "libnl"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list