From: Marcin Smoczynski Date: Tue, 11 Feb 2020 10:36:27 +0000 (+0100) Subject: examples/ipsec-secgw: add missing SPDX license tag X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=68c28400ec81b4f059b625ad329c29197582e891;p=dpdk.git examples/ipsec-secgw: add missing SPDX license tag Add missing BSD-3 license tag to inline fallback testing scripts. Signed-off-by: Marcin Smoczynski Acked-by: Konstantin Ananyev --- diff --git a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh index 875a7457d3..f21b01d635 100644 --- a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh +++ b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh @@ -1,4 +1,5 @@ #! /bin/bash +# SPDX-License-Identifier: BSD-3-Clause . ${DIR}/trs_aesgcm_defs.sh diff --git a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh index 6968484323..97b9431f42 100644 --- a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh +++ b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh @@ -1,4 +1,5 @@ #! /bin/bash +# SPDX-License-Identifier: BSD-3-Clause . ${DIR}/tun_aesgcm_defs.sh