From bc628ec6715dc933629315ac18b475046e5b8f71 Mon Sep 17 00:00:00 2001 From: mamingshuai Date: Fri, 12 Mar 2021 17:49:25 +0800 Subject: [PATCH] update license info --- com/huawei/ohos/AbilityInfo.java | 13 ++++++++++++- com/huawei/ohos/ApiVersion.java | 13 ++++++++++++- com/huawei/ohos/AppInfo.java | 13 ++++++++++++- com/huawei/ohos/BinaryTool.java | 13 ++++++++++++- com/huawei/ohos/BundleException.java | 13 ++++++++++++- com/huawei/ohos/CollectBinInfo.java | 13 ++++++++++++- com/huawei/ohos/CommandParser.java | 13 ++++++++++++- com/huawei/ohos/CommonEvent.java | 13 ++++++++++++- com/huawei/ohos/CompressEntrance.java | 13 ++++++++++++- com/huawei/ohos/CompressVerify.java | 13 ++++++++++++- com/huawei/ohos/Compressor.java | 13 ++++++++++++- com/huawei/ohos/ConvertHapToBin.java | 13 ++++++++++++- com/huawei/ohos/CountryCode.java | 13 ++++++++++++- com/huawei/ohos/CustomizeData.java | 13 ++++++++++++- com/huawei/ohos/DefPermission.java | 13 ++++++++++++- com/huawei/ohos/DefPermissionGroup.java | 13 ++++++++++++- com/huawei/ohos/DeviceConfig.java | 13 ++++++++++++- com/huawei/ohos/Distro.java | 13 ++++++++++++- com/huawei/ohos/DistroFilter.java | 13 ++++++++++++- com/huawei/ohos/FileUtils.java | 13 ++++++++++++- com/huawei/ohos/FormInfo.java | 13 ++++++++++++- com/huawei/ohos/HapInfo.java | 13 ++++++++++++- com/huawei/ohos/IntentInfo.java | 13 ++++++++++++- com/huawei/ohos/JsInfo.java | 13 ++++++++++++- com/huawei/ohos/JsonUtil.java | 13 ++++++++++++- com/huawei/ohos/Log.java | 13 ++++++++++++- com/huawei/ohos/MetaData.java | 13 ++++++++++++- com/huawei/ohos/MetaDataInfo.java | 13 ++++++++++++- com/huawei/ohos/PackInfo.java | 13 ++++++++++++- com/huawei/ohos/ProfileInfo.java | 13 ++++++++++++- com/huawei/ohos/ReqPermission.java | 13 ++++++++++++- com/huawei/ohos/ResourcesParser.java | 13 ++++++++++++- com/huawei/ohos/ScreenDensity.java | 13 ++++++++++++- com/huawei/ohos/ScreenShape.java | 13 ++++++++++++- com/huawei/ohos/ScreenWindow.java | 13 ++++++++++++- com/huawei/ohos/Shortcut.java | 13 ++++++++++++- com/huawei/ohos/ShowHelp.java | 13 ++++++++++++- com/huawei/ohos/SkillInfo.java | 13 ++++++++++++- com/huawei/ohos/UncomperssResult.java | 13 ++++++++++++- com/huawei/ohos/Uncompress.java | 13 ++++++++++++- com/huawei/ohos/UncompressEntrance.java | 13 ++++++++++++- com/huawei/ohos/UncompressVerify.java | 13 ++++++++++++- com/huawei/ohos/UsedScene.java | 13 ++++++++++++- com/huawei/ohos/Utility.java | 13 ++++++++++++- 44 files changed, 528 insertions(+), 44 deletions(-) diff --git a/com/huawei/ohos/AbilityInfo.java b/com/huawei/ohos/AbilityInfo.java index 85dbb7b0..a8afc7fb 100755 --- a/com/huawei/ohos/AbilityInfo.java +++ b/com/huawei/ohos/AbilityInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ApiVersion.java b/com/huawei/ohos/ApiVersion.java index 7972336e..023fe618 100755 --- a/com/huawei/ohos/ApiVersion.java +++ b/com/huawei/ohos/ApiVersion.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/AppInfo.java b/com/huawei/ohos/AppInfo.java index cffb0f57..03c89c93 100755 --- a/com/huawei/ohos/AppInfo.java +++ b/com/huawei/ohos/AppInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/BinaryTool.java b/com/huawei/ohos/BinaryTool.java index 3d9089ad..d5fa48a4 100755 --- a/com/huawei/ohos/BinaryTool.java +++ b/com/huawei/ohos/BinaryTool.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/BundleException.java b/com/huawei/ohos/BundleException.java index d85b60c7..01da00e8 100755 --- a/com/huawei/ohos/BundleException.java +++ b/com/huawei/ohos/BundleException.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CollectBinInfo.java b/com/huawei/ohos/CollectBinInfo.java index 0cb3aac2..56722c22 100755 --- a/com/huawei/ohos/CollectBinInfo.java +++ b/com/huawei/ohos/CollectBinInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CommandParser.java b/com/huawei/ohos/CommandParser.java index 0c516dcc..fc318199 100755 --- a/com/huawei/ohos/CommandParser.java +++ b/com/huawei/ohos/CommandParser.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CommonEvent.java b/com/huawei/ohos/CommonEvent.java index 03077897..72004634 100755 --- a/com/huawei/ohos/CommonEvent.java +++ b/com/huawei/ohos/CommonEvent.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CompressEntrance.java b/com/huawei/ohos/CompressEntrance.java index f465c2f1..be9267ca 100755 --- a/com/huawei/ohos/CompressEntrance.java +++ b/com/huawei/ohos/CompressEntrance.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CompressVerify.java b/com/huawei/ohos/CompressVerify.java index d8648170..1e360282 100755 --- a/com/huawei/ohos/CompressVerify.java +++ b/com/huawei/ohos/CompressVerify.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/Compressor.java b/com/huawei/ohos/Compressor.java index 92565d6e..cc17acbc 100755 --- a/com/huawei/ohos/Compressor.java +++ b/com/huawei/ohos/Compressor.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ConvertHapToBin.java b/com/huawei/ohos/ConvertHapToBin.java index 6bc3ebc2..dbf07583 100755 --- a/com/huawei/ohos/ConvertHapToBin.java +++ b/com/huawei/ohos/ConvertHapToBin.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CountryCode.java b/com/huawei/ohos/CountryCode.java index 40f90ede..3adc6c73 100755 --- a/com/huawei/ohos/CountryCode.java +++ b/com/huawei/ohos/CountryCode.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/CustomizeData.java b/com/huawei/ohos/CustomizeData.java index afc753cd..68eccf03 100755 --- a/com/huawei/ohos/CustomizeData.java +++ b/com/huawei/ohos/CustomizeData.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/DefPermission.java b/com/huawei/ohos/DefPermission.java index 10650f26..39f8548a 100755 --- a/com/huawei/ohos/DefPermission.java +++ b/com/huawei/ohos/DefPermission.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/DefPermissionGroup.java b/com/huawei/ohos/DefPermissionGroup.java index 66d3c263..853a9a57 100755 --- a/com/huawei/ohos/DefPermissionGroup.java +++ b/com/huawei/ohos/DefPermissionGroup.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/DeviceConfig.java b/com/huawei/ohos/DeviceConfig.java index 18518591..c8de6ce8 100755 --- a/com/huawei/ohos/DeviceConfig.java +++ b/com/huawei/ohos/DeviceConfig.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/Distro.java b/com/huawei/ohos/Distro.java index 46d311d1..c7851f17 100755 --- a/com/huawei/ohos/Distro.java +++ b/com/huawei/ohos/Distro.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/DistroFilter.java b/com/huawei/ohos/DistroFilter.java index cbfd8c68..d8b4b02a 100755 --- a/com/huawei/ohos/DistroFilter.java +++ b/com/huawei/ohos/DistroFilter.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/FileUtils.java b/com/huawei/ohos/FileUtils.java index b49ba9ce..c4758cb4 100755 --- a/com/huawei/ohos/FileUtils.java +++ b/com/huawei/ohos/FileUtils.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/FormInfo.java b/com/huawei/ohos/FormInfo.java index edb2fd94..52c560ae 100755 --- a/com/huawei/ohos/FormInfo.java +++ b/com/huawei/ohos/FormInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/HapInfo.java b/com/huawei/ohos/HapInfo.java index 11c790ad..1b3be205 100755 --- a/com/huawei/ohos/HapInfo.java +++ b/com/huawei/ohos/HapInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/IntentInfo.java b/com/huawei/ohos/IntentInfo.java index 1ad6f343..5a141094 100755 --- a/com/huawei/ohos/IntentInfo.java +++ b/com/huawei/ohos/IntentInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/JsInfo.java b/com/huawei/ohos/JsInfo.java index b0d4c76b..e8f2e265 100755 --- a/com/huawei/ohos/JsInfo.java +++ b/com/huawei/ohos/JsInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/JsonUtil.java b/com/huawei/ohos/JsonUtil.java index 03c59daf..d8aa3a87 100755 --- a/com/huawei/ohos/JsonUtil.java +++ b/com/huawei/ohos/JsonUtil.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/Log.java b/com/huawei/ohos/Log.java index 9d7c2d00..995dff12 100755 --- a/com/huawei/ohos/Log.java +++ b/com/huawei/ohos/Log.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/MetaData.java b/com/huawei/ohos/MetaData.java index 31a569d7..ad6fa329 100755 --- a/com/huawei/ohos/MetaData.java +++ b/com/huawei/ohos/MetaData.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/MetaDataInfo.java b/com/huawei/ohos/MetaDataInfo.java index 9af184b9..5399600b 100755 --- a/com/huawei/ohos/MetaDataInfo.java +++ b/com/huawei/ohos/MetaDataInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/PackInfo.java b/com/huawei/ohos/PackInfo.java index 1ab68d71..c146a697 100755 --- a/com/huawei/ohos/PackInfo.java +++ b/com/huawei/ohos/PackInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ProfileInfo.java b/com/huawei/ohos/ProfileInfo.java index 41ff8d90..94716f9d 100755 --- a/com/huawei/ohos/ProfileInfo.java +++ b/com/huawei/ohos/ProfileInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ReqPermission.java b/com/huawei/ohos/ReqPermission.java index 965123ec..8238d5e4 100755 --- a/com/huawei/ohos/ReqPermission.java +++ b/com/huawei/ohos/ReqPermission.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ResourcesParser.java b/com/huawei/ohos/ResourcesParser.java index 1710643c..e6f43eef 100755 --- a/com/huawei/ohos/ResourcesParser.java +++ b/com/huawei/ohos/ResourcesParser.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ScreenDensity.java b/com/huawei/ohos/ScreenDensity.java index d2729c96..46c2ae3f 100755 --- a/com/huawei/ohos/ScreenDensity.java +++ b/com/huawei/ohos/ScreenDensity.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ScreenShape.java b/com/huawei/ohos/ScreenShape.java index 4136fafb..aa215386 100755 --- a/com/huawei/ohos/ScreenShape.java +++ b/com/huawei/ohos/ScreenShape.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ScreenWindow.java b/com/huawei/ohos/ScreenWindow.java index 1de8956b..643ad8b1 100755 --- a/com/huawei/ohos/ScreenWindow.java +++ b/com/huawei/ohos/ScreenWindow.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2021-2021. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/Shortcut.java b/com/huawei/ohos/Shortcut.java index b207bff7..78f3d484 100755 --- a/com/huawei/ohos/Shortcut.java +++ b/com/huawei/ohos/Shortcut.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/ShowHelp.java b/com/huawei/ohos/ShowHelp.java index e0e523ee..57aeb1c9 100755 --- a/com/huawei/ohos/ShowHelp.java +++ b/com/huawei/ohos/ShowHelp.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/SkillInfo.java b/com/huawei/ohos/SkillInfo.java index cfe686ae..18dd5b04 100755 --- a/com/huawei/ohos/SkillInfo.java +++ b/com/huawei/ohos/SkillInfo.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/UncomperssResult.java b/com/huawei/ohos/UncomperssResult.java index 5a313434..c07aa445 100755 --- a/com/huawei/ohos/UncomperssResult.java +++ b/com/huawei/ohos/UncomperssResult.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/Uncompress.java b/com/huawei/ohos/Uncompress.java index 48b6164a..03e21bd2 100755 --- a/com/huawei/ohos/Uncompress.java +++ b/com/huawei/ohos/Uncompress.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/UncompressEntrance.java b/com/huawei/ohos/UncompressEntrance.java index fb4cf67c..342b4871 100755 --- a/com/huawei/ohos/UncompressEntrance.java +++ b/com/huawei/ohos/UncompressEntrance.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/UncompressVerify.java b/com/huawei/ohos/UncompressVerify.java index c1090205..b77a3eed 100755 --- a/com/huawei/ohos/UncompressVerify.java +++ b/com/huawei/ohos/UncompressVerify.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2019. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/UsedScene.java b/com/huawei/ohos/UsedScene.java index 1db95b3c..b9226a6e 100755 --- a/com/huawei/ohos/UsedScene.java +++ b/com/huawei/ohos/UsedScene.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2020-2020. All rights reserved. + * 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. */ package com.huawei.ohos; diff --git a/com/huawei/ohos/Utility.java b/com/huawei/ohos/Utility.java index 3fe64ca0..4cad9ccd 100755 --- a/com/huawei/ohos/Utility.java +++ b/com/huawei/ohos/Utility.java @@ -1,5 +1,16 @@ /* - * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. + * 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. */ package com.huawei.ohos; -- Gitee