diff --git a/OAT.xml b/OAT.xml index 607b5e6..a303aa1 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 - + diff --git a/module_sample/ko_sample.c b/module_sample/ko_sample.c index 7279360..c93f77c 100644 --- a/module_sample/ko_sample.c +++ b/module_sample/ko_sample.c @@ -1,9 +1,15 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * * ko sample * + * Author: z-jax + * + * Data: 2023-11-25 */ + #include #include @@ -19,5 +25,5 @@ static void kosample_exit(void) module_init(kosample_init); module_exit(kosample_exit); -MODULE_LICENSE("GPL v2"); -MODULE_AUTHOR("zhujiaxin "); +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("z-jax "); diff --git a/module_sample/sample_fun.c b/module_sample/sample_fun.c index 17d7298..a3fa679 100644 --- a/module_sample/sample_fun.c +++ b/module_sample/sample_fun.c @@ -1,7 +1,12 @@ -// SPDX-License-Identifier: GPL-2.0 +// SPDX-License-Identifier: GPL-2.0-or-later /* + * Copyright (c) 2023 Huawei Device Co., Ltd. + * * ko sample * + * Author: z-jax + * + * Data: 2023-11-25 */ #include