summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/bluetooth/include
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
committerimp <imp@FreeBSD.org>2005-01-07 01:45:51 +0000
commita50ffc29129a52835a39bf4868cd5facdc7dce30 (patch)
treeeb31ac736ac91e1175c700bbbf60cf1c022cf331 /sys/netgraph/bluetooth/include
parent182c46b20dedd864b7066a7d50338bd691247880 (diff)
downloadFreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.zip
FreeBSD-src-a50ffc29129a52835a39bf4868cd5facdc7dce30.tar.gz
/* -> /*- for license, minor formatting changes
Diffstat (limited to 'sys/netgraph/bluetooth/include')
-rw-r--r--sys/netgraph/bluetooth/include/ng_bluetooth.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_bt3c.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_h4.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_hci.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_l2cap.h4
-rw-r--r--sys/netgraph/bluetooth/include/ng_ubt.h4
10 files changed, 30 insertions, 10 deletions
diff --git a/sys/netgraph/bluetooth/include/ng_bluetooth.h b/sys/netgraph/bluetooth/include/ng_bluetooth.h
index 387504a..c0da3b9 100644
--- a/sys/netgraph/bluetooth/include/ng_bluetooth.h
+++ b/sys/netgraph/bluetooth/include/ng_bluetooth.h
@@ -1,6 +1,8 @@
/*
* bluetooth.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_bt3c.h b/sys/netgraph/bluetooth/include/ng_bt3c.h
index 2af1837..49e0ed1 100644
--- a/sys/netgraph/bluetooth/include/ng_bt3c.h
+++ b/sys/netgraph/bluetooth/include/ng_bt3c.h
@@ -1,6 +1,8 @@
/*
* ng_bt3c.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket.h b/sys/netgraph/bluetooth/include/ng_btsocket.h
index f02b5f7..01822e3 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
index 129ebb6..95b5b3f 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket_hci_raw.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket_hci_raw.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
index 7498149..ff04ce2 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket_l2cap.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket_l2cap.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
index e3d8aa9..cfc8873 100644
--- a/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
+++ b/sys/netgraph/bluetooth/include/ng_btsocket_rfcomm.h
@@ -1,6 +1,8 @@
/*
* ng_btsocket_rfcomm.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2003 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_h4.h b/sys/netgraph/bluetooth/include/ng_h4.h
index b191029..753c297 100644
--- a/sys/netgraph/bluetooth/include/ng_h4.h
+++ b/sys/netgraph/bluetooth/include/ng_h4.h
@@ -1,6 +1,8 @@
/*
* ng_h4.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h
index 1fed759..b2d6da6 100644
--- a/sys/netgraph/bluetooth/include/ng_hci.h
+++ b/sys/netgraph/bluetooth/include/ng_hci.h
@@ -1,6 +1,8 @@
/*
* ng_hci.h
- *
+ */
+
+/*-
* Copyright (c) 2001 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_l2cap.h b/sys/netgraph/bluetooth/include/ng_l2cap.h
index 5759389..094aad3 100644
--- a/sys/netgraph/bluetooth/include/ng_l2cap.h
+++ b/sys/netgraph/bluetooth/include/ng_l2cap.h
@@ -1,6 +1,8 @@
/*
* ng_l2cap.h
- *
+ */
+
+/*-
* Copyright (c) Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
diff --git a/sys/netgraph/bluetooth/include/ng_ubt.h b/sys/netgraph/bluetooth/include/ng_ubt.h
index bdfc47a..94b2097 100644
--- a/sys/netgraph/bluetooth/include/ng_ubt.h
+++ b/sys/netgraph/bluetooth/include/ng_ubt.h
@@ -1,6 +1,8 @@
/*
* ng_ubt.h
- *
+ */
+
+/*-
* Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
* All rights reserved.
*
OpenPOWER on IntegriCloud