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/bwi | |
| parent | 3e10195c86ce900b08ceba7509b39e61e979807e (diff) | |
Notes
Diffstat (limited to 'sys/dev/bwi')
| -rw-r--r-- | sys/dev/bwi/bwimac.c | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/bwimac.h | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/bwiphy.c | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/bwiphy.h | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/bwirf.c | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/bwirf.h | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/if_bwi.c | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/if_bwireg.h | 4 | ||||
| -rw-r--r-- | sys/dev/bwi/if_bwivar.h | 4 |
9 files changed, 27 insertions, 9 deletions
diff --git a/sys/dev/bwi/bwimac.c b/sys/dev/bwi/bwimac.c index 54d2fde57cc1..f998873a713b 100644 --- a/sys/dev/bwi/bwimac.c +++ b/sys/dev/bwi/bwimac.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwimac.h b/sys/dev/bwi/bwimac.h index a6d90083c60b..3572114fbc81 100644 --- a/sys/dev/bwi/bwimac.h +++ b/sys/dev/bwi/bwimac.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwiphy.c b/sys/dev/bwi/bwiphy.c index 60afb191d240..a17735590007 100644 --- a/sys/dev/bwi/bwiphy.c +++ b/sys/dev/bwi/bwiphy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwiphy.h b/sys/dev/bwi/bwiphy.h index f865f1f36c97..e3fb8252f1c2 100644 --- a/sys/dev/bwi/bwiphy.h +++ b/sys/dev/bwi/bwiphy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwirf.c b/sys/dev/bwi/bwirf.c index e65a80ddc412..dbf658d5caa7 100644 --- a/sys/dev/bwi/bwirf.c +++ b/sys/dev/bwi/bwirf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/bwirf.h b/sys/dev/bwi/bwirf.h index af2ce1745c6d..d381563d48bd 100644 --- a/sys/dev/bwi/bwirf.h +++ b/sys/dev/bwi/bwirf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/if_bwi.c b/sys/dev/bwi/if_bwi.c index f0aa3f2a5c01..cc51b3b36998 100644 --- a/sys/dev/bwi/if_bwi.c +++ b/sys/dev/bwi/if_bwi.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/if_bwireg.h b/sys/dev/bwi/if_bwireg.h index f376911186af..67c80cec9615 100644 --- a/sys/dev/bwi/if_bwireg.h +++ b/sys/dev/bwi/if_bwireg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project diff --git a/sys/dev/bwi/if_bwivar.h b/sys/dev/bwi/if_bwivar.h index 07c20fef2b0c..46b5d0315b7b 100644 --- a/sys/dev/bwi/if_bwivar.h +++ b/sys/dev/bwi/if_bwivar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2007 The DragonFly Project. All rights reserved. * * This code is derived from software contributed to The DragonFly Project |
