From 8b2d9e2405c1efd960e18034bc4fc94b1390d7a5 Mon Sep 17 00:00:00 2001 From: wenlong_12 Date: Mon, 24 Apr 2023 06:05:23 +0000 Subject: [PATCH] =?UTF-8?q?ProtoEncoder=E6=A1=86=E6=9E=B6=E4=BB=A3?= =?UTF-8?q?=E7=A0=81-=E4=BF=AE=E6=94=B9=E7=89=88=E6=9D=83=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wenlong_12 --- device/services/ipc/BUILD.gn | 2 +- device/services/ipc/src/proto_encoder_plugin.cpp | 2 +- device/services/ipc/src/proto_encoder_plugin_generator.cpp | 2 +- interfaces/kits/plugin_module_api.h | 2 +- proto_encoder/test/unittest/base_message_unittest.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/device/services/ipc/BUILD.gn b/device/services/ipc/BUILD.gn index b7cb292c0..9bc0a2d06 100644 --- a/device/services/ipc/BUILD.gn +++ b/device/services/ipc/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021 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/device/services/ipc/src/proto_encoder_plugin.cpp b/device/services/ipc/src/proto_encoder_plugin.cpp index 0e20541ea..7edb39d35 100755 --- a/device/services/ipc/src/proto_encoder_plugin.cpp +++ b/device/services/ipc/src/proto_encoder_plugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 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/device/services/ipc/src/proto_encoder_plugin_generator.cpp b/device/services/ipc/src/proto_encoder_plugin_generator.cpp index 6fedfc9c4..b71dab4b4 100755 --- a/device/services/ipc/src/proto_encoder_plugin_generator.cpp +++ b/device/services/ipc/src/proto_encoder_plugin_generator.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 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/interfaces/kits/plugin_module_api.h b/interfaces/kits/plugin_module_api.h index c4bbf08c3..f23a38850 100644 --- a/interfaces/kits/plugin_module_api.h +++ b/interfaces/kits/plugin_module_api.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 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/proto_encoder/test/unittest/base_message_unittest.cpp b/proto_encoder/test/unittest/base_message_unittest.cpp index 2922f55ab..0632b1ade 100755 --- a/proto_encoder/test/unittest/base_message_unittest.cpp +++ b/proto_encoder/test/unittest/base_message_unittest.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Huawei Device Co., Ltd. + * Copyright (c) 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