From 5e0b07ca2f12403e5e0e9863e7469a6eec2dc36c Mon Sep 17 00:00:00 2001 From: TFStudy <3202410880@qq.com> Date: Thu, 8 Jul 2021 10:16:24 +0800 Subject: [PATCH] =?UTF-8?q?Copyright=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v18/scanner/BluetoothScannerImplV5.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/scanner/src/main/java/no/nordicsemi/support/v18/scanner/BluetoothScannerImplV5.java b/scanner/src/main/java/no/nordicsemi/support/v18/scanner/BluetoothScannerImplV5.java index f19cad4..59c7ef8 100644 --- a/scanner/src/main/java/no/nordicsemi/support/v18/scanner/BluetoothScannerImplV5.java +++ b/scanner/src/main/java/no/nordicsemi/support/v18/scanner/BluetoothScannerImplV5.java @@ -1,3 +1,19 @@ + +/* + * 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 no.nordicsemi.support.v18.scanner; import ohos.aafwk.content.Intent; -- Gitee