On Wed, 2021-09-08 at 15:23 -0400, Stefan Berger wrote: > From: Stefan Berger <stefanb@xxxxxxxxxxxxx> > > Import softhsm_setup script from my swtpm project and contribute > it to this project under dual license BSD 3-clause and GLP 2.0. > > Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxxxxx> Thanks, Stefan, for splitting this out from the other changes, making it a separate patch. > --- > tests/softhsm_setup | 297 ++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 297 insertions(+) > create mode 100755 tests/softhsm_setup > > diff --git a/tests/softhsm_setup b/tests/softhsm_setup > new file mode 100755 > index 0000000..fe69a6e > --- /dev/null > +++ b/tests/softhsm_setup > @@ -0,0 +1,297 @@ > +#!/usr/bin/env bash > + > +# This program originates from 'swtpm' project (https://github.com/stefanberger/swtpm/) > +# and is provided to ima-evm-utils under a dual license: > +# - BSD 3-clause > +# - GPL-2.0 The newer code includes an SPDX line. Is there a reason for not including it/them here? thanks, Mimi