From c7078d1cfc901727cd109fc62a4e1c506b480a21 Mon Sep 17 00:00:00 2001 From: ql Date: Sat, 31 Jul 2021 02:19:48 +0000 Subject: [PATCH 1/2] update services/samgr/native/samgr_L2.cfg. Signed-off-by: NEEN --- services/samgr/native/samgr_L2.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services/samgr/native/samgr_L2.cfg b/services/samgr/native/samgr_L2.cfg index 1e8e8552..bd108921 100644 --- a/services/samgr/native/samgr_L2.cfg +++ b/services/samgr/native/samgr_L2.cfg @@ -1,3 +1,18 @@ +/* + * 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. + */ + { "jobs" : [{ "name" : "init", -- Gitee From 05acd868aa0367a4584b8c5e480978374d761016 Mon Sep 17 00:00:00 2001 From: ql Date: Mon, 9 Aug 2021 08:15:37 +0000 Subject: [PATCH 2/2] update services/samgr/native/samgr_L2.cfg. Signed-off-by: NEEN --- services/samgr/native/samgr_L2.cfg | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/services/samgr/native/samgr_L2.cfg b/services/samgr/native/samgr_L2.cfg index bd108921..1e8e8552 100644 --- a/services/samgr/native/samgr_L2.cfg +++ b/services/samgr/native/samgr_L2.cfg @@ -1,18 +1,3 @@ -/* - * 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. - */ - { "jobs" : [{ "name" : "init", -- Gitee