Skip to content

Commit

Permalink
regression 4005: scripts: update license and copyright
Browse files Browse the repository at this point in the history
Add the license to BSD-2-Clause and NXP copyright to aes_gcm_test.py
script.

Signed-off-by: Olivier Masse <[email protected]>
  • Loading branch information
omasse-linaro committed May 15, 2024
1 parent 5cddde7 commit f36b75c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scripts/aes_gcm_test.py
Original file line number Diff line number Diff line change
@@ -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}
Expand Down

0 comments on commit f36b75c

Please sign in to comment.