On 2024/10/11 10:08, Stephen Hemminger wrote: > On Fri, 3 Nov 2023 09:53:19 +0000 > Chengwen Feng <fengcheng...@huawei.com> wrote: > >> Introduce unit test suite framework for test_kvargs.c. >> >> Signed-off-by: Chengwen Feng <fengcheng...@huawei.com> >> --- >> app/test/test_kvargs.c | 20 +++++++++++++------- >> 1 file changed, 13 insertions(+), 7 deletions(-) >> >> diff --git a/app/test/test_kvargs.c b/app/test/test_kvargs.c >> index 7a60cac4c1..9aeb9aa0aa 100644 >> --- a/app/test/test_kvargs.c >> +++ b/app/test/test_kvargs.c >> @@ -1,5 +1,6 @@ >> /* SPDX-License-Identifier: BSD-3-Clause >> * Copyright 2014 6WIND S.A. >> + * Copyright(c) 2023 HiSilicon Limited >> */ > > The test changes look good and it is always better to have more tests. > > IANAL but starting the precedent of allowing adding copyright whenever a file > is touched just leads to lots of meaningless fluff.
OK, I sent v2 which remove this line.