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/hyperv | |
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/dev/hyperv')
-rw-r--r-- | sys/dev/hyperv/hvsock/hv_sock.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/hvsock/hv_sock.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/include/hyperv.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/storvsc/hv_vstorage.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/utilities/hv_kvp.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/aarch64/hyperv_reg.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/hyperv_common_reg.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/x86/hyperv_machdep.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/x86/hyperv_reg.h | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/x86/hyperv_x86.c | 2 | ||||
-rw-r--r-- | sys/dev/hyperv/vmbus/x86/vmbus_x86.c | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/sys/dev/hyperv/hvsock/hv_sock.c b/sys/dev/hyperv/hvsock/hv_sock.c index f728383a1b6f..888d1badd7d1 100644 --- a/sys/dev/hyperv/hvsock/hv_sock.c +++ b/sys/dev/hyperv/hvsock/hv_sock.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Microsoft Corp. * All rights reserved. diff --git a/sys/dev/hyperv/hvsock/hv_sock.h b/sys/dev/hyperv/hvsock/hv_sock.h index a1cfc31f6d74..137f0b45c2e8 100644 --- a/sys/dev/hyperv/hvsock/hv_sock.h +++ b/sys/dev/hyperv/hvsock/hv_sock.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2020 Microsoft Corp. * All rights reserved. diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index 2e46a092a16e..986926838111 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index 75e2ae924d4b..dff2ee709bed 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. diff --git a/sys/dev/hyperv/storvsc/hv_vstorage.h b/sys/dev/hyperv/storvsc/hv_vstorage.h index f1d4c1dfd2e2..0446aafeb8bc 100644 --- a/sys/dev/hyperv/storvsc/hv_vstorage.h +++ b/sys/dev/hyperv/storvsc/hv_vstorage.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2009-2012,2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. diff --git a/sys/dev/hyperv/utilities/hv_kvp.h b/sys/dev/hyperv/utilities/hv_kvp.h index 91e1ea404d4a..93026b32d7a7 100644 --- a/sys/dev/hyperv/utilities/hv_kvp.h +++ b/sys/dev/hyperv/utilities/hv_kvp.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2014,2016 Microsoft Corp. * All rights reserved. diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c index 47390ad35c0f..275a8fd42035 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_aarch64.c @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2009-2012,2016-2017, 2022 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c b/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c index d3e0b0a32f1e..5719fb19532a 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.c @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2016-2017,2022 Microsoft Corp. * diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.h b/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.h index b017fdbc14c9..ca4e971bafbe 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.h +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_machdep.h @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2022 Microsoft Corp. * diff --git a/sys/dev/hyperv/vmbus/aarch64/hyperv_reg.h b/sys/dev/hyperv/vmbus/aarch64/hyperv_reg.h index a0a6773dea67..039836aacb47 100644 --- a/sys/dev/hyperv/vmbus/aarch64/hyperv_reg.h +++ b/sys/dev/hyperv/vmbus/aarch64/hyperv_reg.h @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2022 Microsoft Corp. * All rights reserved. * diff --git a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c index 1f25037c9ae1..d4339e5f02d0 100644 --- a/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c +++ b/sys/dev/hyperv/vmbus/aarch64/vmbus_aarch64.c @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2009-2012,2016-2017, 2022 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/vmbus/hyperv_common_reg.h b/sys/dev/hyperv/vmbus/hyperv_common_reg.h index b151952158c7..2a6437390ca6 100644 --- a/sys/dev/hyperv/vmbus/hyperv_common_reg.h +++ b/sys/dev/hyperv/vmbus/hyperv_common_reg.h @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2022 Microsoft Corp. * All rights reserved. * diff --git a/sys/dev/hyperv/vmbus/x86/hyperv_machdep.h b/sys/dev/hyperv/vmbus/x86/hyperv_machdep.h index 524fd187bf70..83ac6413597b 100644 --- a/sys/dev/hyperv/vmbus/x86/hyperv_machdep.h +++ b/sys/dev/hyperv/vmbus/x86/hyperv_machdep.h @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2022 Microsoft Corp. * All rights reserved. * diff --git a/sys/dev/hyperv/vmbus/x86/hyperv_reg.h b/sys/dev/hyperv/vmbus/x86/hyperv_reg.h index fec2eda2d673..774b07eecc5f 100644 --- a/sys/dev/hyperv/vmbus/x86/hyperv_reg.h +++ b/sys/dev/hyperv/vmbus/x86/hyperv_reg.h @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2022 Microsoft Corp. * All rights reserved. * diff --git a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c index bb7f14e29ef0..3d14f47a9a93 100644 --- a/sys/dev/hyperv/vmbus/x86/hyperv_x86.c +++ b/sys/dev/hyperv/vmbus/x86/hyperv_x86.c @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2009-2012,2016-2017, 2022 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c index 828827f77c35..8b03940238d8 100644 --- a/sys/dev/hyperv/vmbus/x86/vmbus_x86.c +++ b/sys/dev/hyperv/vmbus/x86/vmbus_x86.c @@ -1,4 +1,4 @@ -/*- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +/*- SPDX-License-Identifier: BSD-2-Clause * Copyright (c) 2009-2012,2016-2017, 2022 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. |