diff --git a/OAT.xml b/OAT.xml
index a303aa1..83d9fb9 100644
--- a/OAT.xml
+++ b/OAT.xml
@@ -64,7 +64,7 @@ Note:If the text contains special characters, please escape them according to th
-
+
@@ -72,7 +72,7 @@ Note:If the text contains special characters, please escape them according to th
-
+
@@ -80,6 +80,8 @@ Note:If the text contains special characters, please escape them according to th
+
+
diff --git a/module_sample/ko_sample.c b/module_sample/ko_sample.c
index c93f77c..b59fc84 100644
--- a/module_sample/ko_sample.c
+++ b/module_sample/ko_sample.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2023 Huawei Device Co., Ltd.
*
@@ -25,5 +25,5 @@ static void kosample_exit(void)
module_init(kosample_init);
module_exit(kosample_exit);
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("z-jax ");
diff --git a/module_sample/sample_fun.c b/module_sample/sample_fun.c
index a3fa679..6dc234d 100644
--- a/module_sample/sample_fun.c
+++ b/module_sample/sample_fun.c
@@ -1,4 +1,4 @@
-// SPDX-License-Identifier: GPL-2.0-or-later
+// SPDX-License-Identifier: GPL-2.0
/*
* Copyright (c) 2023 Huawei Device Co., Ltd.
*