From efff9d72030e1401d7ff41acf7fd88fa3a1063e9 Mon Sep 17 00:00:00 2001 From: zianed Date: Mon, 9 Aug 2021 20:20:25 +0800 Subject: [PATCH] add license titile Signed-off-by: zianed --- test/unittest/model/usb/host/src/usb_raw_io.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/unittest/model/usb/host/src/usb_raw_io.c b/test/unittest/model/usb/host/src/usb_raw_io.c index d19eb1369..ff638b341 100644 --- a/test/unittest/model/usb/host/src/usb_raw_io.c +++ b/test/unittest/model/usb/host/src/usb_raw_io.c @@ -1,3 +1,11 @@ +/* + * Copyright (c) 2020-2021 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. + * See the LICENSE file in the root of this repository for complete details. + */ + #include "usb_raw_test.h" #include "data_fifo.h" #include "device_resource_if.h" -- Gitee