From 0ed9defeb3b4ba0656d02c9af183cf22a97904a9 Mon Sep 17 00:00:00 2001 From: asklie <760956257@qq.com> Date: Fri, 1 Nov 2024 16:37:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=BC=80=E6=BA=90?= =?UTF-8?q?=E5=8D=8F=E8=AE=AE=E4=B8=BABSD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: asklie <760956257@qq.com> --- fml/platform/ohos/message_loop_ohos_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fml/platform/ohos/message_loop_ohos_test.cc b/fml/platform/ohos/message_loop_ohos_test.cc index 1aa1db255e..ad9f0bfce1 100644 --- a/fml/platform/ohos/message_loop_ohos_test.cc +++ b/fml/platform/ohos/message_loop_ohos_test.cc @@ -1,10 +1,10 @@ /* * Copyright (c) 2023 Hunan OpenValley Digital Industry Development Co., Ltd. - * Licensed under the Apache License, Version 2.0 (the "License"); + * Licensed under the BSD License, BSD (the "Berkeley Software Distribution 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 + * https://en.wikipedia.org/wiki/OpenBSD * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, -- Gitee