diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:36:21 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-20 19:36:21 +0000 |
| commit | 7282444b103e0b3e7c8cd053413ff6c068831cc6 (patch) | |
| tree | 5dcb49505ed972dc37096070a35d1d662dd4641a /sys/dev/mps | |
| parent | 3e10195c86ce900b08ceba7509b39e61e979807e (diff) | |
Notes
Diffstat (limited to 'sys/dev/mps')
| -rw-r--r-- | sys/dev/mps/mps_ioctl.h | 2 | ||||
| -rw-r--r-- | sys/dev/mps/mps_user.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/mps/mps_ioctl.h b/sys/dev/mps/mps_ioctl.h index cb0d9c579b8f..7e39d83458ea 100644 --- a/sys/dev/mps/mps_ioctl.h +++ b/sys/dev/mps/mps_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/mps/mps_user.c b/sys/dev/mps/mps_user.c index 650ef60f8b14..5e9e8603116f 100644 --- a/sys/dev/mps/mps_user.c +++ b/sys/dev/mps/mps_user.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2008 Yahoo!, Inc. * All rights reserved. * Written by: John Baldwin <jhb@FreeBSD.org> |
