aboutsummaryrefslogtreecommitdiff
path: root/parser/csr.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-10-29 20:26:13 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-10-29 20:26:13 +0000
commitaace363653bba5b4b20648014a5b4103723d5991 (patch)
tree2f237746295573fdf8f56a253cd60b14a0025847 /parser/csr.c
parent5f50cb8274916d4a36fbbe63005425f754fe0fc7 (diff)
downloadhcidump-aace363653bba5b4b20648014a5b4103723d5991.tar.gz
Big cleanup of CVS relics
Diffstat (limited to 'parser/csr.c')
-rw-r--r--parser/csr.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/parser/csr.c b/parser/csr.c
index d99f37e..a9392d5 100644
--- a/parser/csr.c
+++ b/parser/csr.c
@@ -1,6 +1,6 @@
/*
*
- * Bluetooth packet analyzer - CSR parser
+ * BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
*
@@ -17,16 +17,18 @@
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
- *
- * $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
-#include <stdlib.h>
-#include <unistd.h>
#include <errno.h>
+#include <unistd.h>
+#include <stdlib.h>
#include <string.h>
#include <sys/types.h>