aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bhnd/bcma
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-12-08 15:57:29 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-12-08 15:57:29 +0000
commit6e778a7efdc0e804471750157f6bacd1ef7d1580 (patch)
tree114426c35a331377f55f7aa6cec9231203e5af0b /sys/dev/bhnd/bcma
parentfb006e46e77344e136739fdc0ee5d0a77a34519d (diff)
Notes
Diffstat (limited to 'sys/dev/bhnd/bcma')
-rw-r--r--sys/dev/bhnd/bcma/bcma.c2
-rw-r--r--sys/dev/bhnd/bcma/bcma.h2
-rw-r--r--sys/dev/bhnd/bcma/bcma_bhndb.c2
-rw-r--r--sys/dev/bhnd/bcma/bcma_dmp.h2
-rw-r--r--sys/dev/bhnd/bcma/bcma_erom.c2
-rw-r--r--sys/dev/bhnd/bcma/bcma_eromreg.h2
-rw-r--r--sys/dev/bhnd/bcma/bcma_eromvar.h2
-rw-r--r--sys/dev/bhnd/bcma/bcma_subr.c2
-rw-r--r--sys/dev/bhnd/bcma/bcmavar.h2
9 files changed, 18 insertions, 0 deletions
diff --git a/sys/dev/bhnd/bcma/bcma.c b/sys/dev/bhnd/bcma/bcma.c
index deeb2949008d3..2b09adad4b6be 100644
--- a/sys/dev/bhnd/bcma/bcma.c
+++ b/sys/dev/bhnd/bcma/bcma.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
* Copyright (c) 2017 The FreeBSD Foundation
* All rights reserved.
diff --git a/sys/dev/bhnd/bcma/bcma.h b/sys/dev/bhnd/bcma/bcma.h
index 02fc427e0dff6..55f73971cb367 100644
--- a/sys/dev/bhnd/bcma/bcma.h
+++ b/sys/dev/bhnd/bcma/bcma.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015 Landon Fuller <landon@landonf.org>
* All rights reserved.
*
diff --git a/sys/dev/bhnd/bcma/bcma_bhndb.c b/sys/dev/bhnd/bcma/bcma_bhndb.c
index 3e574dd57cae0..f39b22f8781a4 100644
--- a/sys/dev/bhnd/bcma/bcma_bhndb.c
+++ b/sys/dev/bhnd/bcma/bcma_bhndb.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015 Landon Fuller <landon@landonf.org>
* All rights reserved.
*
diff --git a/sys/dev/bhnd/bcma/bcma_dmp.h b/sys/dev/bhnd/bcma/bcma_dmp.h
index 36f84f1388d20..01bcbe68f3ba6 100644
--- a/sys/dev/bhnd/bcma/bcma_dmp.h
+++ b/sys/dev/bhnd/bcma/bcma_dmp.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: ISC
+ *
* Copyright (c) 2015 Landon Fuller <landon@landonf.org>
* Copyright (c) 2010 Broadcom Corporation
*
diff --git a/sys/dev/bhnd/bcma/bcma_erom.c b/sys/dev/bhnd/bcma/bcma_erom.c
index 88bd1a899a824..7b5ab846f9611 100644
--- a/sys/dev/bhnd/bcma/bcma_erom.c
+++ b/sys/dev/bhnd/bcma/bcma_erom.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015-2017 Landon Fuller <landonf@landonf.org>
* Copyright (c) 2017 The FreeBSD Foundation
* All rights reserved.
diff --git a/sys/dev/bhnd/bcma/bcma_eromreg.h b/sys/dev/bhnd/bcma/bcma_eromreg.h
index b95484b1ccdbe..844f98fa17d91 100644
--- a/sys/dev/bhnd/bcma/bcma_eromreg.h
+++ b/sys/dev/bhnd/bcma/bcma_eromreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: ISC
+ *
* Copyright (c) 2015 Landon Fuller <landon@landonf.org>
* Copyright (c) 2010 Broadcom Corporation
*
diff --git a/sys/dev/bhnd/bcma/bcma_eromvar.h b/sys/dev/bhnd/bcma/bcma_eromvar.h
index 8fdbe2bf163b1..f1c2a93969239 100644
--- a/sys/dev/bhnd/bcma/bcma_eromvar.h
+++ b/sys/dev/bhnd/bcma/bcma_eromvar.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015 Landon Fuller <landon@landonf.org>
* All rights reserved.
*
diff --git a/sys/dev/bhnd/bcma/bcma_subr.c b/sys/dev/bhnd/bcma/bcma_subr.c
index 3c7a67a304e07..5ebceb85073e3 100644
--- a/sys/dev/bhnd/bcma/bcma_subr.c
+++ b/sys/dev/bhnd/bcma/bcma_subr.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
* Copyright (c) 2017 The FreeBSD Foundation
* All rights reserved.
diff --git a/sys/dev/bhnd/bcma/bcmavar.h b/sys/dev/bhnd/bcma/bcmavar.h
index f543b6e03d780..cc4250424b2f4 100644
--- a/sys/dev/bhnd/bcma/bcmavar.h
+++ b/sys/dev/bhnd/bcma/bcmavar.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2015-2016 Landon Fuller <landon@landonf.org>
* Copyright (c) 2017 The FreeBSD Foundation
* All rights reserved.