From 3cd39827ec2d2aa8d69762de8fbf72322ca85038 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 16 Oct 2024 19:42:08 -0600 Subject: copyright statements --- libusb/include/libusb/tusb_helpers.h | 2 +- libusb/include/libusb/tusb_helpers.h.gen | 3 ++- libusb/include/libusb/usb_common.h | 2 +- libusb/usb_common.c | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) (limited to 'libusb') 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 + * Copyright (C) 2024 Luke T. Shumaker * * 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 + * Copyright (C) 2024 Luke T. Shumaker * * 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 * 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 * SPDX-Licence-Identifier: AGPL-3.0-or-later -- cgit v1.2.3-2-g168b