From f6c2840ff3bc23a7942a5d0fb160c16868a3ba36 Mon Sep 17 00:00:00 2001 From: chensi10 Date: Sat, 31 Jul 2021 21:15:11 +0800 Subject: [PATCH] add copyright Signed-off-by: chensi10 --- .../include/mock_resourceManager_interface1.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/frameworks/kits/ability/native/test/mock/include/mock_resourceManager_interface1.cpp b/frameworks/kits/ability/native/test/mock/include/mock_resourceManager_interface1.cpp index 9f1cbeb88ff..7e5ecb8b3dc 100644 --- a/frameworks/kits/ability/native/test/mock/include/mock_resourceManager_interface1.cpp +++ b/frameworks/kits/ability/native/test/mock/include/mock_resourceManager_interface1.cpp @@ -1,3 +1,17 @@ +/* + * 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 + * + * 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. + */ #include #include -- Gitee