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/siba | |
parent | 5ace9912667a551897905ec391a276a432e6a251 (diff) |
Notes
Diffstat (limited to 'sys/dev/siba')
-rw-r--r-- | sys/dev/siba/siba_bwn.c | 2 | ||||
-rw-r--r-- | sys/dev/siba/siba_core.c | 2 | ||||
-rw-r--r-- | sys/dev/siba/siba_ids.h | 2 | ||||
-rw-r--r-- | sys/dev/siba/sibareg.h | 2 | ||||
-rw-r--r-- | sys/dev/siba/sibavar.h | 2 |
5 files changed, 10 insertions, 0 deletions
diff --git a/sys/dev/siba/siba_bwn.c b/sys/dev/siba/siba_bwn.c index 42069396fc2d6..cb70283d8e02d 100644 --- a/sys/dev/siba/siba_bwn.c +++ b/sys/dev/siba/siba_bwn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/siba/siba_core.c b/sys/dev/siba/siba_core.c index 6674878381942..6bfc4f315894f 100644 --- a/sys/dev/siba/siba_core.c +++ b/sys/dev/siba/siba_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong <weongyo@freebsd.org> * All rights reserved. * diff --git a/sys/dev/siba/siba_ids.h b/sys/dev/siba/siba_ids.h index b5aaf3419c755..d90206292ac75 100644 --- a/sys/dev/siba/siba_ids.h +++ b/sys/dev/siba/siba_ids.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siba/sibareg.h b/sys/dev/siba/sibareg.h index 1b10a91d9ef90..bc6d0f149c02a 100644 --- a/sys/dev/siba/sibareg.h +++ b/sys/dev/siba/sibareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siba/sibavar.h b/sys/dev/siba/sibavar.h index c4b34173c6612..b3bda80683f33 100644 --- a/sys/dev/siba/sibavar.h +++ b/sys/dev/siba/sibavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * |