diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-05-10 15:40:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-05-12 16:44:03 +0000 |
| commit | 4d846d260e2b9a3d4d0a701462568268cbfe7a5b (patch) | |
| tree | e06136ddd235d1b7d34c2926249174a5840ad842 /sys/dev/ida | |
| parent | 2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff) | |
Diffstat (limited to 'sys/dev/ida')
| -rw-r--r-- | sys/dev/ida/ida.c | 2 | ||||
| -rw-r--r-- | sys/dev/ida/ida_disk.c | 2 | ||||
| -rw-r--r-- | sys/dev/ida/ida_pci.c | 2 | ||||
| -rw-r--r-- | sys/dev/ida/idareg.h | 2 | ||||
| -rw-r--r-- | sys/dev/ida/idavar.h | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index c34d55b0d7b8..9c65392866e6 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index e18c58cc8b72..856106f553ed 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index 0af3b331c0f1..5b9633eeb4b2 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. diff --git a/sys/dev/ida/idareg.h b/sys/dev/ida/idareg.h index bfaee97681f8..52665c433d41 100644 --- a/sys/dev/ida/idareg.h +++ b/sys/dev/ida/idareg.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. diff --git a/sys/dev/ida/idavar.h b/sys/dev/ida/idavar.h index 8ff7181bf185..2dfaf142930f 100644 --- a/sys/dev/ida/idavar.h +++ b/sys/dev/ida/idavar.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. |
