diff options
Diffstat (limited to 'usr.sbin/bluetooth/sdpd/bgd.c')
-rw-r--r-- | usr.sbin/bluetooth/sdpd/bgd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/sdpd/bgd.c b/usr.sbin/bluetooth/sdpd/bgd.c index 75306ce49c6d..628389efc8e1 100644 --- a/usr.sbin/bluetooth/sdpd/bgd.c +++ b/usr.sbin/bluetooth/sdpd/bgd.c @@ -1,7 +1,7 @@ /*- * bgd.c * - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2004 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. @@ -28,7 +28,6 @@ * SUCH DAMAGE. * * $Id: bgd.c,v 1.4 2004/01/13 01:54:39 max Exp $ - * $FreeBSD$ */ #define L2CAP_SOCKET_CHECKED #include <bluetooth.h> |