aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hid
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:58 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:58 +0000
commit031beb4e239bfce798af17f5fe8dba8bcaf13d99 (patch)
tree9ea9aabd7d69195e62f8265fdd2e60259bfef4d9 /sys/modules/hid
parentb1cfcffa89e66caedb84d6e92a92e3828bc08f04 (diff)
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Diffstat (limited to 'sys/modules/hid')
-rw-r--r--sys/modules/hid/Makefile1
-rw-r--r--sys/modules/hid/bcm5974/Makefile1
-rw-r--r--sys/modules/hid/hconf/Makefile1
-rw-r--r--sys/modules/hid/hcons/Makefile1
-rw-r--r--sys/modules/hid/hgame/Makefile1
-rw-r--r--sys/modules/hid/hid/Makefile1
-rw-r--r--sys/modules/hid/hidbus/Makefile1
-rw-r--r--sys/modules/hid/hidmap/Makefile1
-rw-r--r--sys/modules/hid/hidquirk/Makefile1
-rw-r--r--sys/modules/hid/hidraw/Makefile1
-rw-r--r--sys/modules/hid/hkbd/Makefile1
-rw-r--r--sys/modules/hid/hms/Makefile1
-rw-r--r--sys/modules/hid/hmt/Makefile1
-rw-r--r--sys/modules/hid/hpen/Makefile1
-rw-r--r--sys/modules/hid/hsctrl/Makefile1
-rw-r--r--sys/modules/hid/ietp/Makefile1
-rw-r--r--sys/modules/hid/ps4dshock/Makefile1
-rw-r--r--sys/modules/hid/xb360gp/Makefile1
18 files changed, 0 insertions, 18 deletions
diff --git a/sys/modules/hid/Makefile b/sys/modules/hid/Makefile
index 72368487bc6c..f2331d7db728 100644
--- a/sys/modules/hid/Makefile
+++ b/sys/modules/hid/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
SUBDIR = \
hid \
diff --git a/sys/modules/hid/bcm5974/Makefile b/sys/modules/hid/bcm5974/Makefile
index d3bb863dbba1..50b51f497d85 100644
--- a/sys/modules/hid/bcm5974/Makefile
+++ b/sys/modules/hid/bcm5974/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hconf/Makefile b/sys/modules/hid/hconf/Makefile
index 182d1d9fdf63..32ab19a954f6 100644
--- a/sys/modules/hid/hconf/Makefile
+++ b/sys/modules/hid/hconf/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hcons/Makefile b/sys/modules/hid/hcons/Makefile
index 2c2ad16322af..d012a3f49569 100644
--- a/sys/modules/hid/hcons/Makefile
+++ b/sys/modules/hid/hcons/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hgame/Makefile b/sys/modules/hid/hgame/Makefile
index 38016de4c326..3af829d1e971 100644
--- a/sys/modules/hid/hgame/Makefile
+++ b/sys/modules/hid/hgame/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hid/Makefile b/sys/modules/hid/hid/Makefile
index 749df79beff2..e9104b27e377 100644
--- a/sys/modules/hid/hid/Makefile
+++ b/sys/modules/hid/hid/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hidbus/Makefile b/sys/modules/hid/hidbus/Makefile
index c2a452e1e9f2..c3aa91acff4d 100644
--- a/sys/modules/hid/hidbus/Makefile
+++ b/sys/modules/hid/hidbus/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hidmap/Makefile b/sys/modules/hid/hidmap/Makefile
index e0c1c086e098..f682a39925eb 100644
--- a/sys/modules/hid/hidmap/Makefile
+++ b/sys/modules/hid/hidmap/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hidquirk/Makefile b/sys/modules/hid/hidquirk/Makefile
index 56547fe9aaa4..dbf2fa8f8e18 100644
--- a/sys/modules/hid/hidquirk/Makefile
+++ b/sys/modules/hid/hidquirk/Makefile
@@ -22,7 +22,6 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
#
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hidraw/Makefile b/sys/modules/hid/hidraw/Makefile
index fdf9c31c9f3a..6148cf9e193e 100644
--- a/sys/modules/hid/hidraw/Makefile
+++ b/sys/modules/hid/hidraw/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hkbd/Makefile b/sys/modules/hid/hkbd/Makefile
index 8bb1c339ac6c..5dc4040783ef 100644
--- a/sys/modules/hid/hkbd/Makefile
+++ b/sys/modules/hid/hkbd/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hms/Makefile b/sys/modules/hid/hms/Makefile
index 29514b86385b..573757cad525 100644
--- a/sys/modules/hid/hms/Makefile
+++ b/sys/modules/hid/hms/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hmt/Makefile b/sys/modules/hid/hmt/Makefile
index 975c94fa0b88..a96fdd44b311 100644
--- a/sys/modules/hid/hmt/Makefile
+++ b/sys/modules/hid/hmt/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hpen/Makefile b/sys/modules/hid/hpen/Makefile
index 7c485c8fd7ce..ed008b43565e 100644
--- a/sys/modules/hid/hpen/Makefile
+++ b/sys/modules/hid/hpen/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/hsctrl/Makefile b/sys/modules/hid/hsctrl/Makefile
index e0feba2657e5..4e0dd5d0c4cc 100644
--- a/sys/modules/hid/hsctrl/Makefile
+++ b/sys/modules/hid/hsctrl/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/ietp/Makefile b/sys/modules/hid/ietp/Makefile
index 3b5aac8653e3..c3b39e7b7a58 100644
--- a/sys/modules/hid/ietp/Makefile
+++ b/sys/modules/hid/ietp/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/ps4dshock/Makefile b/sys/modules/hid/ps4dshock/Makefile
index ab46ba3f2363..bb12c8a16971 100644
--- a/sys/modules/hid/ps4dshock/Makefile
+++ b/sys/modules/hid/ps4dshock/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid
diff --git a/sys/modules/hid/xb360gp/Makefile b/sys/modules/hid/xb360gp/Makefile
index 2b3e012f8491..1570a6cfadc9 100644
--- a/sys/modules/hid/xb360gp/Makefile
+++ b/sys/modules/hid/xb360gp/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/hid