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/isp | |
| parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp.c | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_freebsd.c | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_freebsd.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_ioctl.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_library.c | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_library.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_sbus.c | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_stds.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_target.c | 2 | ||||
| -rw-r--r-- | sys/dev/isp/isp_target.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/ispmbox.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/ispreg.h | 2 | ||||
| -rw-r--r-- | sys/dev/isp/ispvar.h | 2 |
14 files changed, 28 insertions, 0 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index f0e5f27545209..ded7b39bc093f 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index b3bab4849045b..464c80584c08b 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index ad6ddbed46698..6bd2a71b5f0fd 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions * * Copyright (c) 1997-2008 by Matthew Jacob diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index 8fda052067bb2..f54ea086dde59 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 72e2f179e3f2f..204603e783e1d 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 1b45ad22ee5da..6e8d8153af511 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 8f72891bceabb..ee75092923374 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2008 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index f8579357b2e3e..35e3e220b276c 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_stds.h b/sys/dev/isp/isp_stds.h index a83f08f17ff3a..c095901da4bd5 100644 --- a/sys/dev/isp/isp_stds.h +++ b/sys/dev/isp/isp_stds.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index f7a7efa3399cd..046010cc713b8 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 14945642cd634..633204ba4b4ab 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 3d3d5f2ac950c..5baa6240db16b 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 46d74ebe2eb6e..0d72b94f207c2 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index c49ec3aff192b..bdd3f7085855c 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin <mav@FreeBSD.org> * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. |
