diff options
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r-- | lib/libbluetooth/Makefile | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.3 | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.c | 2 | ||||
-rw-r--r-- | lib/libbluetooth/bluetooth.h | 2 | ||||
-rw-r--r-- | lib/libbluetooth/dev.c | 2 | ||||
-rw-r--r-- | lib/libbluetooth/hci.c | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/lib/libbluetooth/Makefile b/lib/libbluetooth/Makefile index 763c574a54821..c0d0c8e114b0b 100644 --- a/lib/libbluetooth/Makefile +++ b/lib/libbluetooth/Makefile @@ -1,5 +1,5 @@ # $Id: Makefile,v 1.5 2003/07/22 18:38:04 max Exp $ -# $FreeBSD$ +# $FreeBSD: src/lib/libbluetooth/Makefile,v 1.3.2.3.2.1 2010/02/10 00:26:20 kensmith Exp $ LIB= bluetooth MAN= bluetooth.3 diff --git a/lib/libbluetooth/bluetooth.3 b/lib/libbluetooth/bluetooth.3 index c4eab90fbaa39..61201dd59b78a 100644 --- a/lib/libbluetooth/bluetooth.3 +++ b/lib/libbluetooth/bluetooth.3 @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $Id: bluetooth.3,v 1.5 2003/05/20 23:04:30 max Exp $ -.\" $FreeBSD$ +.\" $FreeBSD: src/lib/libbluetooth/bluetooth.3,v 1.7.10.3.2.1 2010/02/10 00:26:20 kensmith Exp $ .\" .Dd April 9, 2009 .Dt BLUETOOTH 3 diff --git a/lib/libbluetooth/bluetooth.c b/lib/libbluetooth/bluetooth.c index 23b7df0da9701..b0360e4d8db9c 100644 --- a/lib/libbluetooth/bluetooth.c +++ b/lib/libbluetooth/bluetooth.c @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: bluetooth.c,v 1.3 2003/05/20 23:04:30 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/bluetooth.c,v 1.2.18.1.4.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h index 5ad3c3c553b0a..457d05e6d14d2 100644 --- a/lib/libbluetooth/bluetooth.h +++ b/lib/libbluetooth/bluetooth.h @@ -28,7 +28,7 @@ * SUCH DAMAGE. * * $Id: bluetooth.h,v 1.5 2003/09/14 23:28:42 max Exp $ - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/bluetooth.h,v 1.2.10.3.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _BLUETOOTH_H_ diff --git a/lib/libbluetooth/dev.c b/lib/libbluetooth/dev.c index 1f9e745dd46a0..5d59343817d25 100644 --- a/lib/libbluetooth/dev.c +++ b/lib/libbluetooth/dev.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/dev.c,v 1.1.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <bluetooth.h> diff --git a/lib/libbluetooth/hci.c b/lib/libbluetooth/hci.c index 1ae6ff963d7b2..6cf8ee5e45854 100644 --- a/lib/libbluetooth/hci.c +++ b/lib/libbluetooth/hci.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/lib/libbluetooth/hci.c,v 1.1.2.3.2.1 2010/02/10 00:26:20 kensmith Exp $ */ #include <assert.h> |