From b7a953b28fa826b29bfe4d9ef19825aec5374c57 Mon Sep 17 00:00:00 2001 From: liqiang Date: Thu, 9 Jun 2022 20:44:00 +0800 Subject: [PATCH] IssueNo:https://gitee.com/openharmony/notification_eventhandler/issues/I5BLB0 Description:fix copyright desc error Sig: SIG_ApplicationFramework Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: liqiang Change-Id: I22a6862575904915ea209eac5ce812ba95a58732 --- frameworks/BUILD.gn | 44 +++++++++---------- .../eventhandler/src/epoll_io_waiter.cpp | 2 +- frameworks/eventhandler/src/event_handler.cpp | 2 +- frameworks/eventhandler/src/event_queue.cpp | 2 +- frameworks/eventhandler/src/event_runner.cpp | 2 +- frameworks/eventhandler/test/BUILD.gn | 2 +- frameworks/napi/BUILD.gn | 2 +- frameworks/native/BUILD.gn | 2 +- frameworks/test/moduletest/BUILD.gn | 2 +- interfaces/inner_api/event_handler.h | 2 +- interfaces/inner_api/event_queue.h | 2 +- interfaces/inner_api/event_runner.h | 2 +- test/systemtest/BUILD.gn | 2 +- .../ems_event_handler_test.cpp | 2 +- 14 files changed, 35 insertions(+), 35 deletions(-) diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index 7e0274e..6e381e5 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -1,23 +1,23 @@ -# Copyright (c) 2021-2022-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 -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and +# Copyright (c) 2021-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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and # limitations under the License. - -group("napi_packages") { - deps = [] - if (support_jsapi) { - deps += [ "napi:emitter" ] - } -} - -group("eventhandler_native_target") { - deps = [ "native:eventhandler_native" ] -} + +group("napi_packages") { + deps = [] + if (support_jsapi) { + deps += [ "napi:emitter" ] + } +} + +group("eventhandler_native_target") { + deps = [ "native:eventhandler_native" ] +} diff --git a/frameworks/eventhandler/src/epoll_io_waiter.cpp b/frameworks/eventhandler/src/epoll_io_waiter.cpp index 7b6c423..94d6397 100644 --- a/frameworks/eventhandler/src/epoll_io_waiter.cpp +++ b/frameworks/eventhandler/src/epoll_io_waiter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/frameworks/eventhandler/src/event_handler.cpp b/frameworks/eventhandler/src/event_handler.cpp index c3e3bb0..2c59591 100644 --- a/frameworks/eventhandler/src/event_handler.cpp +++ b/frameworks/eventhandler/src/event_handler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/frameworks/eventhandler/src/event_queue.cpp b/frameworks/eventhandler/src/event_queue.cpp index 958dfc8..b9bce51 100644 --- a/frameworks/eventhandler/src/event_queue.cpp +++ b/frameworks/eventhandler/src/event_queue.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/frameworks/eventhandler/src/event_runner.cpp b/frameworks/eventhandler/src/event_runner.cpp index bbb4fc4..dcc5d10 100644 --- a/frameworks/eventhandler/src/event_runner.cpp +++ b/frameworks/eventhandler/src/event_runner.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/frameworks/eventhandler/test/BUILD.gn b/frameworks/eventhandler/test/BUILD.gn index 1726f5b..9594cca 100644 --- a/frameworks/eventhandler/test/BUILD.gn +++ b/frameworks/eventhandler/test/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-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/frameworks/napi/BUILD.gn b/frameworks/napi/BUILD.gn index 95ba0b1..583ec69 100644 --- a/frameworks/napi/BUILD.gn +++ b/frameworks/napi/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-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/frameworks/native/BUILD.gn b/frameworks/native/BUILD.gn index a099f13..f637de3 100644 --- a/frameworks/native/BUILD.gn +++ b/frameworks/native/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-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/frameworks/test/moduletest/BUILD.gn b/frameworks/test/moduletest/BUILD.gn index 70c6cfc..b2db678 100644 --- a/frameworks/test/moduletest/BUILD.gn +++ b/frameworks/test/moduletest/BUILD.gn @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-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/interfaces/inner_api/event_handler.h b/interfaces/inner_api/event_handler.h index 139818f..914a5ba 100644 --- a/interfaces/inner_api/event_handler.h +++ b/interfaces/inner_api/event_handler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/interfaces/inner_api/event_queue.h b/interfaces/inner_api/event_queue.h index 595c8ba..0f970b2 100644 --- a/interfaces/inner_api/event_queue.h +++ b/interfaces/inner_api/event_queue.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/interfaces/inner_api/event_runner.h b/interfaces/inner_api/event_runner.h index 581da7e..bf2caee 100644 --- a/interfaces/inner_api/event_runner.h +++ b/interfaces/inner_api/event_runner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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/test/systemtest/BUILD.gn b/test/systemtest/BUILD.gn index d404e1c..11c2815 100644 --- a/test/systemtest/BUILD.gn +++ b/test/systemtest/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. +# Copyright (c) 2021-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/test/systemtest/ems_event_handler_system_test/ems_event_handler_test.cpp b/test/systemtest/ems_event_handler_system_test/ems_event_handler_test.cpp index f834b73..1973ab3 100644 --- a/test/systemtest/ems_event_handler_system_test/ems_event_handler_test.cpp +++ b/test/systemtest/ems_event_handler_system_test/ems_event_handler_test.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021-2022-2022 Huawei Device Co., Ltd. + * Copyright (c) 2021-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 -- Gitee