scripts/rsp_to_gcm_test.py: add license and copyright
When scripts/rsp_to_gcm_test.py was originally added license and
copyright wasn't explicitly included. Fix that by adding a license and
backdated copyright.
Fixes: f6efe24adcf5 ("regression: 4005: add NIST aes-gcm vectors")
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/scripts/rsp_to_gcm_test.py b/scripts/rsp_to_gcm_test.py
index e4418be..cef4598 100755
--- a/scripts/rsp_to_gcm_test.py
+++ b/scripts/rsp_to_gcm_test.py
@@ -1,4 +1,8 @@
#!/usr/bin/env python3
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Copyright (c) 2017, Linaro Limited
+#
modes = {'encrypt': 0, 'decrypt': 1}