From 9f56148dfcba0a4ebf138802e4e42110241be063 Mon Sep 17 00:00:00 2001 From: Agrant Date: Fri, 30 May 2025 10:04:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9D=83=E7=AC=A6=E5=8F=B7=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E6=94=B9=E6=88=90=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Agrant --- fillp/include/fillpcallbacks.h | 2 +- fillp/include/fillpinc.h | 2 +- fillp/include/fillptypes.h | 2 +- fillp/src/app_lib/include/epoll_app.h | 2 +- fillp/src/app_lib/include/fillp_stack_app_config_in.h | 2 +- fillp/src/app_lib/include/socket_app.h | 2 +- fillp/src/app_lib/include/socket_opt.h | 2 +- fillp/src/app_lib/include/spunge_app.h | 2 +- fillp/src/app_lib/src/api.c | 2 +- fillp/src/app_lib/src/epoll_app.c | 2 +- fillp/src/app_lib/src/fillp_stack_app_config.c | 2 +- fillp/src/app_lib/src/fillp_stack_app_config_in.c | 2 +- fillp/src/app_lib/src/socket_app.c | 2 +- fillp/src/app_lib/src/socket_opt.c | 2 +- fillp/src/app_lib/src/spunge_app.c | 2 +- fillp/src/fillp_lib/include/fillp/fillp.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_algorithm.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_common.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_flow_control.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_flow_control_alg0.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_frame.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_input.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_mgt_msg_log.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_output.h | 2 +- fillp/src/fillp_lib/include/fillp/fillp_pcb.h | 2 +- fillp/src/fillp_lib/include/fillp_buf_item.h | 2 +- fillp/src/fillp_lib/include/fillp_cookie.h | 2 +- fillp/src/fillp_lib/include/fillp_stack_config.h | 2 +- fillp/src/fillp_lib/include/fillp_stack_config_in.h | 2 +- fillp/src/fillp_lib/include/hmac.h | 2 +- fillp/src/fillp_lib/include/net.h | 2 +- fillp/src/fillp_lib/include/pcb.h | 2 +- fillp/src/fillp_lib/include/res.h | 2 +- fillp/src/fillp_lib/include/sha256.h | 2 +- fillp/src/fillp_lib/include/spunge_core.h | 2 +- fillp/src/fillp_lib/include/spunge_stack.h | 2 +- fillp/src/fillp_lib/include/sysio.h | 2 +- fillp/src/fillp_lib/src/fillp/fillp.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_common.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_conn.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_flow_control.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_flow_control_alg0.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_frame.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_input.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_mgt_msg_log.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_output.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_pcb.c | 2 +- fillp/src/fillp_lib/src/fillp/fillp_timer.c | 2 +- fillp/src/fillp_lib/src/fillp_buf_item.c | 2 +- fillp/src/fillp_lib/src/fillp_cookie.c | 2 +- fillp/src/fillp_lib/src/fillp_stack_config.c | 2 +- fillp/src/fillp_lib/src/fillp_stack_config_in.c | 2 +- fillp/src/fillp_lib/src/hmac.c | 2 +- fillp/src/fillp_lib/src/net.c | 2 +- fillp/src/fillp_lib/src/pcb.c | 2 +- fillp/src/fillp_lib/src/res.c | 2 +- fillp/src/fillp_lib/src/sha256.c | 2 +- fillp/src/fillp_lib/src/spunge_core.c | 2 +- fillp/src/fillp_lib/src/spunge_stack.c | 2 +- fillp/src/fillp_lib/src/sysio.c | 2 +- fillp/src/fillp_lib/src/sysio_udp.c | 2 +- fillp/src/public/include/callbacks.h | 2 +- fillp/src/public/include/check_gso_support.h | 2 +- fillp/src/public/include/constant.h | 2 +- fillp/src/public/include/dympool.h | 2 +- fillp/src/public/include/epoll.h | 2 +- fillp/src/public/include/fillp_function.h | 2 +- fillp/src/public/include/fillp_os.h | 2 +- fillp/src/public/include/hlist.h | 2 +- fillp/src/public/include/lf_ring.h | 2 +- fillp/src/public/include/log.h | 2 +- fillp/src/public/include/opt.h | 2 +- fillp/src/public/include/pdt_fc.h | 2 +- fillp/src/public/include/pdt_fc_miracast.h | 2 +- fillp/src/public/include/pdt_fc_ut.h | 2 +- fillp/src/public/include/queue.h | 2 +- fillp/src/public/include/rb_tree.h | 2 +- fillp/src/public/include/skiplist.h | 2 +- fillp/src/public/include/socket_common.h | 2 +- fillp/src/public/include/sockets.h | 2 +- fillp/src/public/include/spunge.h | 2 +- fillp/src/public/include/spunge_mem.h | 2 +- fillp/src/public/include/spunge_message.h | 2 +- fillp/src/public/include/timing_wheel.h | 2 +- fillp/src/public/include/utils.h | 2 +- fillp/src/public/src/callbacks.c | 2 +- fillp/src/public/src/check_gso_support.c | 2 +- fillp/src/public/src/dympool.c | 2 +- fillp/src/public/src/epoll.c | 2 +- fillp/src/public/src/fillp_os.c | 2 +- fillp/src/public/src/lf_ring.c | 2 +- fillp/src/public/src/log.c | 2 +- fillp/src/public/src/rb_tree.c | 2 +- fillp/src/public/src/skiplist.c | 2 +- fillp/src/public/src/socket_common.c | 2 +- fillp/src/public/src/spunge.c | 2 +- fillp/src/public/src/spunge_mem.c | 2 +- fillp/src/public/src/spunge_message.c | 2 +- fillp/src/public/src/timing_wheel.c | 2 +- nstackx_congestion/core/nstackx_congestion.c | 2 +- nstackx_congestion/interface/nstackx_congestion.h | 2 +- nstackx_congestion/platform/liteos/sys_congestion.c | 2 +- nstackx_congestion/platform/liteos/sys_congestion.h | 2 +- nstackx_congestion/platform/unix/nstackx_nlmsg.h | 2 +- nstackx_congestion/platform/unix/nstackx_qdisc.h | 2 +- nstackx_congestion/platform/unix/nstackx_wifi_stat_hook.h | 2 +- nstackx_congestion/platform/unix/nstackx_wifi_stat_linux.h | 2 +- nstackx_congestion/platform/unix/qdisc/nstackx_nlmsg.c | 2 +- nstackx_congestion/platform/unix/qdisc/nstackx_qdisc.c | 2 +- nstackx_congestion/platform/unix/sys_congestion.c | 2 +- nstackx_congestion/platform/unix/sys_congestion.h | 2 +- nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_hook.c | 2 +- nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_linux.c | 2 +- nstackx_core/dfile/core/nstackx_dfile.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_config.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_control.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_dfx.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_frame.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_log.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_mp.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_retransmission.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_send.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_session.c | 2 +- nstackx_core/dfile/core/nstackx_dfile_transfer.c | 2 +- nstackx_core/dfile/core/nstackx_file_list.c | 2 +- nstackx_core/dfile/core/nstackx_file_manager.c | 2 +- nstackx_core/dfile/core/nstackx_file_manager_client.c | 2 +- nstackx_core/dfile/include/nstackx_dfile_config.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_control.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_dfx.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_frame.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_log.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_mp.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_private.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_retransmission.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_send.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_session.h | 2 +- nstackx_core/dfile/include/nstackx_dfile_transfer.h | 2 +- nstackx_core/dfile/include/nstackx_file_list.h | 2 +- nstackx_core/dfile/include/nstackx_file_manager.h | 2 +- nstackx_core/dfile/include/nstackx_file_manager_client.h | 2 +- nstackx_core/dfile/interface/nstackx_dfile.h | 2 +- nstackx_core/platform/liteos/dfile/sys_dfile.c | 2 +- nstackx_core/platform/liteos/dfile/sys_dfile_session.c | 2 +- nstackx_core/platform/liteos/dfile/sys_file_manager.c | 2 +- nstackx_core/platform/unix/dfile/sys_dfile.c | 2 +- nstackx_core/platform/unix/dfile/sys_dfile_session.c | 2 +- nstackx_core/platform/unix/dfile/sys_file_manager.c | 2 +- nstackx_ctrl/core/coap_discover/coap_app.c | 2 +- nstackx_ctrl/core/coap_discover/coap_client.c | 2 +- nstackx_ctrl/core/coap_discover/coap_discover.c | 2 +- nstackx_ctrl/core/json_payload.c | 2 +- nstackx_ctrl/core/mini_discover/coap_adapter.c | 2 +- nstackx_ctrl/core/mini_discover/coap_app.c | 2 +- nstackx_ctrl/core/mini_discover/coap_discover.c | 2 +- nstackx_ctrl/core/nstackx_common.c | 2 +- nstackx_ctrl/core/nstackx_common_virtual.c | 2 +- nstackx_ctrl/core/nstackx_device.c | 2 +- nstackx_ctrl/core/nstackx_device_local.c | 2 +- nstackx_ctrl/core/nstackx_device_remote.c | 2 +- nstackx_ctrl/core/nstackx_dfinder_hidump.c | 2 +- nstackx_ctrl/core/nstackx_dfinder_hievent.c | 2 +- nstackx_ctrl/core/nstackx_dfinder_log.c | 2 +- nstackx_ctrl/core/nstackx_dfinder_mgt_msg_log.c | 2 +- nstackx_ctrl/core/nstackx_smartgenius.c | 2 +- nstackx_ctrl/core/nstackx_statistics.c | 2 +- nstackx_ctrl/include/coap_discover/coap_app.h | 2 +- nstackx_ctrl/include/coap_discover/coap_client.h | 2 +- nstackx_ctrl/include/coap_discover/coap_discover.h | 2 +- nstackx_ctrl/include/json_payload.h | 2 +- nstackx_ctrl/include/mini_discover/coap_adapter.h | 2 +- nstackx_ctrl/include/mini_discover/coap_app.h | 2 +- nstackx_ctrl/include/mini_discover/coap_def.h | 2 +- nstackx_ctrl/include/mini_discover/coap_discover.h | 2 +- nstackx_ctrl/include/nstackx_common.h | 2 +- nstackx_ctrl/include/nstackx_device.h | 2 +- nstackx_ctrl/include/nstackx_device_local.h | 2 +- nstackx_ctrl/include/nstackx_device_remote.h | 2 +- nstackx_ctrl/include/nstackx_dfinder_hidump.h | 2 +- nstackx_ctrl/include/nstackx_dfinder_hievent.h | 2 +- nstackx_ctrl/include/nstackx_dfinder_log.h | 2 +- nstackx_ctrl/include/nstackx_dfinder_mgt_msg_log.h | 2 +- nstackx_ctrl/include/nstackx_smartgenius.h | 2 +- nstackx_ctrl/include/nstackx_statistics.h | 2 +- nstackx_ctrl/interface/nstackx.h | 2 +- nstackx_util/core/nstackx_dev.c | 2 +- nstackx_util/core/nstackx_event.c | 2 +- nstackx_util/core/nstackx_getopt.c | 2 +- nstackx_util/core/nstackx_log.c | 2 +- nstackx_util/core/nstackx_mbedtls.c | 2 +- nstackx_util/core/nstackx_openssl.c | 2 +- nstackx_util/core/nstackx_socket.c | 2 +- nstackx_util/core/nstackx_timer.c | 2 +- nstackx_util/core/nstackx_util.c | 2 +- nstackx_util/interface/nstackx_common_header.h | 2 +- nstackx_util/interface/nstackx_config.h | 2 +- nstackx_util/interface/nstackx_dev.h | 2 +- nstackx_util/interface/nstackx_epoll.h | 2 +- nstackx_util/interface/nstackx_error.h | 2 +- nstackx_util/interface/nstackx_event.h | 2 +- nstackx_util/interface/nstackx_getopt.h | 2 +- nstackx_util/interface/nstackx_list.h | 2 +- nstackx_util/interface/nstackx_log.h | 2 +- nstackx_util/interface/nstackx_mbedtls.h | 2 +- nstackx_util/interface/nstackx_openssl.h | 2 +- nstackx_util/interface/nstackx_socket.h | 2 +- nstackx_util/interface/nstackx_spinlock.h | 2 +- nstackx_util/interface/nstackx_timer.h | 2 +- nstackx_util/interface/nstackx_util.h | 2 +- nstackx_util/platform/liteos/sys_common_header.h | 2 +- nstackx_util/platform/liteos/sys_dev.c | 2 +- nstackx_util/platform/liteos/sys_epoll.c | 2 +- nstackx_util/platform/liteos/sys_epoll.h | 2 +- nstackx_util/platform/liteos/sys_event.c | 2 +- nstackx_util/platform/liteos/sys_event.h | 2 +- nstackx_util/platform/liteos/sys_log.c | 2 +- nstackx_util/platform/liteos/sys_socket.c | 2 +- nstackx_util/platform/liteos/sys_timer.c | 2 +- nstackx_util/platform/liteos/sys_util.c | 2 +- nstackx_util/platform/liteos/sys_util.h | 2 +- nstackx_util/platform/unix/sys_common_header.h | 2 +- nstackx_util/platform/unix/sys_dev.c | 2 +- nstackx_util/platform/unix/sys_epoll.c | 2 +- nstackx_util/platform/unix/sys_epoll.h | 2 +- nstackx_util/platform/unix/sys_event.c | 2 +- nstackx_util/platform/unix/sys_event.h | 2 +- nstackx_util/platform/unix/sys_log.c | 2 +- nstackx_util/platform/unix/sys_socket.c | 2 +- nstackx_util/platform/unix/sys_timer.c | 2 +- nstackx_util/platform/unix/sys_util.c | 2 +- nstackx_util/platform/unix/sys_util.h | 2 +- 231 files changed, 231 insertions(+), 231 deletions(-) diff --git a/fillp/include/fillpcallbacks.h b/fillp/include/fillpcallbacks.h index ff877c5..a9410bc 100644 --- a/fillp/include/fillpcallbacks.h +++ b/fillp/include/fillpcallbacks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/include/fillpinc.h b/fillp/include/fillpinc.h index a9f6afb..b99559e 100644 --- a/fillp/include/fillpinc.h +++ b/fillp/include/fillpinc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/include/fillptypes.h b/fillp/include/fillptypes.h index c404de4..686aecf 100644 --- a/fillp/include/fillptypes.h +++ b/fillp/include/fillptypes.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/include/epoll_app.h b/fillp/src/app_lib/include/epoll_app.h index 57ffc41..343521f 100644 --- a/fillp/src/app_lib/include/epoll_app.h +++ b/fillp/src/app_lib/include/epoll_app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/include/fillp_stack_app_config_in.h b/fillp/src/app_lib/include/fillp_stack_app_config_in.h index 476ebe8..6ab2543 100644 --- a/fillp/src/app_lib/include/fillp_stack_app_config_in.h +++ b/fillp/src/app_lib/include/fillp_stack_app_config_in.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/include/socket_app.h b/fillp/src/app_lib/include/socket_app.h index 91073da..5d6b4fd 100644 --- a/fillp/src/app_lib/include/socket_app.h +++ b/fillp/src/app_lib/include/socket_app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/include/socket_opt.h b/fillp/src/app_lib/include/socket_opt.h index 1b39cb0..7134af6 100644 --- a/fillp/src/app_lib/include/socket_opt.h +++ b/fillp/src/app_lib/include/socket_opt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/include/spunge_app.h b/fillp/src/app_lib/include/spunge_app.h index 3887474..5c474d7 100644 --- a/fillp/src/app_lib/include/spunge_app.h +++ b/fillp/src/app_lib/include/spunge_app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/api.c b/fillp/src/app_lib/src/api.c index c427176..09862e7 100644 --- a/fillp/src/app_lib/src/api.c +++ b/fillp/src/app_lib/src/api.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/epoll_app.c b/fillp/src/app_lib/src/epoll_app.c index b58cb9e..4eee2c3 100644 --- a/fillp/src/app_lib/src/epoll_app.c +++ b/fillp/src/app_lib/src/epoll_app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/fillp_stack_app_config.c b/fillp/src/app_lib/src/fillp_stack_app_config.c index 1fc6c80..413ef56 100644 --- a/fillp/src/app_lib/src/fillp_stack_app_config.c +++ b/fillp/src/app_lib/src/fillp_stack_app_config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/fillp_stack_app_config_in.c b/fillp/src/app_lib/src/fillp_stack_app_config_in.c index b9120ab..3577923 100644 --- a/fillp/src/app_lib/src/fillp_stack_app_config_in.c +++ b/fillp/src/app_lib/src/fillp_stack_app_config_in.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/socket_app.c b/fillp/src/app_lib/src/socket_app.c index 56932e8..ec50cdb 100644 --- a/fillp/src/app_lib/src/socket_app.c +++ b/fillp/src/app_lib/src/socket_app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/socket_opt.c b/fillp/src/app_lib/src/socket_opt.c index 40ffa35..6e72a77 100644 --- a/fillp/src/app_lib/src/socket_opt.c +++ b/fillp/src/app_lib/src/socket_opt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/app_lib/src/spunge_app.c b/fillp/src/app_lib/src/spunge_app.c index 0926cda..315bd5b 100644 --- a/fillp/src/app_lib/src/spunge_app.c +++ b/fillp/src/app_lib/src/spunge_app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp.h b/fillp/src/fillp_lib/include/fillp/fillp.h index ebfd9b2..db4b93f 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp.h +++ b/fillp/src/fillp_lib/include/fillp/fillp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_algorithm.h b/fillp/src/fillp_lib/include/fillp/fillp_algorithm.h index f131284..b01601c 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_algorithm.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_algorithm.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_common.h b/fillp/src/fillp_lib/include/fillp/fillp_common.h index 11cd738..a964cf3 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_common.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_flow_control.h b/fillp/src/fillp_lib/include/fillp/fillp_flow_control.h index 7c5d05f..8689117 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_flow_control.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_flow_control.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_flow_control_alg0.h b/fillp/src/fillp_lib/include/fillp/fillp_flow_control_alg0.h index 54c991c..ef4b3be 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_flow_control_alg0.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_flow_control_alg0.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_frame.h b/fillp/src/fillp_lib/include/fillp/fillp_frame.h index ad74e45..e4429e8 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_frame.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_frame.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_input.h b/fillp/src/fillp_lib/include/fillp/fillp_input.h index 4b5be32..ec779a2 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_input.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_input.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_mgt_msg_log.h b/fillp/src/fillp_lib/include/fillp/fillp_mgt_msg_log.h index 5acbce4..ff21d08 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_mgt_msg_log.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_mgt_msg_log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_output.h b/fillp/src/fillp_lib/include/fillp/fillp_output.h index e5ef411..7132006 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_output.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_output.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp/fillp_pcb.h b/fillp/src/fillp_lib/include/fillp/fillp_pcb.h index b56039c..7f086ca 100644 --- a/fillp/src/fillp_lib/include/fillp/fillp_pcb.h +++ b/fillp/src/fillp_lib/include/fillp/fillp_pcb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp_buf_item.h b/fillp/src/fillp_lib/include/fillp_buf_item.h index 782dfae..bf58bba 100644 --- a/fillp/src/fillp_lib/include/fillp_buf_item.h +++ b/fillp/src/fillp_lib/include/fillp_buf_item.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp_cookie.h b/fillp/src/fillp_lib/include/fillp_cookie.h index f896f63..41b0aee 100644 --- a/fillp/src/fillp_lib/include/fillp_cookie.h +++ b/fillp/src/fillp_lib/include/fillp_cookie.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp_stack_config.h b/fillp/src/fillp_lib/include/fillp_stack_config.h index ea350bd..bb6474d 100644 --- a/fillp/src/fillp_lib/include/fillp_stack_config.h +++ b/fillp/src/fillp_lib/include/fillp_stack_config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/fillp_stack_config_in.h b/fillp/src/fillp_lib/include/fillp_stack_config_in.h index a3741d0..fd63cdc 100644 --- a/fillp/src/fillp_lib/include/fillp_stack_config_in.h +++ b/fillp/src/fillp_lib/include/fillp_stack_config_in.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/hmac.h b/fillp/src/fillp_lib/include/hmac.h index b149717..78c3ae6 100644 --- a/fillp/src/fillp_lib/include/hmac.h +++ b/fillp/src/fillp_lib/include/hmac.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/net.h b/fillp/src/fillp_lib/include/net.h index 94c0606..df96130 100644 --- a/fillp/src/fillp_lib/include/net.h +++ b/fillp/src/fillp_lib/include/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/pcb.h b/fillp/src/fillp_lib/include/pcb.h index a3ebb07..04e0334 100644 --- a/fillp/src/fillp_lib/include/pcb.h +++ b/fillp/src/fillp_lib/include/pcb.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/res.h b/fillp/src/fillp_lib/include/res.h index f322ce2..c437c6b 100644 --- a/fillp/src/fillp_lib/include/res.h +++ b/fillp/src/fillp_lib/include/res.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/sha256.h b/fillp/src/fillp_lib/include/sha256.h index e1c9459..d3ecd66 100644 --- a/fillp/src/fillp_lib/include/sha256.h +++ b/fillp/src/fillp_lib/include/sha256.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/spunge_core.h b/fillp/src/fillp_lib/include/spunge_core.h index fff6548..bbb5a5f 100644 --- a/fillp/src/fillp_lib/include/spunge_core.h +++ b/fillp/src/fillp_lib/include/spunge_core.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/spunge_stack.h b/fillp/src/fillp_lib/include/spunge_stack.h index f8d05b4..3ccb923 100644 --- a/fillp/src/fillp_lib/include/spunge_stack.h +++ b/fillp/src/fillp_lib/include/spunge_stack.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/include/sysio.h b/fillp/src/fillp_lib/include/sysio.h index 9b2dc6e..705f67a 100644 --- a/fillp/src/fillp_lib/include/sysio.h +++ b/fillp/src/fillp_lib/include/sysio.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp.c b/fillp/src/fillp_lib/src/fillp/fillp.c index a859f44..e5a54ed 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp.c +++ b/fillp/src/fillp_lib/src/fillp/fillp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_common.c b/fillp/src/fillp_lib/src/fillp/fillp_common.c index bb03cdd..c9922b9 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_common.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_conn.c b/fillp/src/fillp_lib/src/fillp/fillp_conn.c index 41207db..515a30a 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_conn.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_conn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_flow_control.c b/fillp/src/fillp_lib/src/fillp/fillp_flow_control.c index bab0241..b6d0545 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_flow_control.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_flow_control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_flow_control_alg0.c b/fillp/src/fillp_lib/src/fillp/fillp_flow_control_alg0.c index 1c61ab6..887cac1 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_flow_control_alg0.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_flow_control_alg0.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_frame.c b/fillp/src/fillp_lib/src/fillp/fillp_frame.c index 5ada775..0b973cb 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_frame.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_frame.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_input.c b/fillp/src/fillp_lib/src/fillp/fillp_input.c index a3d3324..b1c7fdd 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_input.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_input.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_mgt_msg_log.c b/fillp/src/fillp_lib/src/fillp/fillp_mgt_msg_log.c index 6152ddb..397dfb1 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_mgt_msg_log.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_mgt_msg_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_output.c b/fillp/src/fillp_lib/src/fillp/fillp_output.c index 73ab511..330fe1b 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_output.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_output.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_pcb.c b/fillp/src/fillp_lib/src/fillp/fillp_pcb.c index 433fc39..2ac205e 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_pcb.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_pcb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp/fillp_timer.c b/fillp/src/fillp_lib/src/fillp/fillp_timer.c index 2ee3867..bd76a99 100644 --- a/fillp/src/fillp_lib/src/fillp/fillp_timer.c +++ b/fillp/src/fillp_lib/src/fillp/fillp_timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp_buf_item.c b/fillp/src/fillp_lib/src/fillp_buf_item.c index 636357c..09b6a45 100644 --- a/fillp/src/fillp_lib/src/fillp_buf_item.c +++ b/fillp/src/fillp_lib/src/fillp_buf_item.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp_cookie.c b/fillp/src/fillp_lib/src/fillp_cookie.c index 53deadf..cb267f1 100644 --- a/fillp/src/fillp_lib/src/fillp_cookie.c +++ b/fillp/src/fillp_lib/src/fillp_cookie.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp_stack_config.c b/fillp/src/fillp_lib/src/fillp_stack_config.c index 7f5eacc..b3de38a 100644 --- a/fillp/src/fillp_lib/src/fillp_stack_config.c +++ b/fillp/src/fillp_lib/src/fillp_stack_config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/fillp_stack_config_in.c b/fillp/src/fillp_lib/src/fillp_stack_config_in.c index b409a9b..b7b901f 100644 --- a/fillp/src/fillp_lib/src/fillp_stack_config_in.c +++ b/fillp/src/fillp_lib/src/fillp_stack_config_in.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/hmac.c b/fillp/src/fillp_lib/src/hmac.c index ac55bc1..9f46dd6 100644 --- a/fillp/src/fillp_lib/src/hmac.c +++ b/fillp/src/fillp_lib/src/hmac.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/net.c b/fillp/src/fillp_lib/src/net.c index 57ca45a..ab42dd4 100644 --- a/fillp/src/fillp_lib/src/net.c +++ b/fillp/src/fillp_lib/src/net.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/pcb.c b/fillp/src/fillp_lib/src/pcb.c index c7d9489..0917580 100644 --- a/fillp/src/fillp_lib/src/pcb.c +++ b/fillp/src/fillp_lib/src/pcb.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/res.c b/fillp/src/fillp_lib/src/res.c index 866a810..5adb2d3 100644 --- a/fillp/src/fillp_lib/src/res.c +++ b/fillp/src/fillp_lib/src/res.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/sha256.c b/fillp/src/fillp_lib/src/sha256.c index 112d5c0..d4ca123 100644 --- a/fillp/src/fillp_lib/src/sha256.c +++ b/fillp/src/fillp_lib/src/sha256.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/spunge_core.c b/fillp/src/fillp_lib/src/spunge_core.c index a35b19e..5e6251f 100644 --- a/fillp/src/fillp_lib/src/spunge_core.c +++ b/fillp/src/fillp_lib/src/spunge_core.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/spunge_stack.c b/fillp/src/fillp_lib/src/spunge_stack.c index 8f09d8b..4615bcd 100644 --- a/fillp/src/fillp_lib/src/spunge_stack.c +++ b/fillp/src/fillp_lib/src/spunge_stack.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/sysio.c b/fillp/src/fillp_lib/src/sysio.c index 0ca715b..2e4ffc7 100644 --- a/fillp/src/fillp_lib/src/sysio.c +++ b/fillp/src/fillp_lib/src/sysio.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/fillp_lib/src/sysio_udp.c b/fillp/src/fillp_lib/src/sysio_udp.c index d335bba..7f41cd5 100644 --- a/fillp/src/fillp_lib/src/sysio_udp.c +++ b/fillp/src/fillp_lib/src/sysio_udp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/callbacks.h b/fillp/src/public/include/callbacks.h index 999d927..11b6a1b 100644 --- a/fillp/src/public/include/callbacks.h +++ b/fillp/src/public/include/callbacks.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/check_gso_support.h b/fillp/src/public/include/check_gso_support.h index 9ad5697..0bf57f9 100644 --- a/fillp/src/public/include/check_gso_support.h +++ b/fillp/src/public/include/check_gso_support.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/constant.h b/fillp/src/public/include/constant.h index 03fb959..0b067f0 100644 --- a/fillp/src/public/include/constant.h +++ b/fillp/src/public/include/constant.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/dympool.h b/fillp/src/public/include/dympool.h index dc5db21..e129677 100644 --- a/fillp/src/public/include/dympool.h +++ b/fillp/src/public/include/dympool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/epoll.h b/fillp/src/public/include/epoll.h index b1824c9..b280a3f 100644 --- a/fillp/src/public/include/epoll.h +++ b/fillp/src/public/include/epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/fillp_function.h b/fillp/src/public/include/fillp_function.h index 699aab5..41d7dda 100644 --- a/fillp/src/public/include/fillp_function.h +++ b/fillp/src/public/include/fillp_function.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/fillp_os.h b/fillp/src/public/include/fillp_os.h index 9956d63..01b7056 100644 --- a/fillp/src/public/include/fillp_os.h +++ b/fillp/src/public/include/fillp_os.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/hlist.h b/fillp/src/public/include/hlist.h index 3cafc4f..358f74b 100644 --- a/fillp/src/public/include/hlist.h +++ b/fillp/src/public/include/hlist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/lf_ring.h b/fillp/src/public/include/lf_ring.h index c4452ff..937488b 100644 --- a/fillp/src/public/include/lf_ring.h +++ b/fillp/src/public/include/lf_ring.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/log.h b/fillp/src/public/include/log.h index 31b10c0..4dc8fbb 100644 --- a/fillp/src/public/include/log.h +++ b/fillp/src/public/include/log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/opt.h b/fillp/src/public/include/opt.h index b372a1b..1e2e345 100644 --- a/fillp/src/public/include/opt.h +++ b/fillp/src/public/include/opt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/pdt_fc.h b/fillp/src/public/include/pdt_fc.h index e4a2ded..7e4e12c 100644 --- a/fillp/src/public/include/pdt_fc.h +++ b/fillp/src/public/include/pdt_fc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/pdt_fc_miracast.h b/fillp/src/public/include/pdt_fc_miracast.h index d6a2a4a..8e44a6a 100644 --- a/fillp/src/public/include/pdt_fc_miracast.h +++ b/fillp/src/public/include/pdt_fc_miracast.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/pdt_fc_ut.h b/fillp/src/public/include/pdt_fc_ut.h index d5fbcef..0a2a331 100644 --- a/fillp/src/public/include/pdt_fc_ut.h +++ b/fillp/src/public/include/pdt_fc_ut.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/queue.h b/fillp/src/public/include/queue.h index 76870bf..f666e6e 100644 --- a/fillp/src/public/include/queue.h +++ b/fillp/src/public/include/queue.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/rb_tree.h b/fillp/src/public/include/rb_tree.h index b52a1a3..0754395 100644 --- a/fillp/src/public/include/rb_tree.h +++ b/fillp/src/public/include/rb_tree.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/skiplist.h b/fillp/src/public/include/skiplist.h index 596cd8b..545a597 100644 --- a/fillp/src/public/include/skiplist.h +++ b/fillp/src/public/include/skiplist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/socket_common.h b/fillp/src/public/include/socket_common.h index 2fb49c8..7858f1c 100644 --- a/fillp/src/public/include/socket_common.h +++ b/fillp/src/public/include/socket_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/sockets.h b/fillp/src/public/include/sockets.h index 3495109..fd2c5ed 100644 --- a/fillp/src/public/include/sockets.h +++ b/fillp/src/public/include/sockets.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/spunge.h b/fillp/src/public/include/spunge.h index fdfdd07..50f1b42 100644 --- a/fillp/src/public/include/spunge.h +++ b/fillp/src/public/include/spunge.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/spunge_mem.h b/fillp/src/public/include/spunge_mem.h index e031b33..637320a 100644 --- a/fillp/src/public/include/spunge_mem.h +++ b/fillp/src/public/include/spunge_mem.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/spunge_message.h b/fillp/src/public/include/spunge_message.h index 8fc26f9..14e2063 100644 --- a/fillp/src/public/include/spunge_message.h +++ b/fillp/src/public/include/spunge_message.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/timing_wheel.h b/fillp/src/public/include/timing_wheel.h index d7be4fd..8677995 100644 --- a/fillp/src/public/include/timing_wheel.h +++ b/fillp/src/public/include/timing_wheel.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/include/utils.h b/fillp/src/public/include/utils.h index 9b7bfab..4fb0d54 100644 --- a/fillp/src/public/include/utils.h +++ b/fillp/src/public/include/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/callbacks.c b/fillp/src/public/src/callbacks.c index 2082a9e..4309edf 100644 --- a/fillp/src/public/src/callbacks.c +++ b/fillp/src/public/src/callbacks.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/check_gso_support.c b/fillp/src/public/src/check_gso_support.c index 155c2a7..2e7454b 100644 --- a/fillp/src/public/src/check_gso_support.c +++ b/fillp/src/public/src/check_gso_support.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/dympool.c b/fillp/src/public/src/dympool.c index ffa30b2..524fe08 100644 --- a/fillp/src/public/src/dympool.c +++ b/fillp/src/public/src/dympool.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/epoll.c b/fillp/src/public/src/epoll.c index 8aaefba..5aad363 100644 --- a/fillp/src/public/src/epoll.c +++ b/fillp/src/public/src/epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/fillp_os.c b/fillp/src/public/src/fillp_os.c index ee3686c..50c9fc9 100644 --- a/fillp/src/public/src/fillp_os.c +++ b/fillp/src/public/src/fillp_os.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/lf_ring.c b/fillp/src/public/src/lf_ring.c index b02812d..dfeade8 100644 --- a/fillp/src/public/src/lf_ring.c +++ b/fillp/src/public/src/lf_ring.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/log.c b/fillp/src/public/src/log.c index e89238f..fbbd774 100644 --- a/fillp/src/public/src/log.c +++ b/fillp/src/public/src/log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/rb_tree.c b/fillp/src/public/src/rb_tree.c index 428687c..ef23e5a 100644 --- a/fillp/src/public/src/rb_tree.c +++ b/fillp/src/public/src/rb_tree.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/skiplist.c b/fillp/src/public/src/skiplist.c index 59e256a..f952601 100644 --- a/fillp/src/public/src/skiplist.c +++ b/fillp/src/public/src/skiplist.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/socket_common.c b/fillp/src/public/src/socket_common.c index e5674b0..8590ee3 100644 --- a/fillp/src/public/src/socket_common.c +++ b/fillp/src/public/src/socket_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/spunge.c b/fillp/src/public/src/spunge.c index 4b2e29b..71f03a4 100644 --- a/fillp/src/public/src/spunge.c +++ b/fillp/src/public/src/spunge.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/spunge_mem.c b/fillp/src/public/src/spunge_mem.c index d61e420..35f608c 100644 --- a/fillp/src/public/src/spunge_mem.c +++ b/fillp/src/public/src/spunge_mem.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/spunge_message.c b/fillp/src/public/src/spunge_message.c index 921415a..72621d0 100644 --- a/fillp/src/public/src/spunge_message.c +++ b/fillp/src/public/src/spunge_message.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/fillp/src/public/src/timing_wheel.c b/fillp/src/public/src/timing_wheel.c index 8430da6..9a5a81d 100644 --- a/fillp/src/public/src/timing_wheel.c +++ b/fillp/src/public/src/timing_wheel.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2022 Huawei Device Co., Ltd. + * Copyright (c) 2022 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/nstackx_congestion/core/nstackx_congestion.c b/nstackx_congestion/core/nstackx_congestion.c index a304c06..4690047 100644 --- a/nstackx_congestion/core/nstackx_congestion.c +++ b/nstackx_congestion/core/nstackx_congestion.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/interface/nstackx_congestion.h b/nstackx_congestion/interface/nstackx_congestion.h index 533f36b..b114cb4 100644 --- a/nstackx_congestion/interface/nstackx_congestion.h +++ b/nstackx_congestion/interface/nstackx_congestion.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/liteos/sys_congestion.c b/nstackx_congestion/platform/liteos/sys_congestion.c index fa0bccd..49c8ec8 100644 --- a/nstackx_congestion/platform/liteos/sys_congestion.c +++ b/nstackx_congestion/platform/liteos/sys_congestion.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/liteos/sys_congestion.h b/nstackx_congestion/platform/liteos/sys_congestion.h index 08708fd..5b440a9 100644 --- a/nstackx_congestion/platform/liteos/sys_congestion.h +++ b/nstackx_congestion/platform/liteos/sys_congestion.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/nstackx_nlmsg.h b/nstackx_congestion/platform/unix/nstackx_nlmsg.h index b4e0625..a75700d 100644 --- a/nstackx_congestion/platform/unix/nstackx_nlmsg.h +++ b/nstackx_congestion/platform/unix/nstackx_nlmsg.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/nstackx_qdisc.h b/nstackx_congestion/platform/unix/nstackx_qdisc.h index e66e908..f8335a0 100644 --- a/nstackx_congestion/platform/unix/nstackx_qdisc.h +++ b/nstackx_congestion/platform/unix/nstackx_qdisc.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/nstackx_wifi_stat_hook.h b/nstackx_congestion/platform/unix/nstackx_wifi_stat_hook.h index 206966c..04ac3be 100644 --- a/nstackx_congestion/platform/unix/nstackx_wifi_stat_hook.h +++ b/nstackx_congestion/platform/unix/nstackx_wifi_stat_hook.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/nstackx_wifi_stat_linux.h b/nstackx_congestion/platform/unix/nstackx_wifi_stat_linux.h index 4262828..4acfe28 100644 --- a/nstackx_congestion/platform/unix/nstackx_wifi_stat_linux.h +++ b/nstackx_congestion/platform/unix/nstackx_wifi_stat_linux.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/qdisc/nstackx_nlmsg.c b/nstackx_congestion/platform/unix/qdisc/nstackx_nlmsg.c index 39ad13c..ee73cc6 100644 --- a/nstackx_congestion/platform/unix/qdisc/nstackx_nlmsg.c +++ b/nstackx_congestion/platform/unix/qdisc/nstackx_nlmsg.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/qdisc/nstackx_qdisc.c b/nstackx_congestion/platform/unix/qdisc/nstackx_qdisc.c index aa52307..25cb04e 100644 --- a/nstackx_congestion/platform/unix/qdisc/nstackx_qdisc.c +++ b/nstackx_congestion/platform/unix/qdisc/nstackx_qdisc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/sys_congestion.c b/nstackx_congestion/platform/unix/sys_congestion.c index 7269a07..6b6b73e 100644 --- a/nstackx_congestion/platform/unix/sys_congestion.c +++ b/nstackx_congestion/platform/unix/sys_congestion.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/sys_congestion.h b/nstackx_congestion/platform/unix/sys_congestion.h index 6446723..b1c0575 100644 --- a/nstackx_congestion/platform/unix/sys_congestion.h +++ b/nstackx_congestion/platform/unix/sys_congestion.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_hook.c b/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_hook.c index a032496..5822fc4 100644 --- a/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_hook.c +++ b/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_hook.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_linux.c b/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_linux.c index c4a6093..03d5b2b 100644 --- a/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_linux.c +++ b/nstackx_congestion/platform/unix/wifi/nstackx_wifi_stat_linux.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile.c b/nstackx_core/dfile/core/nstackx_dfile.c index 0ba169a..e83c423 100644 --- a/nstackx_core/dfile/core/nstackx_dfile.c +++ b/nstackx_core/dfile/core/nstackx_dfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_config.c b/nstackx_core/dfile/core/nstackx_dfile_config.c index 2d457d3..cd09f20 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_config.c +++ b/nstackx_core/dfile/core/nstackx_dfile_config.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_control.c b/nstackx_core/dfile/core/nstackx_dfile_control.c index 6f894a2..4f59577 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_control.c +++ b/nstackx_core/dfile/core/nstackx_dfile_control.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_dfx.c b/nstackx_core/dfile/core/nstackx_dfile_dfx.c index 1283873..4a3c6f3 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_dfx.c +++ b/nstackx_core/dfile/core/nstackx_dfile_dfx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_frame.c b/nstackx_core/dfile/core/nstackx_dfile_frame.c index 952e923..aae516e 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_frame.c +++ b/nstackx_core/dfile/core/nstackx_dfile_frame.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_log.c b/nstackx_core/dfile/core/nstackx_dfile_log.c index ef81e99..1c700f7 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_log.c +++ b/nstackx_core/dfile/core/nstackx_dfile_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_mp.c b/nstackx_core/dfile/core/nstackx_dfile_mp.c index 11083f0..3bcc4be 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_mp.c +++ b/nstackx_core/dfile/core/nstackx_dfile_mp.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_retransmission.c b/nstackx_core/dfile/core/nstackx_dfile_retransmission.c index b3c792f..e0ac45c 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_retransmission.c +++ b/nstackx_core/dfile/core/nstackx_dfile_retransmission.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_send.c b/nstackx_core/dfile/core/nstackx_dfile_send.c index 07cd916..7f01b6d 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_send.c +++ b/nstackx_core/dfile/core/nstackx_dfile_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_session.c b/nstackx_core/dfile/core/nstackx_dfile_session.c index be52b7d..8ac79f5 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_session.c +++ b/nstackx_core/dfile/core/nstackx_dfile_session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_dfile_transfer.c b/nstackx_core/dfile/core/nstackx_dfile_transfer.c index 75e8170..e7b032c 100644 --- a/nstackx_core/dfile/core/nstackx_dfile_transfer.c +++ b/nstackx_core/dfile/core/nstackx_dfile_transfer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_file_list.c b/nstackx_core/dfile/core/nstackx_file_list.c index 0ebde28..56338f4 100644 --- a/nstackx_core/dfile/core/nstackx_file_list.c +++ b/nstackx_core/dfile/core/nstackx_file_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_file_manager.c b/nstackx_core/dfile/core/nstackx_file_manager.c index 2a4f29e..9e903c9 100644 --- a/nstackx_core/dfile/core/nstackx_file_manager.c +++ b/nstackx_core/dfile/core/nstackx_file_manager.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/core/nstackx_file_manager_client.c b/nstackx_core/dfile/core/nstackx_file_manager_client.c index 81510d2..5787577 100644 --- a/nstackx_core/dfile/core/nstackx_file_manager_client.c +++ b/nstackx_core/dfile/core/nstackx_file_manager_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_config.h b/nstackx_core/dfile/include/nstackx_dfile_config.h index e16620b..94e2cf4 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_config.h +++ b/nstackx_core/dfile/include/nstackx_dfile_config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_control.h b/nstackx_core/dfile/include/nstackx_dfile_control.h index 53dc053..e6113e3 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_control.h +++ b/nstackx_core/dfile/include/nstackx_dfile_control.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_dfx.h b/nstackx_core/dfile/include/nstackx_dfile_dfx.h index eb6b91e..2048221 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_dfx.h +++ b/nstackx_core/dfile/include/nstackx_dfile_dfx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_frame.h b/nstackx_core/dfile/include/nstackx_dfile_frame.h index 180205e..b9d6f3d 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_frame.h +++ b/nstackx_core/dfile/include/nstackx_dfile_frame.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_log.h b/nstackx_core/dfile/include/nstackx_dfile_log.h index 7786ef9..c4fdc76 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_log.h +++ b/nstackx_core/dfile/include/nstackx_dfile_log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_mp.h b/nstackx_core/dfile/include/nstackx_dfile_mp.h index bd78072..023f6d1 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_mp.h +++ b/nstackx_core/dfile/include/nstackx_dfile_mp.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_private.h b/nstackx_core/dfile/include/nstackx_dfile_private.h index a27f861..e1ab167 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_private.h +++ b/nstackx_core/dfile/include/nstackx_dfile_private.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_retransmission.h b/nstackx_core/dfile/include/nstackx_dfile_retransmission.h index 3b7e7c5..b5aa30b 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_retransmission.h +++ b/nstackx_core/dfile/include/nstackx_dfile_retransmission.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_send.h b/nstackx_core/dfile/include/nstackx_dfile_send.h index 6b02bb0..ed51023 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_send.h +++ b/nstackx_core/dfile/include/nstackx_dfile_send.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_session.h b/nstackx_core/dfile/include/nstackx_dfile_session.h index bcdb30a..9581978 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_session.h +++ b/nstackx_core/dfile/include/nstackx_dfile_session.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_dfile_transfer.h b/nstackx_core/dfile/include/nstackx_dfile_transfer.h index 416f27e..008a9a1 100644 --- a/nstackx_core/dfile/include/nstackx_dfile_transfer.h +++ b/nstackx_core/dfile/include/nstackx_dfile_transfer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_file_list.h b/nstackx_core/dfile/include/nstackx_file_list.h index 0cac93e..bff77d1 100644 --- a/nstackx_core/dfile/include/nstackx_file_list.h +++ b/nstackx_core/dfile/include/nstackx_file_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_file_manager.h b/nstackx_core/dfile/include/nstackx_file_manager.h index 6bce173..aa54699 100644 --- a/nstackx_core/dfile/include/nstackx_file_manager.h +++ b/nstackx_core/dfile/include/nstackx_file_manager.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/include/nstackx_file_manager_client.h b/nstackx_core/dfile/include/nstackx_file_manager_client.h index 5b49dfa..e478e0e 100644 --- a/nstackx_core/dfile/include/nstackx_file_manager_client.h +++ b/nstackx_core/dfile/include/nstackx_file_manager_client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/dfile/interface/nstackx_dfile.h b/nstackx_core/dfile/interface/nstackx_dfile.h index c8267b9..3c01366 100644 --- a/nstackx_core/dfile/interface/nstackx_dfile.h +++ b/nstackx_core/dfile/interface/nstackx_dfile.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/platform/liteos/dfile/sys_dfile.c b/nstackx_core/platform/liteos/dfile/sys_dfile.c index 327e030..e10e1eb 100644 --- a/nstackx_core/platform/liteos/dfile/sys_dfile.c +++ b/nstackx_core/platform/liteos/dfile/sys_dfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/platform/liteos/dfile/sys_dfile_session.c b/nstackx_core/platform/liteos/dfile/sys_dfile_session.c index b8fc19c..c79aab5 100644 --- a/nstackx_core/platform/liteos/dfile/sys_dfile_session.c +++ b/nstackx_core/platform/liteos/dfile/sys_dfile_session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/platform/liteos/dfile/sys_file_manager.c b/nstackx_core/platform/liteos/dfile/sys_file_manager.c index f21ddd4..e939b62 100644 --- a/nstackx_core/platform/liteos/dfile/sys_file_manager.c +++ b/nstackx_core/platform/liteos/dfile/sys_file_manager.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/platform/unix/dfile/sys_dfile.c b/nstackx_core/platform/unix/dfile/sys_dfile.c index e9bb8b3..a838401 100644 --- a/nstackx_core/platform/unix/dfile/sys_dfile.c +++ b/nstackx_core/platform/unix/dfile/sys_dfile.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/platform/unix/dfile/sys_dfile_session.c b/nstackx_core/platform/unix/dfile/sys_dfile_session.c index bb4e98c..da4c520 100644 --- a/nstackx_core/platform/unix/dfile/sys_dfile_session.c +++ b/nstackx_core/platform/unix/dfile/sys_dfile_session.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_core/platform/unix/dfile/sys_file_manager.c b/nstackx_core/platform/unix/dfile/sys_file_manager.c index f21ddd4..e939b62 100644 --- a/nstackx_core/platform/unix/dfile/sys_file_manager.c +++ b/nstackx_core/platform/unix/dfile/sys_file_manager.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_ctrl/core/coap_discover/coap_app.c b/nstackx_ctrl/core/coap_discover/coap_app.c index a9b866c..07a5b60 100644 --- a/nstackx_ctrl/core/coap_discover/coap_app.c +++ b/nstackx_ctrl/core/coap_discover/coap_app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/coap_discover/coap_client.c b/nstackx_ctrl/core/coap_discover/coap_client.c index 85e541a..9893a4d 100644 --- a/nstackx_ctrl/core/coap_discover/coap_client.c +++ b/nstackx_ctrl/core/coap_discover/coap_client.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/coap_discover/coap_discover.c b/nstackx_ctrl/core/coap_discover/coap_discover.c index 3c38446..ce7910c 100644 --- a/nstackx_ctrl/core/coap_discover/coap_discover.c +++ b/nstackx_ctrl/core/coap_discover/coap_discover.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/json_payload.c b/nstackx_ctrl/core/json_payload.c index 5682265..ca2df38 100644 --- a/nstackx_ctrl/core/json_payload.c +++ b/nstackx_ctrl/core/json_payload.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/mini_discover/coap_adapter.c b/nstackx_ctrl/core/mini_discover/coap_adapter.c index b1f5043..19a129c 100644 --- a/nstackx_ctrl/core/mini_discover/coap_adapter.c +++ b/nstackx_ctrl/core/mini_discover/coap_adapter.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/mini_discover/coap_app.c b/nstackx_ctrl/core/mini_discover/coap_app.c index 5aea3e0..3581148 100644 --- a/nstackx_ctrl/core/mini_discover/coap_app.c +++ b/nstackx_ctrl/core/mini_discover/coap_app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/mini_discover/coap_discover.c b/nstackx_ctrl/core/mini_discover/coap_discover.c index fb27cb7..b6ab2b1 100644 --- a/nstackx_ctrl/core/mini_discover/coap_discover.c +++ b/nstackx_ctrl/core/mini_discover/coap_discover.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_common.c b/nstackx_ctrl/core/nstackx_common.c index cb52980..a1c60a3 100644 --- a/nstackx_ctrl/core/nstackx_common.c +++ b/nstackx_ctrl/core/nstackx_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_common_virtual.c b/nstackx_ctrl/core/nstackx_common_virtual.c index ca765fb..de2f92b 100644 --- a/nstackx_ctrl/core/nstackx_common_virtual.c +++ b/nstackx_ctrl/core/nstackx_common_virtual.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2024 Huawei Device Co., Ltd. + * Copyright (c) 2024 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/nstackx_ctrl/core/nstackx_device.c b/nstackx_ctrl/core/nstackx_device.c index 797429e..673abb8 100644 --- a/nstackx_ctrl/core/nstackx_device.c +++ b/nstackx_ctrl/core/nstackx_device.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_device_local.c b/nstackx_ctrl/core/nstackx_device_local.c index 1f11abd..eb886c6 100644 --- a/nstackx_ctrl/core/nstackx_device_local.c +++ b/nstackx_ctrl/core/nstackx_device_local.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_device_remote.c b/nstackx_ctrl/core/nstackx_device_remote.c index 94941be..51b6876 100644 --- a/nstackx_ctrl/core/nstackx_device_remote.c +++ b/nstackx_ctrl/core/nstackx_device_remote.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_dfinder_hidump.c b/nstackx_ctrl/core/nstackx_dfinder_hidump.c index 1f5127c..bdcbee5 100644 --- a/nstackx_ctrl/core/nstackx_dfinder_hidump.c +++ b/nstackx_ctrl/core/nstackx_dfinder_hidump.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_dfinder_hievent.c b/nstackx_ctrl/core/nstackx_dfinder_hievent.c index 60add43..ba4711b 100644 --- a/nstackx_ctrl/core/nstackx_dfinder_hievent.c +++ b/nstackx_ctrl/core/nstackx_dfinder_hievent.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_dfinder_log.c b/nstackx_ctrl/core/nstackx_dfinder_log.c index 7ed36af..35a7347 100644 --- a/nstackx_ctrl/core/nstackx_dfinder_log.c +++ b/nstackx_ctrl/core/nstackx_dfinder_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_dfinder_mgt_msg_log.c b/nstackx_ctrl/core/nstackx_dfinder_mgt_msg_log.c index 7f488f8..422d971 100644 --- a/nstackx_ctrl/core/nstackx_dfinder_mgt_msg_log.c +++ b/nstackx_ctrl/core/nstackx_dfinder_mgt_msg_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_smartgenius.c b/nstackx_ctrl/core/nstackx_smartgenius.c index aecf2d4..8b4672a 100644 --- a/nstackx_ctrl/core/nstackx_smartgenius.c +++ b/nstackx_ctrl/core/nstackx_smartgenius.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/core/nstackx_statistics.c b/nstackx_ctrl/core/nstackx_statistics.c index cd83ac3..b9965f2 100644 --- a/nstackx_ctrl/core/nstackx_statistics.c +++ b/nstackx_ctrl/core/nstackx_statistics.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/coap_discover/coap_app.h b/nstackx_ctrl/include/coap_discover/coap_app.h index 3ce03b0..90e5570 100644 --- a/nstackx_ctrl/include/coap_discover/coap_app.h +++ b/nstackx_ctrl/include/coap_discover/coap_app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/coap_discover/coap_client.h b/nstackx_ctrl/include/coap_discover/coap_client.h index fa0a69a..8e36499 100644 --- a/nstackx_ctrl/include/coap_discover/coap_client.h +++ b/nstackx_ctrl/include/coap_discover/coap_client.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/coap_discover/coap_discover.h b/nstackx_ctrl/include/coap_discover/coap_discover.h index 76c56c9..6acf8f4 100644 --- a/nstackx_ctrl/include/coap_discover/coap_discover.h +++ b/nstackx_ctrl/include/coap_discover/coap_discover.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/json_payload.h b/nstackx_ctrl/include/json_payload.h index 4b79eea..ebe2206 100644 --- a/nstackx_ctrl/include/json_payload.h +++ b/nstackx_ctrl/include/json_payload.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/mini_discover/coap_adapter.h b/nstackx_ctrl/include/mini_discover/coap_adapter.h index 9b28d0b..55566ee 100644 --- a/nstackx_ctrl/include/mini_discover/coap_adapter.h +++ b/nstackx_ctrl/include/mini_discover/coap_adapter.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/mini_discover/coap_app.h b/nstackx_ctrl/include/mini_discover/coap_app.h index 34ba0f7..63224c6 100644 --- a/nstackx_ctrl/include/mini_discover/coap_app.h +++ b/nstackx_ctrl/include/mini_discover/coap_app.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/mini_discover/coap_def.h b/nstackx_ctrl/include/mini_discover/coap_def.h index 647db5a..3caf818 100644 --- a/nstackx_ctrl/include/mini_discover/coap_def.h +++ b/nstackx_ctrl/include/mini_discover/coap_def.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/mini_discover/coap_discover.h b/nstackx_ctrl/include/mini_discover/coap_discover.h index 6918175..76ebb37 100644 --- a/nstackx_ctrl/include/mini_discover/coap_discover.h +++ b/nstackx_ctrl/include/mini_discover/coap_discover.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_common.h b/nstackx_ctrl/include/nstackx_common.h index 26eb8de..f3fc425 100644 --- a/nstackx_ctrl/include/nstackx_common.h +++ b/nstackx_ctrl/include/nstackx_common.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_device.h b/nstackx_ctrl/include/nstackx_device.h index 7efabe7..991cdc3 100644 --- a/nstackx_ctrl/include/nstackx_device.h +++ b/nstackx_ctrl/include/nstackx_device.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_device_local.h b/nstackx_ctrl/include/nstackx_device_local.h index 26c58af..404cf31 100644 --- a/nstackx_ctrl/include/nstackx_device_local.h +++ b/nstackx_ctrl/include/nstackx_device_local.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_device_remote.h b/nstackx_ctrl/include/nstackx_device_remote.h index 8afc10d..252a495 100644 --- a/nstackx_ctrl/include/nstackx_device_remote.h +++ b/nstackx_ctrl/include/nstackx_device_remote.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_dfinder_hidump.h b/nstackx_ctrl/include/nstackx_dfinder_hidump.h index 1426560..0e95af3 100644 --- a/nstackx_ctrl/include/nstackx_dfinder_hidump.h +++ b/nstackx_ctrl/include/nstackx_dfinder_hidump.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_dfinder_hievent.h b/nstackx_ctrl/include/nstackx_dfinder_hievent.h index 1958fd9..ce7c673 100644 --- a/nstackx_ctrl/include/nstackx_dfinder_hievent.h +++ b/nstackx_ctrl/include/nstackx_dfinder_hievent.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_dfinder_log.h b/nstackx_ctrl/include/nstackx_dfinder_log.h index c103174..7adb1a5 100644 --- a/nstackx_ctrl/include/nstackx_dfinder_log.h +++ b/nstackx_ctrl/include/nstackx_dfinder_log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_dfinder_mgt_msg_log.h b/nstackx_ctrl/include/nstackx_dfinder_mgt_msg_log.h index e84ba88..f9fc9a8 100644 --- a/nstackx_ctrl/include/nstackx_dfinder_mgt_msg_log.h +++ b/nstackx_ctrl/include/nstackx_dfinder_mgt_msg_log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_smartgenius.h b/nstackx_ctrl/include/nstackx_smartgenius.h index 1470621..8c52517 100644 --- a/nstackx_ctrl/include/nstackx_smartgenius.h +++ b/nstackx_ctrl/include/nstackx_smartgenius.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/include/nstackx_statistics.h b/nstackx_ctrl/include/nstackx_statistics.h index 89bee0c..d932aac 100644 --- a/nstackx_ctrl/include/nstackx_statistics.h +++ b/nstackx_ctrl/include/nstackx_statistics.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_ctrl/interface/nstackx.h b/nstackx_ctrl/interface/nstackx.h index 8845f86..8fbf5ce 100644 --- a/nstackx_ctrl/interface/nstackx.h +++ b/nstackx_ctrl/interface/nstackx.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021-2023 Huawei Device Co., Ltd. + * Copyright (c) 2021-2023 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/nstackx_util/core/nstackx_dev.c b/nstackx_util/core/nstackx_dev.c index de1fbd8..d8697bf 100644 --- a/nstackx_util/core/nstackx_dev.c +++ b/nstackx_util/core/nstackx_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_event.c b/nstackx_util/core/nstackx_event.c index cebe4fd..a92bf3a 100644 --- a/nstackx_util/core/nstackx_event.c +++ b/nstackx_util/core/nstackx_event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_getopt.c b/nstackx_util/core/nstackx_getopt.c index 4dc9b85..621518c 100644 --- a/nstackx_util/core/nstackx_getopt.c +++ b/nstackx_util/core/nstackx_getopt.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_log.c b/nstackx_util/core/nstackx_log.c index 466c731..6f0dc42 100644 --- a/nstackx_util/core/nstackx_log.c +++ b/nstackx_util/core/nstackx_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_mbedtls.c b/nstackx_util/core/nstackx_mbedtls.c index 86dc92d..7ea8daf 100644 --- a/nstackx_util/core/nstackx_mbedtls.c +++ b/nstackx_util/core/nstackx_mbedtls.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_openssl.c b/nstackx_util/core/nstackx_openssl.c index 6617319..7867579 100644 --- a/nstackx_util/core/nstackx_openssl.c +++ b/nstackx_util/core/nstackx_openssl.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_socket.c b/nstackx_util/core/nstackx_socket.c index c9c5aea..2ba51a7 100644 --- a/nstackx_util/core/nstackx_socket.c +++ b/nstackx_util/core/nstackx_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_timer.c b/nstackx_util/core/nstackx_timer.c index ca88814..6604257 100644 --- a/nstackx_util/core/nstackx_timer.c +++ b/nstackx_util/core/nstackx_timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/core/nstackx_util.c b/nstackx_util/core/nstackx_util.c index 5effd98..da1e55a 100644 --- a/nstackx_util/core/nstackx_util.c +++ b/nstackx_util/core/nstackx_util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_common_header.h b/nstackx_util/interface/nstackx_common_header.h index 5826b52..b817558 100644 --- a/nstackx_util/interface/nstackx_common_header.h +++ b/nstackx_util/interface/nstackx_common_header.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_config.h b/nstackx_util/interface/nstackx_config.h index d11d45b..20fb365 100644 --- a/nstackx_util/interface/nstackx_config.h +++ b/nstackx_util/interface/nstackx_config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_dev.h b/nstackx_util/interface/nstackx_dev.h index 9911530..9c5e71c 100644 --- a/nstackx_util/interface/nstackx_dev.h +++ b/nstackx_util/interface/nstackx_dev.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_epoll.h b/nstackx_util/interface/nstackx_epoll.h index 8e373e6..0b4ac89 100644 --- a/nstackx_util/interface/nstackx_epoll.h +++ b/nstackx_util/interface/nstackx_epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_error.h b/nstackx_util/interface/nstackx_error.h index 7c680f1..88c4ed2 100644 --- a/nstackx_util/interface/nstackx_error.h +++ b/nstackx_util/interface/nstackx_error.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_event.h b/nstackx_util/interface/nstackx_event.h index aa7f938..e631380 100644 --- a/nstackx_util/interface/nstackx_event.h +++ b/nstackx_util/interface/nstackx_event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_getopt.h b/nstackx_util/interface/nstackx_getopt.h index e3a4c90..5dcb88e 100644 --- a/nstackx_util/interface/nstackx_getopt.h +++ b/nstackx_util/interface/nstackx_getopt.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_list.h b/nstackx_util/interface/nstackx_list.h index cbe5338..deed568 100644 --- a/nstackx_util/interface/nstackx_list.h +++ b/nstackx_util/interface/nstackx_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_log.h b/nstackx_util/interface/nstackx_log.h index fc0302a..5dc9c27 100644 --- a/nstackx_util/interface/nstackx_log.h +++ b/nstackx_util/interface/nstackx_log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_mbedtls.h b/nstackx_util/interface/nstackx_mbedtls.h index 25c7200..70428c1 100644 --- a/nstackx_util/interface/nstackx_mbedtls.h +++ b/nstackx_util/interface/nstackx_mbedtls.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_openssl.h b/nstackx_util/interface/nstackx_openssl.h index 97b054d..21e9703 100644 --- a/nstackx_util/interface/nstackx_openssl.h +++ b/nstackx_util/interface/nstackx_openssl.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_socket.h b/nstackx_util/interface/nstackx_socket.h index f769f22..fd8045a 100644 --- a/nstackx_util/interface/nstackx_socket.h +++ b/nstackx_util/interface/nstackx_socket.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_spinlock.h b/nstackx_util/interface/nstackx_spinlock.h index 8c687ff..dabbb9f 100644 --- a/nstackx_util/interface/nstackx_spinlock.h +++ b/nstackx_util/interface/nstackx_spinlock.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_timer.h b/nstackx_util/interface/nstackx_timer.h index 8cb4fd5..b1f9334 100644 --- a/nstackx_util/interface/nstackx_timer.h +++ b/nstackx_util/interface/nstackx_timer.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/interface/nstackx_util.h b/nstackx_util/interface/nstackx_util.h index ab6a487..beb2b18 100644 --- a/nstackx_util/interface/nstackx_util.h +++ b/nstackx_util/interface/nstackx_util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_common_header.h b/nstackx_util/platform/liteos/sys_common_header.h index 47c426e..77ebda8 100644 --- a/nstackx_util/platform/liteos/sys_common_header.h +++ b/nstackx_util/platform/liteos/sys_common_header.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_dev.c b/nstackx_util/platform/liteos/sys_dev.c index b5f7535..75c60a5 100644 --- a/nstackx_util/platform/liteos/sys_dev.c +++ b/nstackx_util/platform/liteos/sys_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_epoll.c b/nstackx_util/platform/liteos/sys_epoll.c index 590db13..f43976e 100644 --- a/nstackx_util/platform/liteos/sys_epoll.c +++ b/nstackx_util/platform/liteos/sys_epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_epoll.h b/nstackx_util/platform/liteos/sys_epoll.h index 036308a..0ae816c 100644 --- a/nstackx_util/platform/liteos/sys_epoll.h +++ b/nstackx_util/platform/liteos/sys_epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_event.c b/nstackx_util/platform/liteos/sys_event.c index 8069460..5be27e5 100644 --- a/nstackx_util/platform/liteos/sys_event.c +++ b/nstackx_util/platform/liteos/sys_event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_event.h b/nstackx_util/platform/liteos/sys_event.h index 9008835..cd54915 100644 --- a/nstackx_util/platform/liteos/sys_event.h +++ b/nstackx_util/platform/liteos/sys_event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_log.c b/nstackx_util/platform/liteos/sys_log.c index 30cecca..16913b6 100644 --- a/nstackx_util/platform/liteos/sys_log.c +++ b/nstackx_util/platform/liteos/sys_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_socket.c b/nstackx_util/platform/liteos/sys_socket.c index 494ec95..3f5b49e 100644 --- a/nstackx_util/platform/liteos/sys_socket.c +++ b/nstackx_util/platform/liteos/sys_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_timer.c b/nstackx_util/platform/liteos/sys_timer.c index 7314601..835417c 100644 --- a/nstackx_util/platform/liteos/sys_timer.c +++ b/nstackx_util/platform/liteos/sys_timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_util.c b/nstackx_util/platform/liteos/sys_util.c index 176f3cb..2a3ccea 100644 --- a/nstackx_util/platform/liteos/sys_util.c +++ b/nstackx_util/platform/liteos/sys_util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/liteos/sys_util.h b/nstackx_util/platform/liteos/sys_util.h index 84cbf6c..81342f8 100644 --- a/nstackx_util/platform/liteos/sys_util.h +++ b/nstackx_util/platform/liteos/sys_util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_common_header.h b/nstackx_util/platform/unix/sys_common_header.h index b303cc5..5bc0173 100644 --- a/nstackx_util/platform/unix/sys_common_header.h +++ b/nstackx_util/platform/unix/sys_common_header.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_dev.c b/nstackx_util/platform/unix/sys_dev.c index 2269441..8b376fd 100644 --- a/nstackx_util/platform/unix/sys_dev.c +++ b/nstackx_util/platform/unix/sys_dev.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_epoll.c b/nstackx_util/platform/unix/sys_epoll.c index 7216eea..8983aa5 100644 --- a/nstackx_util/platform/unix/sys_epoll.c +++ b/nstackx_util/platform/unix/sys_epoll.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_epoll.h b/nstackx_util/platform/unix/sys_epoll.h index 6433392..2b168ac 100644 --- a/nstackx_util/platform/unix/sys_epoll.h +++ b/nstackx_util/platform/unix/sys_epoll.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_event.c b/nstackx_util/platform/unix/sys_event.c index 1271330..c827172 100644 --- a/nstackx_util/platform/unix/sys_event.c +++ b/nstackx_util/platform/unix/sys_event.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_event.h b/nstackx_util/platform/unix/sys_event.h index 9008835..cd54915 100644 --- a/nstackx_util/platform/unix/sys_event.h +++ b/nstackx_util/platform/unix/sys_event.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_log.c b/nstackx_util/platform/unix/sys_log.c index 30cecca..16913b6 100644 --- a/nstackx_util/platform/unix/sys_log.c +++ b/nstackx_util/platform/unix/sys_log.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_socket.c b/nstackx_util/platform/unix/sys_socket.c index 897f524..a3ef852 100644 --- a/nstackx_util/platform/unix/sys_socket.c +++ b/nstackx_util/platform/unix/sys_socket.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_timer.c b/nstackx_util/platform/unix/sys_timer.c index d4febfd..92aea53 100644 --- a/nstackx_util/platform/unix/sys_timer.c +++ b/nstackx_util/platform/unix/sys_timer.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_util.c b/nstackx_util/platform/unix/sys_util.c index 50ad085..a259ccf 100644 --- a/nstackx_util/platform/unix/sys_util.c +++ b/nstackx_util/platform/unix/sys_util.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 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/nstackx_util/platform/unix/sys_util.h b/nstackx_util/platform/unix/sys_util.h index fdf5f77..356c18d 100644 --- a/nstackx_util/platform/unix/sys_util.h +++ b/nstackx_util/platform/unix/sys_util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 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