合规问题处理

Signed-off-by: houhaoyu <houhaoyu@huawei.com>
Change-Id: Ie3e29437f99423bc3b30a18c0f4aa69940c79a82
This commit is contained in:
houhaoyu 2022-03-30 07:52:52 +08:00
parent 726f5684f8
commit 39e7a810e0
4 changed files with 22 additions and 2 deletions

View File

@ -54,6 +54,7 @@ Note:If the text contains special characters, please escape them according to th
< == &gt;
> == &gt;
-->
<configuration>
<oatconfig>
<licensefile></licensefile>

8
README_en.md Normal file
View File

@ -0,0 +1,8 @@
# API Declaration File Public Repository<a name="US-EN_TOPIC_0000001151209521"></a>
- [Introduction](#section11660541593)
## Introduction<a name="section11660541593"></a>
JavaScript API public repository which is used to submit API d.ts Declaration File.

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2020 Huawei Device Co., Ltd.
* Copyright (c) 2020-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

View File

@ -1,6 +1,17 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved.
# 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.
import os
import sys