[oe-commits] [openembedded-core] 17/21: openssh: Update LICENSE field with missing values

git at git.openembedded.org git at git.openembedded.org
Wed Aug 21 20:53:36 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 91096392cf46cae369849723cea14a9da1f3053b
Author: Wes Lindauer <wesley.lindauer at gmail.com>
AuthorDate: Fri Aug 16 15:44:01 2019 -0400

    openssh: Update LICENSE field with missing values
    
    The LICENSE file states that some code is licensed under BSD, some under
    ISC, and some under MIT. The LICENSE field should reflect all of these.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-connectivity/openssh/openssh_8.0p1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb
index 35cdf71..01eaecd 100644
--- a/meta/recipes-connectivity/openssh/openssh_8.0p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_8.0p1.bb
@@ -5,7 +5,7 @@ Ssh (Secure Shell) is a program for logging into a remote machine \
 and for executing commands on a remote machine."
 HOMEPAGE = "http://www.openssh.com/"
 SECTION = "console/network"
-LICENSE = "BSD"
+LICENSE = "BSD & ISC & MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=429658c6612f3a9b1293782366ab29d8"
 
 DEPENDS = "zlib openssl virtual/crypt"

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


More information about the Openembedded-commits mailing list