diff options
Diffstat (limited to 'share/examples/libusb20')
-rw-r--r-- | share/examples/libusb20/bulk.c | 2 | ||||
-rw-r--r-- | share/examples/libusb20/control.c | 2 | ||||
-rw-r--r-- | share/examples/libusb20/util.c | 2 | ||||
-rw-r--r-- | share/examples/libusb20/util.h | 2 |
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> |