aml_commonlib: Add license comment. [1/1]
PD#SWPL-197617
Problem:
Code which is plan to be opensource has no right license.
Solution:
Add Apache2.0 license comment.
Verify:
None
Change-Id: Ic9c7e8e592c3bcba9dbe8cea26d541d3727f6328
Signed-off-by: hanliang.xiong <hanliang.xiong@amlogic.com>
diff --git a/bootloader_message/test.c b/bootloader_message/test.c
index 8ee3496..8c1d3e2 100644
--- a/bootloader_message/test.c
+++ b/bootloader_message/test.c
@@ -1,3 +1,7 @@
+// SPDX-License-Identifier: Apache2.0
+/*
+ * Copyright (C) 2024 Amlogic Inc.
+ */
#include <stdio.h>
#include <stdlib.h>