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/compat/linuxkpi/common/include/asm | |
parent | 2b519b170709b9c2bb9f66641737d1d80a5d2538 (diff) |
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD
The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch
up to that fact and revert to their recommended match of BSD-2-Clause.
Discussed with: pfg
MFC After: 3 days
Sponsored by: Netflix
Diffstat (limited to 'sys/compat/linuxkpi/common/include/asm')
-rw-r--r-- | sys/compat/linuxkpi/common/include/asm/barrier.h | 2 | ||||
-rw-r--r-- | sys/compat/linuxkpi/common/include/asm/fpu/api.h | 2 | ||||
-rw-r--r-- | sys/compat/linuxkpi/common/include/asm/neon.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linuxkpi/common/include/asm/barrier.h b/sys/compat/linuxkpi/common/include/asm/barrier.h index ab59ff19dee0..d09f9c6d2c97 100644 --- a/sys/compat/linuxkpi/common/include/asm/barrier.h +++ b/sys/compat/linuxkpi/common/include/asm/barrier.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2021 Vladimir Kondratyev <wulf@FreeBSD.org> * diff --git a/sys/compat/linuxkpi/common/include/asm/fpu/api.h b/sys/compat/linuxkpi/common/include/asm/fpu/api.h index b4e37ed9a3c1..a4803bde461f 100644 --- a/sys/compat/linuxkpi/common/include/asm/fpu/api.h +++ b/sys/compat/linuxkpi/common/include/asm/fpu/api.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Val Packett <val@packett.cool> * diff --git a/sys/compat/linuxkpi/common/include/asm/neon.h b/sys/compat/linuxkpi/common/include/asm/neon.h index 935b4055bc02..0488a90d6664 100644 --- a/sys/compat/linuxkpi/common/include/asm/neon.h +++ b/sys/compat/linuxkpi/common/include/asm/neon.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2022 Val Packett <val@packett.cool> * |