diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:37:16 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 15:37:16 +0000 |
commit | 1de7b4b805ddbf2429da511c053686ac4591ed89 (patch) | |
tree | f8124ad7243ccb1b4e727aa06c7f7c643addfc17 /usr.bin/usbhidaction | |
parent | f0cfa1b168014f56c02b83e5f28412cc5f78d117 (diff) | |
download | src-1de7b4b805ddbf2429da511c053686ac4591ed89.tar.gz src-1de7b4b805ddbf2429da511c053686ac4591ed89.zip |
Notes
Diffstat (limited to 'usr.bin/usbhidaction')
-rw-r--r-- | usr.bin/usbhidaction/usbhidaction.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c index 49cf0af2a8f2..5f45849f0c57 100644 --- a/usr.bin/usbhidaction/usbhidaction.c +++ b/usr.bin/usbhidaction/usbhidaction.c @@ -1,7 +1,9 @@ /* $NetBSD: usbhidaction.c,v 1.8 2002/06/11 06:06:21 itojun Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000, 2002 The NetBSD Foundation, Inc. * All rights reserved. * |