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/utils/events_process.cpp b/utils/events_process.cpp
index ee4edf0..725252f 100644
--- a/utils/events_process.cpp
+++ b/utils/events_process.cpp
@@ -1,3 +1,7 @@
+// SPDX-License-Identifier: Apache2.0
+/*
+ * Copyright (C) 2024 Amlogic Inc.
+ */
 #include <errno.h>
 #include <fcntl.h>
 #include <stdint.h>