From 503036347015fc61706f4ee519dfa21764d41789 Mon Sep 17 00:00:00 2001 From: araujo Date: Tue, 25 Jun 2019 06:24:56 +0000 Subject: [PATCH] Add SPDX tags to bhyve(8) HD Audio device. Reviewed by: bcran Differential Revision: https://reviews.freebsd.org/D20750 --- usr.sbin/bhyve/audio.c | 2 ++ usr.sbin/bhyve/audio.h | 2 ++ usr.sbin/bhyve/hda_codec.c | 2 ++ usr.sbin/bhyve/hda_reg.h | 2 ++ usr.sbin/bhyve/hdac_reg.h | 2 ++ usr.sbin/bhyve/pci_hda.c | 2 ++ usr.sbin/bhyve/pci_hda.h | 2 ++ 7 files changed, 14 insertions(+) diff --git a/usr.sbin/bhyve/audio.c b/usr.sbin/bhyve/audio.c index 6a288cbded6..dda57581333 100644 --- a/usr.sbin/bhyve/audio.c +++ b/usr.sbin/bhyve/audio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016 Alex Teaca * All rights reserved. * diff --git a/usr.sbin/bhyve/audio.h b/usr.sbin/bhyve/audio.h index 01ef17071b1..2b559a43e5d 100644 --- a/usr.sbin/bhyve/audio.h +++ b/usr.sbin/bhyve/audio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016 Alex Teaca * All rights reserved. * diff --git a/usr.sbin/bhyve/hda_codec.c b/usr.sbin/bhyve/hda_codec.c index ab53eb036e9..82f5fb1eed9 100644 --- a/usr.sbin/bhyve/hda_codec.c +++ b/usr.sbin/bhyve/hda_codec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016 Alex Teaca * All rights reserved. * diff --git a/usr.sbin/bhyve/hda_reg.h b/usr.sbin/bhyve/hda_reg.h index dd709852453..b3034bf9f41 100644 --- a/usr.sbin/bhyve/hda_reg.h +++ b/usr.sbin/bhyve/hda_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * All rights reserved. * diff --git a/usr.sbin/bhyve/hdac_reg.h b/usr.sbin/bhyve/hdac_reg.h index 2bef0d0edc3..35272e5135c 100644 --- a/usr.sbin/bhyve/hdac_reg.h +++ b/usr.sbin/bhyve/hdac_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * All rights reserved. * diff --git a/usr.sbin/bhyve/pci_hda.c b/usr.sbin/bhyve/pci_hda.c index 99f8aec31c6..acd6977cea0 100644 --- a/usr.sbin/bhyve/pci_hda.c +++ b/usr.sbin/bhyve/pci_hda.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016 Alex Teaca * All rights reserved. * diff --git a/usr.sbin/bhyve/pci_hda.h b/usr.sbin/bhyve/pci_hda.h index 038a1da8dee..8ed050cc8f4 100644 --- a/usr.sbin/bhyve/pci_hda.h +++ b/usr.sbin/bhyve/pci_hda.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2016 Alex Teaca * All rights reserved. * -- 2.45.0