From 03a48b969e2012c9a10457004125a1ba713c6314 Mon Sep 17 00:00:00 2001 From: zhong_ning Date: Wed, 20 Oct 2021 09:22:28 +0800 Subject: [PATCH] modify copyright date Signed-off-by: zhong_ning --- services/BUILD.gn | 2 +- services/cmds/reboot/BUILD.gn | 4 ++-- services/cmds/service_control/BUILD.gn | 2 +- services/include/init_jobs.h | 2 +- services/include/param/init_param.h | 2 +- services/include/param/param.h | 2 +- services/include/param/sys_param.h | 2 +- services/init/adapter/init_adapter.c | 2 +- services/init/include/device.h | 2 +- services/init/include/init.h | 2 +- services/init/include/init_adapter.h | 2 +- services/init/include/init_cmds.h | 2 +- services/init/include/init_jobs_internal.h | 2 +- services/init/include/init_service.h | 2 +- services/init/include/init_service_manager.h | 2 +- services/init/include/init_service_socket.h | 2 +- services/init/init_capability.c | 2 +- services/init/init_common_cmds.c | 2 +- services/init/init_common_service.c | 2 +- services/init/init_config.c | 2 +- services/init/init_service_manager.c | 2 +- services/init/init_service_socket.c | 2 +- services/init/lite/init.c | 2 +- services/init/lite/init_cmds.c | 2 +- services/init/lite/init_jobs.c | 2 +- services/init/lite/init_reboot.c | 2 +- services/init/lite/init_service.c | 2 +- services/init/lite/init_signal_handler.c | 2 +- services/init/main.c | 2 +- services/init/standard/device.c | 2 +- services/init/standard/init.c | 2 +- services/init/standard/init_cmds.c | 2 +- services/init/standard/init_jobs.c | 2 +- services/init/standard/init_reboot.c | 2 +- services/init/standard/init_service.c | 2 +- services/init/standard/init_signal_handler.c | 2 +- services/param/BUILD.gn | 2 +- services/param/adapter/param_libuvadp.h | 2 +- services/param/adapter/param_persistadp.c | 2 +- services/param/include/param_manager.h | 2 +- services/param/include/param_persist.h | 2 +- services/param/include/param_request.h | 2 +- services/param/include/param_security.h | 2 +- services/param/include/param_service.h | 2 +- services/param/include/param_trie.h | 2 +- services/param/include/param_utils.h | 2 +- services/param/manager/param_trie.c | 2 +- services/param/service/param_persist.c | 2 +- services/test/unittest/common/BUILD.gn | 2 +- services/test/unittest/common/cmd_func_test.cpp | 2 +- services/test/unittest/init/cmds_unittest.cpp | 2 +- services/test/unittest/init/service_unittest.cpp | 2 +- services/test/unittest/param/param_unittest.cpp | 2 +- services/utils/list.c | 2 +- watchdog/BUILD.gn | 2 +- watchdog/linux/init_linux_watchdog.c | 2 +- 56 files changed, 57 insertions(+), 57 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index bc814a2..36bde48 100755 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/services/cmds/reboot/BUILD.gn b/services/cmds/reboot/BUILD.gn index d7bd52b..285bbdf 100755 --- a/services/cmds/reboot/BUILD.gn +++ b/services/cmds/reboot/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. import("//build/ohos.gni") diff --git a/services/cmds/service_control/BUILD.gn b/services/cmds/service_control/BUILD.gn index 682b137..182389a 100755 --- a/services/cmds/service_control/BUILD.gn +++ b/services/cmds/service_control/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/services/include/init_jobs.h b/services/include/init_jobs.h index c45b5f4..70c01f4 100755 --- a/services/include/init_jobs.h +++ b/services/include/init_jobs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/include/param/init_param.h b/services/include/param/init_param.h index 5d9eb45..09d2ceb 100755 --- a/services/include/param/init_param.h +++ b/services/include/param/init_param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/include/param/param.h b/services/include/param/param.h index 7a57bf0..742283f 100755 --- a/services/include/param/param.h +++ b/services/include/param/param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/include/param/sys_param.h b/services/include/param/sys_param.h index f9e1942..dcbc9c4 100755 --- a/services/include/param/sys_param.h +++ b/services/include/param/sys_param.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/adapter/init_adapter.c b/services/init/adapter/init_adapter.c index 0cd8eb7..082174c 100755 --- a/services/init/adapter/init_adapter.c +++ b/services/init/adapter/init_adapter.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/device.h b/services/init/include/device.h index 043b2f1..652ad3e 100755 --- a/services/init/include/device.h +++ b/services/init/include/device.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init.h b/services/init/include/init.h index 966c4d6..74f460e 100755 --- a/services/init/include/init.h +++ b/services/init/include/init.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init_adapter.h b/services/init/include/init_adapter.h index 36f91de..7a8e0c7 100755 --- a/services/init/include/init_adapter.h +++ b/services/init/include/init_adapter.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init_cmds.h b/services/init/include/init_cmds.h index a616673..bf2f0d3 100755 --- a/services/init/include/init_cmds.h +++ b/services/init/include/init_cmds.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init_jobs_internal.h b/services/init/include/init_jobs_internal.h index f453aa9..2db0b85 100755 --- a/services/init/include/init_jobs_internal.h +++ b/services/init/include/init_jobs_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init_service.h b/services/init/include/init_service.h index 87713e1..08f97d0 100755 --- a/services/init/include/init_service.h +++ b/services/init/include/init_service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init_service_manager.h b/services/init/include/init_service_manager.h index 45c91d8..a3069b2 100755 --- a/services/init/include/init_service_manager.h +++ b/services/init/include/init_service_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/include/init_service_socket.h b/services/init/include/init_service_socket.h index 0b216c4..9936571 100755 --- a/services/init/include/init_service_socket.h +++ b/services/init/include/init_service_socket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/init_capability.c b/services/init/init_capability.c index 48d1806..74d0bc3 100755 --- a/services/init/init_capability.c +++ b/services/init/init_capability.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/init_common_cmds.c b/services/init/init_common_cmds.c index b82a091..3cb8865 100755 --- a/services/init/init_common_cmds.c +++ b/services/init/init_common_cmds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/init_common_service.c b/services/init/init_common_service.c index 197db70..d1a8724 100755 --- a/services/init/init_common_service.c +++ b/services/init/init_common_service.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/init_config.c b/services/init/init_config.c index 976a826..d9701e3 100755 --- a/services/init/init_config.c +++ b/services/init/init_config.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/init_service_manager.c b/services/init/init_service_manager.c index be677f6..a49cb1d 100755 --- a/services/init/init_service_manager.c +++ b/services/init/init_service_manager.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/init_service_socket.c b/services/init/init_service_socket.c index 11d2bdb..e960b25 100755 --- a/services/init/init_service_socket.c +++ b/services/init/init_service_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/lite/init.c b/services/init/lite/init.c index 6f24941..b2ad4bb 100755 --- a/services/init/lite/init.c +++ b/services/init/lite/init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/lite/init_cmds.c b/services/init/lite/init_cmds.c index 3fb6504..41e68e6 100755 --- a/services/init/lite/init_cmds.c +++ b/services/init/lite/init_cmds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/lite/init_jobs.c b/services/init/lite/init_jobs.c index 4b3f3a9..87a71c9 100755 --- a/services/init/lite/init_jobs.c +++ b/services/init/lite/init_jobs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/lite/init_reboot.c b/services/init/lite/init_reboot.c index b041723..354bd72 100755 --- a/services/init/lite/init_reboot.c +++ b/services/init/lite/init_reboot.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/lite/init_service.c b/services/init/lite/init_service.c index 2395e1a..c92147e 100755 --- a/services/init/lite/init_service.c +++ b/services/init/lite/init_service.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/lite/init_signal_handler.c b/services/init/lite/init_signal_handler.c index f78d407..b359862 100755 --- a/services/init/lite/init_signal_handler.c +++ b/services/init/lite/init_signal_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/main.c b/services/init/main.c index a4b2b46..53d9de1 100755 --- a/services/init/main.c +++ b/services/init/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/device.c b/services/init/standard/device.c index 8d4b361..dde90cd 100755 --- a/services/init/standard/device.c +++ b/services/init/standard/device.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/init.c b/services/init/standard/init.c index abd0e31..10dd527 100755 --- a/services/init/standard/init.c +++ b/services/init/standard/init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/init_cmds.c b/services/init/standard/init_cmds.c index 60af29c..cf5329d 100755 --- a/services/init/standard/init_cmds.c +++ b/services/init/standard/init_cmds.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/init_jobs.c b/services/init/standard/init_jobs.c index ad60154..87cee44 100755 --- a/services/init/standard/init_jobs.c +++ b/services/init/standard/init_jobs.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/init_reboot.c b/services/init/standard/init_reboot.c index 0d44131..9d43f30 100755 --- a/services/init/standard/init_reboot.c +++ b/services/init/standard/init_reboot.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/init_service.c b/services/init/standard/init_service.c index 533addb..e74a0c3 100755 --- a/services/init/standard/init_service.c +++ b/services/init/standard/init_service.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/init/standard/init_signal_handler.c b/services/init/standard/init_signal_handler.c index 9f70ada..235336c 100755 --- a/services/init/standard/init_signal_handler.c +++ b/services/init/standard/init_signal_handler.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/BUILD.gn b/services/param/BUILD.gn index b2235bc..44925ae 100755 --- a/services/param/BUILD.gn +++ b/services/param/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/services/param/adapter/param_libuvadp.h b/services/param/adapter/param_libuvadp.h index af1e95f..f556a88 100755 --- a/services/param/adapter/param_libuvadp.h +++ b/services/param/adapter/param_libuvadp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/adapter/param_persistadp.c b/services/param/adapter/param_persistadp.c index 11a309c..45bdcd0 100755 --- a/services/param/adapter/param_persistadp.c +++ b/services/param/adapter/param_persistadp.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_manager.h b/services/param/include/param_manager.h index c14c4ba..bb2c7fa 100755 --- a/services/param/include/param_manager.h +++ b/services/param/include/param_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_persist.h b/services/param/include/param_persist.h index 04b63c8..23628ab 100755 --- a/services/param/include/param_persist.h +++ b/services/param/include/param_persist.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_request.h b/services/param/include/param_request.h index a6b786f..67ade65 100755 --- a/services/param/include/param_request.h +++ b/services/param/include/param_request.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_security.h b/services/param/include/param_security.h index 812b1ee..fb84881 100755 --- a/services/param/include/param_security.h +++ b/services/param/include/param_security.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_service.h b/services/param/include/param_service.h index 172e024..a25189d 100755 --- a/services/param/include/param_service.h +++ b/services/param/include/param_service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_trie.h b/services/param/include/param_trie.h index d328e29..d5ef29a 100755 --- a/services/param/include/param_trie.h +++ b/services/param/include/param_trie.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/include/param_utils.h b/services/param/include/param_utils.h index 89aaefd..189ca02 100755 --- a/services/param/include/param_utils.h +++ b/services/param/include/param_utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/manager/param_trie.c b/services/param/manager/param_trie.c index 94d7086..a33be87 100755 --- a/services/param/manager/param_trie.c +++ b/services/param/manager/param_trie.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/param/service/param_persist.c b/services/param/service/param_persist.c index f082c84..7b4b3cc 100755 --- a/services/param/service/param_persist.c +++ b/services/param/service/param_persist.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/test/unittest/common/BUILD.gn b/services/test/unittest/common/BUILD.gn index 19a83ae..95aef0e 100755 --- a/services/test/unittest/common/BUILD.gn +++ b/services/test/unittest/common/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/services/test/unittest/common/cmd_func_test.cpp b/services/test/unittest/common/cmd_func_test.cpp index e5c7218..596e80d 100755 --- a/services/test/unittest/common/cmd_func_test.cpp +++ b/services/test/unittest/common/cmd_func_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/test/unittest/init/cmds_unittest.cpp b/services/test/unittest/init/cmds_unittest.cpp index 458b04c..97bb830 100755 --- a/services/test/unittest/init/cmds_unittest.cpp +++ b/services/test/unittest/init/cmds_unittest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/test/unittest/init/service_unittest.cpp b/services/test/unittest/init/service_unittest.cpp index dc1ae81..1cba7a4 100755 --- a/services/test/unittest/init/service_unittest.cpp +++ b/services/test/unittest/init/service_unittest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/test/unittest/param/param_unittest.cpp b/services/test/unittest/param/param_unittest.cpp index 1427296..1a68fbb 100755 --- a/services/test/unittest/param/param_unittest.cpp +++ b/services/test/unittest/param/param_unittest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/services/utils/list.c b/services/utils/list.c index 805d095..a6e1cc1 100755 --- a/services/utils/list.c +++ b/services/utils/list.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/watchdog/BUILD.gn b/watchdog/BUILD.gn index d3d5927..d6d9a14 100755 --- a/watchdog/BUILD.gn +++ b/watchdog/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2020 Huawei Device Co., Ltd. +# Copyright (c) 2021 Huawei Device Co., Ltd. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at diff --git a/watchdog/linux/init_linux_watchdog.c b/watchdog/linux/init_linux_watchdog.c index 7c73f31..51a4205 100755 --- a/watchdog/linux/init_linux_watchdog.c +++ b/watchdog/linux/init_linux_watchdog.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2020 Huawei Device Co., Ltd. + * Copyright (c) 2021 Huawei Device Co., Ltd. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at