Some more text here would be nice. Maybe a comment about the exception? On Mon, Jun 07, 2021 at 03:09:06PM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber <[email protected]> > --- > rules/ima-evm-utils.make | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/rules/ima-evm-utils.make b/rules/ima-evm-utils.make > index 1c5e15b1415f..eda5ad8a2883 100644 > --- a/rules/ima-evm-utils.make > +++ b/rules/ima-evm-utils.make > @@ -2,6 +2,7 @@ > # > # Copyright (C) 2013 by Michael Grzeschik <[email protected]> > # 2015 by Marc Kleine-Budde <[email protected]> > +# 2021 Roland Hieber, Pengutronix <[email protected]> > # > # For further information about the PTXdist project and license conditions > # see the README file. > @@ -22,7 +23,10 @@ IMA_EVM_UTILS_SUFFIX := tar.gz > IMA_EVM_UTILS_URL := $(call ptx/mirror, SF, > linux-ima/ima-evm-utils/$(IMA_EVM_UTILS).$(IMA_EVM_UTILS_SUFFIX)) > IMA_EVM_UTILS_SOURCE := $(SRCDIR)/$(IMA_EVM_UTILS).$(IMA_EVM_UTILS_SUFFIX) > IMA_EVM_UTILS_DIR := $(BUILDDIR)/$(IMA_EVM_UTILS) > -IMA_EVM_UTILS_LICENSE := LGPL-2.0-or-later > +IMA_EVM_UTILS_LICENSE := GPL-2.0-only WITH unknown-exception
"WITH custom-exception" right? Michael > +IMA_EVM_UTILS_LICENSE_FILES := \ > + > file://src/evmctl.c;startline=13;endline=35;md5=1e6e51503ab04045269a92c0bc5d5b55 > \ > + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > > # > ---------------------------------------------------------------------------- > # Prepare > -- > 2.29.2 > > > _______________________________________________ > ptxdist mailing list > [email protected] > To unsubscribe, send a mail with subject "unsubscribe" to > [email protected] > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list [email protected] To unsubscribe, send a mail with subject "unsubscribe" to [email protected]
