On Mon, 18 Mar 2024 at 17:08, Dmitry Kasatkin <[email protected]> wrote: > > Currently libimaevm provided by this project is used by the tool evmctl, > which is also provided by this project. > > An issue was reported about using libimaevm with other software. Its > GPL2-only license makes it incompatible to use with other licenses, in > particular GPL3-only. > > To address this issue, change the project license to GPL-2.0-or-later > and libimaevm to LGPL 2.0 or later. > > This patch includes all acks received so far. > > Signed-off-by: Dmitry Kasatkin <[email protected]> > Acked-by: Dmitry Kasatkin <[email protected]> > Acked-by: Petr Vorel <[email protected]> > Acked-by: Mimi Zohar <[email protected]> > Acked-by: Stefan Berger <[email protected]> > Acked-by: Vitaly Chikunov <[email protected]> > Acked-by: Ken Goldman <[email protected]> > Acked-by: James Bottomley <[email protected]> > Acked-by: Bruno Meneguele <[email protected]> > Acked-by: Roberto Sassu <[email protected]> > Acked-by: George Wilson <[email protected]> > Acked-by: Tergel Myanganbayar <[email protected]> > Acked-by: André Draszik <[email protected]> > Acked-by: Frank Sorenson <[email protected]> > Acked-by: Stephen Smalley <[email protected]> > Acked-by: Vivek Goyal <[email protected]> > --- > COPYING | 339 ----------------------------------------- > LICENSES.txt | 13 ++ > src/evmctl.c | 25 +-- > src/hash_info.gen | 10 +- > src/imaevm.h | 25 +-- > src/libimaevm.c | 25 +-- > src/pcr.h | 2 + > src/pcr_ibmtss.c | 2 +- > src/pcr_tss.c | 25 +-- > src/pcr_tsspcrread.c | 25 +-- > src/utils.c | 2 +- > src/utils.h | 2 + > tests/functions.sh | 11 +- > tests/gen-keys.sh | 11 +- > tests/ima_hash.test | 11 +- > tests/sign_verify.test | 11 +- > tests/test_mmap.c | 2 +- > 17 files changed, 30 insertions(+), 511 deletions(-) > delete mode 100644 COPYING > create mode 100644 LICENSES.txt
Acked-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry
