diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2010-07-13 11:57:11 -0300 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-07-21 10:39:11 -0700 |
commit | ce5706bd69be6b25715ed6cd48a210b5080032bc (patch) | |
tree | c542ca5952c691905f922869426be8d2a79f82fe /net/bluetooth | |
parent | be60b94030339b89c2bcff18c76882f0a4c01ce6 (diff) |
Bluetooth: Add Copyright notice to L2CAP
Copyright for the time I worked on L2CAP during the Google Summer of Code
program.
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/l2cap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c index 449cbdd4ddb..67a6f59873a 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap.c @@ -1,6 +1,7 @@ /* BlueZ - Bluetooth protocol stack for Linux Copyright (C) 2000-2001 Qualcomm Incorporated + Copyright (C) 2009-2010 Gustavo F. Padovan <gustavo@padovan.org> Written 2000,2001 by Maxim Krasnyansky <maxk@qualcomm.com> |