From 17b5638886dde89e09d07f3b44e6f7a1e98ead05 Mon Sep 17 00:00:00 2001 From: houdisheng Date: Thu, 10 Feb 2022 14:49:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0lisence=E5=A4=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: houdisheng --- BUILD.gn | 13 +++++++++++++ device_usage_statistics.gni | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index e3e18c9..ff06df6 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,3 +1,16 @@ +# Copyright (c) 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("//build/ohos/sa_profile/sa_profile.gni") import("device_usage_statistics.gni") diff --git a/device_usage_statistics.gni b/device_usage_statistics.gni index c56cd5d..730cc51 100644 --- a/device_usage_statistics.gni +++ b/device_usage_statistics.gni @@ -1,3 +1,16 @@ +# Copyright (C) 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("//build/ohos.gni") device_usage_statistics_part_name = "device_usage_statistics" -- Gitee