regression 4005: scripts: update license and copyright
Add the license to BSD-2-Clause and NXP copyright to aes_gcm_test.py
script.
Signed-off-by: Olivier Masse <olivier.masse@nxp.com>
Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/scripts/aes_gcm_test.py b/scripts/aes_gcm_test.py
index 1c13e0d..6c60d16 100644
--- a/scripts/aes_gcm_test.py
+++ b/scripts/aes_gcm_test.py
@@ -1,4 +1,9 @@
-# importing the module
+#!/usr/bin/env python3
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Copyright 2024 NXP
+#
+
import json
modes = {'encrypt': 0, 'decrypt': 1}