summaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
Diffstat (limited to 'libusb')
-rw-r--r--libusb/include/libusb/tusb_helpers.h2
-rwxr-xr-xlibusb/include/libusb/tusb_helpers.h.gen3
-rw-r--r--libusb/include/libusb/usb_common.h2
-rw-r--r--libusb/usb_common.c2
4 files changed, 5 insertions, 4 deletions
diff --git a/libusb/include/libusb/tusb_helpers.h b/libusb/include/libusb/tusb_helpers.h
index 2a6ee3c..a250ca7 100644
--- a/libusb/include/libusb/tusb_helpers.h
+++ b/libusb/include/libusb/tusb_helpers.h
@@ -1,7 +1,7 @@
/* Generated by `./libusb/include/libusb/tusb_helpers.h.gen `. DO NOT EDIT! */
/* libusb/tusb_helpers.h - Preprocessor macros that I think should be included in TinyUSB
*
- * Copyright (c) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
*
* SPDX-License-Identifier: MIT
*
diff --git a/libusb/include/libusb/tusb_helpers.h.gen b/libusb/include/libusb/tusb_helpers.h.gen
index 364430e..326ca22 100755
--- a/libusb/include/libusb/tusb_helpers.h.gen
+++ b/libusb/include/libusb/tusb_helpers.h.gen
@@ -1,12 +1,13 @@
#!/usr/bin/env bash
# -*- Mode: C -*-
+# libusb/tusb_helpers.h.gen - Preprocessor macros that I think should be included in TinyUSB
set -e
exec >"${0%.gen}"
echo "/* Generated by \`$0 $*\`. DO NOT EDIT! */"
cat <<'EOT'
/* libusb/tusb_helpers.h - Preprocessor macros that I think should be included in TinyUSB
*
- * Copyright (c) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
+ * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com>
*
* SPDX-License-Identifier: MIT
*
diff --git a/libusb/include/libusb/usb_common.h b/libusb/include/libusb/usb_common.h
index 33308d2..7a57c7c 100644
--- a/libusb/include/libusb/usb_common.h
+++ b/libusb/include/libusb/usb_common.h
@@ -1,4 +1,4 @@
-/* usb_common.h - Common framework for implementing multiple USB devices at once
+/* libusb/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
diff --git a/libusb/usb_common.c b/libusb/usb_common.c
index b938247..18eb048 100644
--- a/libusb/usb_common.c
+++ b/libusb/usb_common.c
@@ -1,4 +1,4 @@
-/* usb_common.c - Common framework for implementing multiple USB devices at once
+/* libusb/usb_common.c - 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