diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-27 14:52:40 +0000 |
| commit | 718cf2ccb9956613756ab15d7a0e28f2c8e91cab (patch) | |
| tree | b87d1da582d0835d081be2b7a1ec373dc8edc129 /sys/dev/rc | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/rc')
| -rw-r--r-- | sys/dev/rc/rc.c | 2 | ||||
| -rw-r--r-- | sys/dev/rc/rcreg.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 24b851a99ae8..0c5eb19651d7 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> diff --git a/sys/dev/rc/rcreg.h b/sys/dev/rc/rcreg.h index 8ba287e7251c..9489257d9f8d 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> |
