From 491f7c38378fbc37b59281c368578a9a65dfa234 Mon Sep 17 00:00:00 2001 From: Jens Wiklander Date: Thu, 26 Oct 2023 16:54:13 +0200 Subject: [PATCH] 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 Acked-by: Jerome Forissier --- scripts/rsp_to_gcm_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/rsp_to_gcm_test.py b/scripts/rsp_to_gcm_test.py index e4418be0e..cef4598f2 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}