diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-04-03 18:49:23 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-04-03 18:49:23 +0000 |
| commit | 0c0b5822358eaf1f5f5f2ac45e5ce80b4508637c (patch) | |
| tree | 3f94fcd87f6b3c83203ae64a2a578e8ab0610752 /lib/libusbhid | |
| parent | 8127c559e6dc8408901224c75bf62c8e476f3e83 (diff) | |
Diffstat (limited to 'lib/libusbhid')
| -rw-r--r-- | lib/libusbhid/Makefile | 2 | ||||
| -rw-r--r-- | lib/libusbhid/data.c | 2 | ||||
| -rw-r--r-- | lib/libusbhid/descr.c | 2 | ||||
| -rw-r--r-- | lib/libusbhid/libusbhid.h | 2 | ||||
| -rw-r--r-- | lib/libusbhid/parse.c | 2 | ||||
| -rw-r--r-- | lib/libusbhid/usage.c | 2 | ||||
| -rw-r--r-- | lib/libusbhid/usbhid.3 | 2 | ||||
| -rw-r--r-- | lib/libusbhid/usbvar.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib/libusbhid/Makefile b/lib/libusbhid/Makefile index 8222bee0652d..e5a74d4689ef 100644 --- a/lib/libusbhid/Makefile +++ b/lib/libusbhid/Makefile @@ -1,5 +1,5 @@ # $NetBSD: Makefile,v 1.5 1999/07/23 09:44:38 mrg Exp $ -# $FreeBSD$ +# $FreeBSD: src/lib/libusbhid/Makefile,v 1.6 2002/03/28 18:44:24 joe Exp $ MAINTAINER= n_hibma@FreeBSD.ORG diff --git a/lib/libusbhid/data.c b/lib/libusbhid/data.c index 9e7dc932b4eb..5ad6dba9f1c1 100644 --- a/lib/libusbhid/data.c +++ b/lib/libusbhid/data.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libusbhid/data.c,v 1.5.2.1 2002/04/03 15:54:00 joe Exp $"); #include <assert.h> #include <stdlib.h> diff --git a/lib/libusbhid/descr.c b/lib/libusbhid/descr.c index 5f87c3484b0c..7feba0350a4a 100644 --- a/lib/libusbhid/descr.c +++ b/lib/libusbhid/descr.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libusbhid/descr.c,v 1.7.2.1 2002/04/03 15:54:00 joe Exp $"); #include <sys/types.h> diff --git a/lib/libusbhid/libusbhid.h b/lib/libusbhid/libusbhid.h index 105d8cf124d6..7b42645ebdb6 100644 --- a/lib/libusbhid/libusbhid.h +++ b/lib/libusbhid/libusbhid.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libusbhid/libusbhid.h,v 1.7.2.1 2002/04/03 15:54:00 joe Exp $ * */ diff --git a/lib/libusbhid/parse.c b/lib/libusbhid/parse.c index 124218f57c2a..045b7809d6de 100644 --- a/lib/libusbhid/parse.c +++ b/lib/libusbhid/parse.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libusbhid/parse.c,v 1.6.2.1 2002/04/03 15:54:00 joe Exp $"); #include <assert.h> #include <stdlib.h> diff --git a/lib/libusbhid/usage.c b/lib/libusbhid/usage.c index 00facf5c31bc..6d3e6dfa1774 100644 --- a/lib/libusbhid/usage.c +++ b/lib/libusbhid/usage.c @@ -27,7 +27,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/lib/libusbhid/usage.c,v 1.6.2.1 2002/04/03 15:54:00 joe Exp $"); #include <ctype.h> #include <err.h> diff --git a/lib/libusbhid/usbhid.3 b/lib/libusbhid/usbhid.3 index 615b5fc0151a..bf03a3938f44 100644 --- a/lib/libusbhid/usbhid.3 +++ b/lib/libusbhid/usbhid.3 @@ -1,5 +1,5 @@ .\" $NetBSD: usb.3,v 1.13 2000/09/24 02:17:52 augustss Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libusbhid/usbhid.3,v 1.11.2.1 2002/04/03 15:54:00 joe Exp $ .\" .\" Copyright (c) 1999 Lennart Augustsson <augustss@netbsd.org> .\" All rights reserved. diff --git a/lib/libusbhid/usbvar.h b/lib/libusbhid/usbvar.h index 7ed04e5edea1..249f12193309 100644 --- a/lib/libusbhid/usbvar.h +++ b/lib/libusbhid/usbvar.h @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libusbhid/usbvar.h,v 1.2.2.1 2002/04/03 15:54:00 joe Exp $ * */ |
