summaryrefslogtreecommitdiff
path: root/usb_common.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-16 17:45:44 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-17 12:15:04 -0600
commitd58be71b5bf640a117b301d74f4e82110a689561 (patch)
tree990a3af524df6fbf2c462ac426e9353bd6662135 /usb_common.h
parent82634b3b8eabcc966c5480c4a58b81dbcb49d022 (diff)
copyright notices, coroutines
Diffstat (limited to 'usb_common.h')
-rw-r--r--usb_common.h6
1 files changed, 6 insertions, 0 deletions
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 <lukeshu@lukeshu.com>
+ * SPDX-Licence-Identifier: AGPL-3.0-or-later
+ */
+
#ifndef _USB_COMMON_H_
#define _USB_COMMON_H_