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/pccard | |
| parent | a7147da9d488f325190fb121a0e544e805f85e5b (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -rw-r--r-- | sys/dev/pccard/card_if.m | 3 | ||||
| -rw-r--r-- | sys/dev/pccard/pccard_device.c | 3 | ||||
| -rw-r--r-- | sys/dev/pccard/pccardvarp.h | 3 | ||||
| -rw-r--r-- | sys/dev/pccard/power_if.m | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/sys/dev/pccard/card_if.m b/sys/dev/pccard/card_if.m index 606af16b3e59..e1b816807a48 100644 --- a/sys/dev/pccard/card_if.m +++ b/sys/dev/pccard/card_if.m @@ -1,6 +1,5 @@ #- -# Copyright (c) 1999 M. Warner Losh. -# All rights reserved. +# Copyright (c) 1999 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/pccard/pccard_device.c b/sys/dev/pccard/pccard_device.c index 844422b54d57..8b476a4074f4 100644 --- a/sys/dev/pccard/pccard_device.c +++ b/sys/dev/pccard/pccard_device.c @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2005, M. Warner Losh - * All rights reserved. + * Copyright (c) 2005 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/pccard/pccardvarp.h b/sys/dev/pccard/pccardvarp.h index 89890c00bed2..16d7c07ac4ba 100644 --- a/sys/dev/pccard/pccardvarp.h +++ b/sys/dev/pccard/pccardvarp.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2005, M. Warner Losh - * All rights reserved. + * Copyright (c) 2005 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/pccard/power_if.m b/sys/dev/pccard/power_if.m index a85fd01e50e0..b1067bda2b90 100644 --- a/sys/dev/pccard/power_if.m +++ b/sys/dev/pccard/power_if.m @@ -1,6 +1,5 @@ #- -# Copyright (c) 1999 M. Warner Losh. -# All rights reserved. +# Copyright (c) 1999 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 |
