diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/sbc_harness/main.c | 2 | ||||
-rw-r--r-- | cmd/sbc_harness/usb_keyboard.c | 2 | ||||
-rw-r--r-- | cmd/sbc_harness/usb_keyboard.h | 2 | ||||
-rw-r--r-- | cmd/srv9p/gnet.c | 2 | ||||
-rw-r--r-- | cmd/srv9p/gnet.h | 2 | ||||
-rwxr-xr-x | cmd/srv9p/static.h.gen | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/cmd/sbc_harness/main.c b/cmd/sbc_harness/main.c index b120d46..9564665 100644 --- a/cmd/sbc_harness/main.c +++ b/cmd/sbc_harness/main.c @@ -1,4 +1,4 @@ -/* main.c - Main entry point and event loop for sbc-harness +/* sbc_harness/main.c - Main entry point and event loop for sbc-harness * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/sbc_harness/usb_keyboard.c b/cmd/sbc_harness/usb_keyboard.c index 4e20330..b98345c 100644 --- a/cmd/sbc_harness/usb_keyboard.c +++ b/cmd/sbc_harness/usb_keyboard.c @@ -1,4 +1,4 @@ -/* usb_keyboard.c - Implementation of a USB keyboard device +/* sbc_harness/usb_keyboard.c - Implementation of a USB keyboard device * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/sbc_harness/usb_keyboard.h b/cmd/sbc_harness/usb_keyboard.h index d946ff6..2227220 100644 --- a/cmd/sbc_harness/usb_keyboard.h +++ b/cmd/sbc_harness/usb_keyboard.h @@ -1,4 +1,4 @@ -/* usb_keyboard.h - Implementation of a USB keyboard device +/* sbc_harness/usb_keyboard.h - Implementation of a USB keyboard device * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/srv9p/gnet.c b/cmd/srv9p/gnet.c index 2bed355..92e74c7 100644 --- a/cmd/srv9p/gnet.c +++ b/cmd/srv9p/gnet.c @@ -1,4 +1,4 @@ -/* gnet.c - libnet implementation for libcr + GNU libc +/* srv9p/gnet.c - libnet implementation for libcr + GNU libc * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/srv9p/gnet.h b/cmd/srv9p/gnet.h index 341ccd2..d43874f 100644 --- a/cmd/srv9p/gnet.h +++ b/cmd/srv9p/gnet.h @@ -1,4 +1,4 @@ -/* gnet.h - libnet implementation for libcr + GNU libc +/* srv9p/gnet.h - libnet implementation for libcr + GNU libc * * Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/srv9p/static.h.gen b/cmd/srv9p/static.h.gen index bb27e55..a048bd6 100755 --- a/cmd/srv9p/static.h.gen +++ b/cmd/srv9p/static.h.gen @@ -1,5 +1,5 @@ #!/bin/sh -# static.h.gen - Generate C definitions for GNU `ld -r -b binary` files +# srv9p/static.h.gen - Generate C definitions for GNU `ld -r -b binary` files # # Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-Licence-Identifier: AGPL-3.0-or-later |