From c3d78f380c6ca7ec8e20689ff8cd9762e4b2764a Mon Sep 17 00:00:00 2001 From: zgit2021 Date: Mon, 11 Nov 2024 19:34:13 +0800 Subject: [PATCH] fix copyright Signed-off-by: zgit2021 Change-Id: Ice61f3ae952db8ca267006229d25fb976f5d78c5 --- libcef/browser/autofill/oh_autofill_manager.cc | 6 ++++++ libcef/browser/autofill/oh_autofill_manager.h | 5 +++++ libcef/browser/password/oh_password_manager_client.cc | 5 +++++ libcef/browser/password/oh_password_manager_client.h | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/libcef/browser/autofill/oh_autofill_manager.cc b/libcef/browser/autofill/oh_autofill_manager.cc index e124875d6..416326aac 100644 --- a/libcef/browser/autofill/oh_autofill_manager.cc +++ b/libcef/browser/autofill/oh_autofill_manager.cc @@ -11,7 +11,13 @@ * 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. + * + * Based on android_autofill_manager.cc originally written by + * Copyright 2017 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ + #include "libcef/browser/autofill/oh_autofill_manager.h" #include diff --git a/libcef/browser/autofill/oh_autofill_manager.h b/libcef/browser/autofill/oh_autofill_manager.h index 9953b2429..acf83705d 100644 --- a/libcef/browser/autofill/oh_autofill_manager.h +++ b/libcef/browser/autofill/oh_autofill_manager.h @@ -11,6 +11,11 @@ * 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. + * + * Based on android_autofill_manager.h originally written by + * Copyright 2017 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ #ifndef CEF_LIBCEF_BROWSER_AUTOFILL_OH_AUTOFILL_MANAGER_H_ diff --git a/libcef/browser/password/oh_password_manager_client.cc b/libcef/browser/password/oh_password_manager_client.cc index 945e0ce82..dca12a53c 100644 --- a/libcef/browser/password/oh_password_manager_client.cc +++ b/libcef/browser/password/oh_password_manager_client.cc @@ -1,5 +1,10 @@ /* * Copyright (c) Huawei Technologies Co., Ltd. 2018-2022. All rights reserved. + * + * Based on chrome_password_manager_client.cc originally written by + * Copyright 2014 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ #include "libcef/browser/password/oh_password_manager_client.h" diff --git a/libcef/browser/password/oh_password_manager_client.h b/libcef/browser/password/oh_password_manager_client.h index 91f398c08..9ca062908 100644 --- a/libcef/browser/password/oh_password_manager_client.h +++ b/libcef/browser/password/oh_password_manager_client.h @@ -1,5 +1,10 @@ /* * Copyright (c) Huawei Technologies Co., Ltd. 2018-2022. All rights reserved. + * + * Based on chrome_password_manager_client.h originally written by + * Copyright 2014 The Chromium Authors. All rights reserved. + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. */ #ifndef CEF_LIBCEF_BROWSER_PASSWORD_OH_PASSWORD_MANAGER_CLIENT_H_ -- Gitee