diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2018-03-29 02:50:57 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2018-03-29 02:50:57 +0000 |
| commit | 4ab2e064d7950be84256d671a7ae93f87cc6aa36 (patch) | |
| tree | f64a2aebb1ac9925d884f8e87440e4fff3bfb5ee /sys/dev/usb/input | |
| parent | b84110def5e692aa60c1b13e44f8e312d2baf9ce (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/input')
| -rw-r--r-- | sys/dev/usb/input/atp.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/uep.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/uhid.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/ukbd.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/ums.c | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/usb_rdesc.h | 2 | ||||
| -rw-r--r-- | sys/dev/usb/input/wsp.c | 2 |
7 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c index 5d6c0dffd31c..2d93d09d6a86 100644 --- a/sys/dev/usb/input/atp.c +++ b/sys/dev/usb/input/atp.c @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Copyright (c) 2014 Rohit Grover * All rights reserved. * diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c index 56110b59eca7..f14735ab6c16 100644 --- a/sys/dev/usb/input/uep.c +++ b/sys/dev/usb/input/uep.c @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Copyright 2010, Gleb Smirnoff <glebius@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 2a903c82f4f1..88c68a7bff5d 100644 --- a/sys/dev/usb/input/uhid.c +++ b/sys/dev/usb/input/uhid.c @@ -8,8 +8,6 @@ __FBSDID("$FreeBSD$"); /*- - * SPDX-License-Identifier: BSD-2-Clause-NetBSD - * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index b7f93c1385d9..f6d16f33a3b1 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -3,8 +3,6 @@ __FBSDID("$FreeBSD$"); /*- - * SPDX-License-Identifier: BSD-2-Clause-NetBSD - * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index 0db781237266..c393f31a94e7 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/usb_rdesc.h b/sys/dev/usb/input/usb_rdesc.h index 00eea1223f30..23ea620b73e9 100644 --- a/sys/dev/usb/input/usb_rdesc.h +++ b/sys/dev/usb/input/usb_rdesc.h @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Copyright (c) 2000 Nick Hibma <n_hibma@FreeBSD.org> * All rights reserved. * diff --git a/sys/dev/usb/input/wsp.c b/sys/dev/usb/input/wsp.c index e9d8cf73ae0b..6a02618e01f9 100644 --- a/sys/dev/usb/input/wsp.c +++ b/sys/dev/usb/input/wsp.c @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD - * * Copyright (c) 2012 Huang Wen Hui * All rights reserved. * |
