summaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2018-03-29 02:50:57 +0000
committerEitan Adler <eadler@FreeBSD.org>2018-03-29 02:50:57 +0000
commit4ab2e064d7950be84256d671a7ae93f87cc6aa36 (patch)
treef64a2aebb1ac9925d884f8e87440e4fff3bfb5ee /sys/dev/cy
parentb84110def5e692aa60c1b13e44f8e312d2baf9ce (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c2
-rw-r--r--sys/dev/cy/cy_isa.c2
-rw-r--r--sys/dev/cy/cy_pci.c2
-rw-r--r--sys/dev/cy/cyreg.h2
-rw-r--r--sys/dev/cy/cyvar.h2
5 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 2d4663bee492..ad4fa145cf7e 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -2,8 +2,6 @@
* cyclades cyclom-y serial driver
* Andrew Herbert <andrew@werple.apana.org.au>, 17 August 1993
*
- * SPDX-License-Identifier: BSD-3-Clause
- *
* Copyright (c) 1993 Andrew Herbert.
* All rights reserved.
*
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index a53da4fc33e6..448cc033dcb0 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -2,8 +2,6 @@
* cyclades cyclom-y serial driver
* Andrew Herbert <andrew@werple.apana.org.au>, 17 August 1993
*
- * SPDX-License-Identifier: BSD-3-Clause
- *
* Copyright (c) 1993 Andrew Herbert.
* All rights reserved.
*
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c
index 4bd833e27b19..3f9a1826f6b5 100644
--- a/sys/dev/cy/cy_pci.c
+++ b/sys/dev/cy/cy_pci.c
@@ -1,6 +1,4 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
* Copyright (c) 1996, David Greenman
* All rights reserved.
*
diff --git a/sys/dev/cy/cyreg.h b/sys/dev/cy/cyreg.h
index bb29064b471e..88a36eb4a65e 100644
--- a/sys/dev/cy/cyreg.h
+++ b/sys/dev/cy/cyreg.h
@@ -1,6 +1,4 @@
/*-
- * SPDX-License-Identifier: BSD-3-Clause
- *
* Copyright (c) 1995 Bruce Evans.
* All rights reserved.
*
diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h
index 0289ecba4f3e..6b770e8761fa 100644
--- a/sys/dev/cy/cyvar.h
+++ b/sys/dev/cy/cyvar.h
@@ -1,6 +1,4 @@
/*-
- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
- *
* Copyright (c) 2004 Bruce D. Evans
* All rights reserved.
*