diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-12-04 16:56:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-12-04 16:56:11 +0000 |
| commit | f86e60008bdf690b61af2c18e98ee791ca91433f (patch) | |
| tree | 539a7d545ad176b8f65d0df7d24c199842ce596f /sys/dev/uart | |
| parent | a7147da9d488f325190fb121a0e544e805f85e5b (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_acpi.c | 2 | ||||
| -rw-r--r-- | sys/dev/uart/uart_bus_isa.c | 7 | ||||
| -rw-r--r-- | sys/dev/uart/uart_bus_pccard.c | 2 | ||||
| -rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 5 | ||||
| -rw-r--r-- | sys/dev/uart/uart_bus_puc.c | 2 |
5 files changed, 8 insertions, 10 deletions
diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 32eb3accd92b..14e598f5a31f 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2001 M. Warner Losh. + * Copyright (c) 2001 M. Warner Losh <imp@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index 5085ff66fe10..cebf90adf13f 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -1,10 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2008 TAKAHASHI Yoshihiro - * Copyright (c) 2008 Marcel Moolenaar - * Copyright (c) 2001 M. Warner Losh - * All rights reserved. + * Copyright (c) 2008 TAKAHASHI Yoshihiro All rights reserved. + * Copyright (c) 2008 Marcel Moolenaar All rights reserved. + * Copyright (c) 2001 M. Warner Losh <imp@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index 240cab869187..58571b13d66e 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -1,8 +1,8 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2001 M. Warner Losh. * Copyright (c) 2003 Norikatsu Shigemura, Takenori Watanabe All rights reserved. + * Copyright (c) 2001 M. Warner Losh <imp@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 7bf308bc4d16..03005fe6ea58 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -1,9 +1,8 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2006 Marcel Moolenaar - * Copyright (c) 2001 M. Warner Losh - * All rights reserved. + * Copyright (c) 2006 Marcel Moolenaar All rights reserved. + * Copyright (c) 2001 M. Warner Losh <imp@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index c6c7a705774d..a1dcdea11dd0 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -3,7 +3,7 @@ * * Copyright (c) 2006 Marcel Moolenaar. All rights reserved. * Copyright (c) 2002 JF Hay. All rights reserved. - * Copyright (c) 2001 M. Warner Losh. + * Copyright (c) 2001 M. Warner Losh <imp@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
