From d58be71b5bf640a117b301d74f4e82110a689561 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 16 Sep 2024 17:45:44 -0600 Subject: copyright notices, coroutines --- usb_common.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'usb_common.h') diff --git a/usb_common.h b/usb_common.h index f0ed844..a6006fa 100644 --- a/usb_common.h +++ b/usb_common.h @@ -1,3 +1,9 @@ +/* usb_common.h - Common framework for implementing multiple USB devices at once + * + * Copyright (C) 2024 Luke T. Shumaker + * SPDX-Licence-Identifier: AGPL-3.0-or-later + */ + #ifndef _USB_COMMON_H_ #define _USB_COMMON_H_ -- cgit v1.2.3-2-g168b