From 8f7e87e50eda1a645d64102c440389c26e4d41ea Mon Sep 17 00:00:00 2001 From: Qin Fandong Date: Fri, 22 Oct 2021 09:20:27 +0800 Subject: [PATCH] Add Copyright for BUILD.gn Signed-off-by: Qin Fandong --- BUILD.gn | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index b4e780a..e3777ce 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,3 +1,17 @@ +# Copyright (c) 2021 北京万里红科技有限公司 +# +# 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") PCRE2_ROOT_DIR = "//third_party/pcre2" -- Gitee