From f25f68010e087bbfaab38647a6349a6247ed9b18 Mon Sep 17 00:00:00 2001 From: zhujiaxin Date: Sat, 25 Nov 2023 17:43:51 +0800 Subject: [PATCH] --amend Signed-off-by: zhujiaxin --- OAT.xml | 6 ++++-- module_sample/ko_sample.c | 4 ++-- module_sample/sample_fun.c | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) 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. *