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/pcf | |
parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
download | src-718cf2ccb9956613756ab15d7a0e28f2c8e91cab.tar.gz src-718cf2ccb9956613756ab15d7a0e28f2c8e91cab.zip |
Notes
Diffstat (limited to 'sys/dev/pcf')
-rw-r--r-- | sys/dev/pcf/envctrl.c | 2 | ||||
-rw-r--r-- | sys/dev/pcf/pcf.c | 2 | ||||
-rw-r--r-- | sys/dev/pcf/pcf_ebus.c | 2 | ||||
-rw-r--r-- | sys/dev/pcf/pcf_isa.c | 2 | ||||
-rw-r--r-- | sys/dev/pcf/pcfvar.h | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/pcf/envctrl.c b/sys/dev/pcf/envctrl.c index d577aa43699f..1d57b36e000e 100644 --- a/sys/dev/pcf/envctrl.c +++ b/sys/dev/pcf/envctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index cf2b65dc88cf..0dcd1c40195f 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu, Marc Bouget * Copyright (c) 2004 Joerg Wunsch * All rights reserved. diff --git a/sys/dev/pcf/pcf_ebus.c b/sys/dev/pcf/pcf_ebus.c index b3a27377c948..3fa0be6b26cc 100644 --- a/sys/dev/pcf/pcf_ebus.c +++ b/sys/dev/pcf/pcf_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marius Strobl, Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index ca63583879a5..d2ba419ca658 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcfvar.h b/sys/dev/pcf/pcfvar.h index 33721c9a4331..c2f0becd42fe 100644 --- a/sys/dev/pcf/pcfvar.h +++ b/sys/dev/pcf/pcfvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu, Marc Bouget * Copyright (c) 2004 Joerg Wunsch * All rights reserved. |