From 6e10862eed225f6d4575c53e5239e2016669e1bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=8C=A5=E5=88=AB=E6=98=A8=E5=A4=A9=E7=9A=84=E6=88=91?= <838119225@qq.com> Date: Thu, 8 Jul 2021 19:42:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/binioter/guideview/MyApplication.java | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/guideview/src/main/java/com/binioter/guideview/MyApplication.java b/guideview/src/main/java/com/binioter/guideview/MyApplication.java index 090e307..d7cc1b2 100644 --- a/guideview/src/main/java/com/binioter/guideview/MyApplication.java +++ b/guideview/src/main/java/com/binioter/guideview/MyApplication.java @@ -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. + */ package com.binioter.guideview; import ohos.aafwk.ability.AbilityPackage; -- Gitee