diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-08-08 14:38:01 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-08-08 14:42:24 +0000 |
| commit | 9feff969a01044c3083b552f06f7eb6416bc0524 (patch) | |
| tree | dc021ba940bb8ed8e2be1639f77d89cd156ed2f1 /sys/dev/uart | |
| parent | b0cf8194c2369b6a31960c52e0e47ac8c3b455d2 (diff) | |
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_fdt.c | 1 | ||||
| -rw-r--r-- | sys/dev/uart/uart_cpu_arm64.c | 1 | ||||
| -rw-r--r-- | sys/dev/uart/uart_cpu_fdt.c | 1 | ||||
| -rw-r--r-- | sys/dev/uart/uart_dev_imx.c | 1 | ||||
| -rw-r--r-- | sys/dev/uart/uart_dev_imx.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/uart/uart_bus_fdt.c b/sys/dev/uart/uart_bus_fdt.c index 5f09c9520c33..985d58c850f0 100644 --- a/sys/dev/uart/uart_bus_fdt.c +++ b/sys/dev/uart/uart_bus_fdt.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2009-2010 The FreeBSD Foundation - * All rights reserved. * * This software was developed by Semihalf under sponsorship from * the FreeBSD Foundation. diff --git a/sys/dev/uart/uart_cpu_arm64.c b/sys/dev/uart/uart_cpu_arm64.c index 1d88a1e882a0..148bf749f0bb 100644 --- a/sys/dev/uart/uart_cpu_arm64.c +++ b/sys/dev/uart/uart_cpu_arm64.c @@ -1,6 +1,5 @@ /*- * Copyright (c) 2016 The FreeBSD Foundation - * All rights reserved. * * This software was developed by Andrew Turner under sponsorship from * the FreeBSD Foundation. diff --git a/sys/dev/uart/uart_cpu_fdt.c b/sys/dev/uart/uart_cpu_fdt.c index 467e29515d00..c3b7b13d2bf7 100644 --- a/sys/dev/uart/uart_cpu_fdt.c +++ b/sys/dev/uart/uart_cpu_fdt.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2009-2010 The FreeBSD Foundation - * All rights reserved. * * This software was developed by Semihalf under sponsorship from * the FreeBSD Foundation. diff --git a/sys/dev/uart/uart_dev_imx.c b/sys/dev/uart/uart_dev_imx.c index 14dba82dd9ee..24b2e4c65f75 100644 --- a/sys/dev/uart/uart_dev_imx.c +++ b/sys/dev/uart/uart_dev_imx.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2012 The FreeBSD Foundation - * All rights reserved. * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. diff --git a/sys/dev/uart/uart_dev_imx.h b/sys/dev/uart/uart_dev_imx.h index 9a3962be2335..97d5dc4d5b9c 100644 --- a/sys/dev/uart/uart_dev_imx.h +++ b/sys/dev/uart/uart_dev_imx.h @@ -1,6 +1,5 @@ /*- * Copyright (c) 2012 The FreeBSD Foundation - * All rights reserved. * * This software was developed by Oleksandr Rybalko under sponsorship * from the FreeBSD Foundation. |
