From cc08576d52883b48a32da5bec4f872e20d3acddd Mon Sep 17 00:00:00 2001 From: yanghang Date: Wed, 3 Apr 2024 17:09:58 +0800 Subject: [PATCH] fix: Change copyright header Signed-off-by: yanghang --- framework/model/input/driver/touchscreen/touch_ft5x06.c | 2 +- framework/model/input/driver/touchscreen/touch_ft5x06.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/model/input/driver/touchscreen/touch_ft5x06.c b/framework/model/input/driver/touchscreen/touch_ft5x06.c index 0db90576e..3c8028b7d 100644 --- a/framework/model/input/driver/touchscreen/touch_ft5x06.c +++ b/framework/model/input/driver/touchscreen/touch_ft5x06.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Beijing OSWare Technology Co., Ltd. + * Copyright (c) 2024 Huawei Device Co., Ltd. * * HDF is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. diff --git a/framework/model/input/driver/touchscreen/touch_ft5x06.h b/framework/model/input/driver/touchscreen/touch_ft5x06.h index 7cf791af1..f9fbc4265 100644 --- a/framework/model/input/driver/touchscreen/touch_ft5x06.h +++ b/framework/model/input/driver/touchscreen/touch_ft5x06.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2022 Beijing OSWare Technology Co., Ltd. + * Copyright (c) 2024 Huawei Device Co., Ltd. * * HDF is dual licensed: you can use it either under the terms of * the GPL, or the BSD license, at your option. -- Gitee