diff options
Diffstat (limited to 'usr.sbin/bluetooth/sdpd/audio_source.c')
-rw-r--r-- | usr.sbin/bluetooth/sdpd/audio_source.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/sdpd/audio_source.c b/usr.sbin/bluetooth/sdpd/audio_source.c index 1d58a323f8cb..be827527732d 100644 --- a/usr.sbin/bluetooth/sdpd/audio_source.c +++ b/usr.sbin/bluetooth/sdpd/audio_source.c @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2019 Hans Petter Selasky <hselasky@freebsd.org> * All rights reserved. @@ -24,8 +24,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include <sys/queue.h> |