]> git.droids-corp.org - dpdk.git/commitdiff
examples/ipsec-secgw: add missing SPDX license tag
authorMarcin Smoczynski <marcinx.smoczynski@intel.com>
Tue, 11 Feb 2020 10:36:27 +0000 (11:36 +0100)
committerAkhil Goyal <akhil.goyal@nxp.com>
Thu, 13 Feb 2020 11:41:04 +0000 (12:41 +0100)
Add missing BSD-3 license tag to inline fallback testing scripts.

Signed-off-by: Marcin Smoczynski <marcinx.smoczynski@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh
examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh

index 875a7457d3e8c04ea6927bab03b863455571899f..f21b01d63546a83bb338d0a33ef73ce5a6887e44 100644 (file)
@@ -1,4 +1,5 @@
 #! /bin/bash
+# SPDX-License-Identifier: BSD-3-Clause
 
 . ${DIR}/trs_aesgcm_defs.sh
 
index 6968484323c2b339384d7b9cf6ba201388fd8bbe..97b9431f42a02720c53cc050ae9fabf043576a05 100644 (file)
@@ -1,4 +1,5 @@
 #! /bin/bash
+# SPDX-License-Identifier: BSD-3-Clause
 
 . ${DIR}/tun_aesgcm_defs.sh