aboutsummaryrefslogtreecommitdiff
path: root/share/examples/libusb20
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-22 01:31:07 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-23 17:43:21 +0000
commit17da660ad5b3b9cd90e164dd4dbb9beaa7203054 (patch)
tree4bd9b1107d0452dd0ae8677ead926f418f99260f /share/examples/libusb20
parentf8167e0404dab9ffeaca95853dd237ab7c587f82 (diff)
Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit b3e7694832e8)
Diffstat (limited to 'share/examples/libusb20')
-rw-r--r--share/examples/libusb20/bulk.c2
-rw-r--r--share/examples/libusb20/control.c2
-rw-r--r--share/examples/libusb20/util.c2
-rw-r--r--share/examples/libusb20/util.h2
4 files changed, 0 insertions, 8 deletions
diff --git a/share/examples/libusb20/bulk.c b/share/examples/libusb20/bulk.c
index b6190a97121a..2f7588bd592f 100644
--- a/share/examples/libusb20/bulk.c
+++ b/share/examples/libusb20/bulk.c
@@ -7,8 +7,6 @@
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
* ----------------------------------------------------------------------------
- *
- * $FreeBSD$
*/
/*
diff --git a/share/examples/libusb20/control.c b/share/examples/libusb20/control.c
index ca48e8bffb21..e2ae8f74cc32 100644
--- a/share/examples/libusb20/control.c
+++ b/share/examples/libusb20/control.c
@@ -7,8 +7,6 @@
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
* ----------------------------------------------------------------------------
- *
- * $FreeBSD$
*/
/*
diff --git a/share/examples/libusb20/util.c b/share/examples/libusb20/util.c
index 4a24ee0cf8c9..e57e439d8199 100644
--- a/share/examples/libusb20/util.c
+++ b/share/examples/libusb20/util.c
@@ -4,8 +4,6 @@
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
* ----------------------------------------------------------------------------
- *
- * $FreeBSD$
*/
/*
diff --git a/share/examples/libusb20/util.h b/share/examples/libusb20/util.h
index 5fd2a6e09c2d..a54ba709b9e9 100644
--- a/share/examples/libusb20/util.h
+++ b/share/examples/libusb20/util.h
@@ -4,8 +4,6 @@
* can do whatever you want with this stuff. If we meet some day, and you think
* this stuff is worth it, you can buy me a beer in return. Joerg Wunsch
* ----------------------------------------------------------------------------
- *
- * $FreeBSD$
*/
#include <stdint.h>