From 2e3a1fa30c8e047d1b650761998600d500bc2182 Mon Sep 17 00:00:00 2001 From: chenqun1 Date: Thu, 18 Aug 2022 10:08:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4JSON=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chenqun1 --- dist/UnsgnedDebugProfileTemplate.json | 14 -------------- dist/UnsgnedReleasedProfileTemplate.json | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/dist/UnsgnedDebugProfileTemplate.json b/dist/UnsgnedDebugProfileTemplate.json index 7fbfcccc..b5271297 100644 --- a/dist/UnsgnedDebugProfileTemplate.json +++ b/dist/UnsgnedDebugProfileTemplate.json @@ -1,17 +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. - */ { "version-name": "2.0.0", "version-code": 2, diff --git a/dist/UnsgnedReleasedProfileTemplate.json b/dist/UnsgnedReleasedProfileTemplate.json index 4d1499bb..d2bf63e4 100644 --- a/dist/UnsgnedReleasedProfileTemplate.json +++ b/dist/UnsgnedReleasedProfileTemplate.json @@ -1,17 +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. - */ { "version-name": "2.0.0", "version-code": 2, -- Gitee