diff options
Diffstat (limited to 'usr.sbin/bluetooth/sdpd/uuid.c')
-rw-r--r-- | usr.sbin/bluetooth/sdpd/uuid.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/sdpd/uuid.c b/usr.sbin/bluetooth/sdpd/uuid.c index 3d41ea3e15b3..90a6d5b17322 100644 --- a/usr.sbin/bluetooth/sdpd/uuid.c +++ b/usr.sbin/bluetooth/sdpd/uuid.c @@ -1,7 +1,7 @@ /*- * uuid.c * - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 2005 Maksim Yevmenkin <m_evmenkin@yahoo.com> * All rights reserved. @@ -28,7 +28,6 @@ * SUCH DAMAGE. * * $Id: uuid.c,v 1.1 2004/12/09 18:20:26 max Exp $ - * $FreeBSD$ */ #define L2CAP_SOCKET_CHECKED #include <bluetooth.h> |