summaryrefslogtreecommitdiff
path: root/cmd/aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/aes.c')
-rw-r--r--cmd/aes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/aes.c b/cmd/aes.c
index 23bc88038f..25efb9642a 100644
--- a/cmd/aes.c
+++ b/cmd/aes.c
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
/*
* Copyright (C) 2014 Marek Vasut <marex@denx.de>
*
* Command for en/de-crypting block of memory with AES-128-CBC cipher.
- *
- * SPDX-License-Identifier: GPL-2.0+
*/
#include <common.h>