diff --git a/OAT.xml b/OAT.xml index 78b3409c83375ef3b815e4c8c2eaa8373a1919da..28591182d4805891e410fa46601773f9eb838172 100644 --- a/OAT.xml +++ b/OAT.xml @@ -60,8 +60,10 @@ Note:If the text contains special characters, please escape them according to th - - + + + + diff --git a/model/usb/device/configfs.h b/model/usb/device/configfs.h index 3b6f5298b2e830904bddb4078c6a7bd35c91b42c..766a4137f3c3ea39e0ad462bdf8f387abf48ade2 100644 --- a/model/usb/device/configfs.h +++ b/model/usb/device/configfs.h @@ -1,4 +1,21 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* + * configfs.h + * + * usb configfs adapter of linux + * + * Copyright (c) 2020-2021 Huawei Device Co., Ltd. + * + * This software is licensed under the terms of the GNU General Public + * License version 2, as published by the Free Software Foundation, and + * may be copied, distributed, and modified under those terms. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + */ + #ifndef USB__GADGET__CONFIGFS__H #define USB__GADGET__CONFIGFS__H diff --git a/platform/mipi_dsi/mipi_dsi_adapter.c b/platform/mipi_dsi/mipi_dsi_adapter.c index 63a4aaa94111a6282533ac84d6299d6d4c6e0169..8fdb7ed5efe5f3733e2800076d4d18d9199116ee 100644 --- a/platform/mipi_dsi/mipi_dsi_adapter.c +++ b/platform/mipi_dsi/mipi_dsi_adapter.c @@ -3,7 +3,7 @@ * * Mipi dsi adapter driver. * - * Copyright (c) Huawei Device Co., Ltd. 2020-2021. All rights reserved. + * Copyright (c) 2020-2021 Huawei Device Co., Ltd. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -11,7 +11,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */ diff --git a/platform/mipi_dsi/mipi_dsi_adapter.h b/platform/mipi_dsi/mipi_dsi_adapter.h index ae8541705379573b83dbed55a14d97c02ba44611..eb1e969ef77642b32cad1a0e6115d733b3d9a74e 100644 --- a/platform/mipi_dsi/mipi_dsi_adapter.h +++ b/platform/mipi_dsi/mipi_dsi_adapter.h @@ -3,7 +3,7 @@ * * Mipi dsi adapter driver. * - * Copyright (c) Huawei Device Co., Ltd. 2020-2021. All rights reserved. + * Copyright (c) 2020-2021 Huawei Device Co., Ltd. * * This software is licensed under the terms of the GNU General Public * License version 2, as published by the Free Software Foundation, and @@ -11,7 +11,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * */