diff options
Diffstat (limited to 'sys/dev/usb/hid.h')
-rw-r--r-- | sys/dev/usb/hid.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/usb/hid.h b/sys/dev/usb/hid.h index 2657cc0..0529701 100644 --- a/sys/dev/usb/hid.h +++ b/sys/dev/usb/hid.h @@ -1,12 +1,13 @@ -/* $NetBSD: hid.h,v 1.2 1998/07/24 20:57:46 augustss Exp $ */ +/* $NetBSD: hid.h,v 1.3 1998/11/25 22:32:04 augustss Exp $ */ /* FreeBSD $Id$ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * - * Author: Lennart Augustsson <augustss@carlstedt.se> - * Carlstedt Research & Technology + * This code is derived from software contributed to The NetBSD Foundation + * by Lennart Augustsson (augustss@carlstedt.se) at + * Carlstedt Research & Technology. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |