diff options
author | Warner Losh <imp@FreeBSD.org> | 2023-08-22 01:31:18 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2023-08-23 17:43:23 +0000 |
commit | 8ad303d68cec3ee1133550de37e0009502621e50 (patch) | |
tree | 6e78406653c12d2aebd2b2ad6e826036ec07e01a /usr.bin/usbhidaction | |
parent | 4fbf14e22d7b83de7080a8e491ba14a5785a0ff4 (diff) |
Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
Similar commit in main:
(cherry picked from commit 2a63c3be1582)
Diffstat (limited to 'usr.bin/usbhidaction')
-rw-r--r-- | usr.bin/usbhidaction/usbhidaction.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index 847f7daa0466..c12adfa81e8a 100644 --- a/usr.bin/usbhidaction/usbhidaction.c +++ b/usr.bin/usbhidaction/usbhidaction.c @@ -1,5 +1,4 @@ /* $NetBSD: usbhidaction.c,v 1.8 2002/06/11 06:06:21 itojun Exp $ */ -/* $FreeBSD$ */ /*- * SPDX-License-Identifier: BSD-2-Clause |