Message ID | 20231026141816.20520-1-akash.hadke27@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-java,master] cacao: Update LICENSE to GPL-2.0-or-later | expand |
Hello, Any update on this patch?
diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bb index fef7f34..6b08a0a 100644 --- a/recipes-core/cacao/cacao_git.bb +++ b/recipes-core/cacao/cacao_git.bb @@ -1,6 +1,6 @@ SUMMARY = "CacaoVM for use as OpenEmbedded's Java VM" HOMEPAGE = "http://www.cacaojvm.org/" -LICENSE = "GPL-2.0" +LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" SECTION = "interpreters"
As per the below test from https://bitbucket.org/cacaovm/cacao/src/master/COPYING file LICENSE of cacao should be 'GPL-2.0-or-later' This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Signed-off-by: Akash Hadke <akash.hadke27@gmail.com> --- recipes-core/cacao/cacao_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)