diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:24 +0000 |
| commit | 71625ec9ad2a9bc8c09784fbd23b759830e0ee5f (patch) | |
| tree | 47d5aa4aaf9fca512581601c14c5d488b3e98829 /sys/dev/hid | |
| parent | 42b388439bd3795e09258c57a74ce9eec3651c7b (diff) | |
Diffstat (limited to 'sys/dev/hid')
| -rw-r--r-- | sys/dev/hid/hid.c | 1 | ||||
| -rw-r--r-- | sys/dev/hid/hid.h | 1 | ||||
| -rw-r--r-- | sys/dev/hid/hidquirk.c | 1 | ||||
| -rw-r--r-- | sys/dev/hid/hidquirk.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/hid/hid.c b/sys/dev/hid/hid.c index 6ed72dbe5a00..4b5d4a81b51e 100644 --- a/sys/dev/hid/hid.c +++ b/sys/dev/hid/hid.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /* $NetBSD: hid.c,v 1.17 2001/11/13 06:24:53 lukem Exp $ */ /*- * SPDX-License-Identifier: BSD-2-Clause diff --git a/sys/dev/hid/hid.h b/sys/dev/hid/hid.h index a267207e49db..09fad96c9559 100644 --- a/sys/dev/hid/hid.h +++ b/sys/dev/hid/hid.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/hid/hidquirk.c b/sys/dev/hid/hidquirk.c index 0b5da9479bfd..3e746cab22ca 100644 --- a/sys/dev/hid/hidquirk.c +++ b/sys/dev/hid/hidquirk.c @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /*- * SPDX-License-Identifier: BSD-2-Clause * diff --git a/sys/dev/hid/hidquirk.h b/sys/dev/hid/hidquirk.h index 2cdfccedfbb7..4f8b8acbe201 100644 --- a/sys/dev/hid/hidquirk.h +++ b/sys/dev/hid/hidquirk.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /*- * SPDX-License-Identifier: BSD-2-Clause * |
