summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2003-06-05 06:25:32 +0000
committerMarcel Holtmann <marcel@holtmann.org>2003-06-05 06:25:32 +0000
commit5206dbb419458caad6664aef67e34dba8be3fefa (patch)
tree145862bd16ee41c8445507d740ee2fad558dfdc5
parent8095772fc06beb7d21bb02c0cc0a2157734e5919 (diff)
Cleanup
-rw-r--r--include/rfcomm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rfcomm.h b/include/rfcomm.h
index d583f98c..f04ace71 100644
--- a/include/rfcomm.h
+++ b/include/rfcomm.h
@@ -1,6 +1,7 @@
/*
- RFCOMM implementation for Linux Bluetooth stack (BlueZ).
- Copyright (C) 2002 Maxim Krasnyansky <maxk@qualcomm.com>
+ RFCOMM protocol definition for Linux Bluetooth stack (BlueZ).
+ Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
+ Copyright (C) 2002-2003 Marcel Holtmann <marcel@holtmann.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
@@ -80,7 +81,6 @@ struct rfcomm_dev_list_req {
struct rfcomm_dev_info dev_info[0];
};
-
#ifdef __cplusplus
}
#endif