diff --git a/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg b/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg
index 24f33f9962b6c6f0c01da976982a4b2b40c3ac3d..638ca4e7ca4b68c69a366c86d4cc283b2023687a 100644
--- a/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg
+++ b/meta-ohos-acts/recipes-kernel/linux/linux-yocto/0001-fragment-jffs2-tests.cfg
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_BLOCK2MTD=m
diff --git a/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend b/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend
index 0248355d7dffe6aed489f21e5748aef090f2c20f..c4a70e4942a0b8026d4079147f1006873235ddc2 100644
--- a/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend
+++ b/meta-ohos-acts/recipes-kernel/linux/linux-yocto_5.%.bbappend
@@ -1,2 +1,6 @@
+# SPDX-FileCopyrightText: Huawei Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 SRC_URI += "file://0001-fragment-jffs2-tests.cfg"