From 8133ca747d256a3b225678bf10e7a75c84ec7ea4 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Jan 2010 17:20:04 -0800 Subject: [PATCH] hcidump: Update copyright information --- tools/hcidump.c | 2 +- tools/parser/avctp.c | 2 +- tools/parser/avdtp.c | 2 +- tools/parser/bnep.c | 2 +- tools/parser/bpa.c | 2 +- tools/parser/capi.c | 2 +- tools/parser/cmtp.c | 2 +- tools/parser/csr.c | 2 +- tools/parser/ericsson.c | 2 +- tools/parser/hci.c | 2 +- tools/parser/hcrp.c | 2 +- tools/parser/hidp.c | 2 +- tools/parser/l2cap.c | 2 +- tools/parser/lmp.c | 2 +- tools/parser/obex.c | 2 +- tools/parser/parser.c | 2 +- tools/parser/parser.h | 2 +- tools/parser/ppp.c | 2 +- tools/parser/rfcomm.c | 2 +- tools/parser/rfcomm.h | 2 +- tools/parser/sdp.c | 2 +- tools/parser/sdp.h | 2 +- tools/parser/tcpip.c | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/tools/hcidump.c b/tools/hcidump.c index c83ce4739..c82c52c2f 100644 --- a/tools/hcidump.c +++ b/tools/hcidump.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/avctp.c b/tools/parser/avctp.c index d9eb4f1eb..806bbf2a5 100644 --- a/tools/parser/avctp.c +++ b/tools/parser/avctp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/avdtp.c b/tools/parser/avdtp.c index 7c134bb0c..ee98f9c15 100644 --- a/tools/parser/avdtp.c +++ b/tools/parser/avdtp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/bnep.c b/tools/parser/bnep.c index 8ecb59196..4cbbc2839 100644 --- a/tools/parser/bnep.c +++ b/tools/parser/bnep.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2002-2003 Takashi Sasai - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/bpa.c b/tools/parser/bpa.c index fa7974c92..d8858d204 100644 --- a/tools/parser/bpa.c +++ b/tools/parser/bpa.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/capi.c b/tools/parser/capi.c index 36d57aad8..a0209732c 100644 --- a/tools/parser/capi.c +++ b/tools/parser/capi.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/cmtp.c b/tools/parser/cmtp.c index bdc202438..72020e532 100644 --- a/tools/parser/cmtp.c +++ b/tools/parser/cmtp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann + * Copyright (C) 2002-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/csr.c b/tools/parser/csr.c index 89ea88279..ba75c21f4 100644 --- a/tools/parser/csr.c +++ b/tools/parser/csr.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/ericsson.c b/tools/parser/ericsson.c index a9546d6bb..317b02b8b 100644 --- a/tools/parser/ericsson.c +++ b/tools/parser/ericsson.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/hci.c b/tools/parser/hci.c index c0ca27ee8..3cba08ae6 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/hcrp.c b/tools/parser/hcrp.c index e7ada6947..b38159751 100644 --- a/tools/parser/hcrp.c +++ b/tools/parser/hcrp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/hidp.c b/tools/parser/hidp.c index 16aef85e8..b6ccf3c89 100644 --- a/tools/parser/hidp.c +++ b/tools/parser/hidp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/l2cap.c b/tools/parser/l2cap.c index 9272fedfa..799d4b7fa 100644 --- a/tools/parser/l2cap.c +++ b/tools/parser/l2cap.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/lmp.c b/tools/parser/lmp.c index d80b5bffa..f46810d66 100644 --- a/tools/parser/lmp.c +++ b/tools/parser/lmp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/obex.c b/tools/parser/obex.c index 6ee72a762..133f2a2e3 100644 --- a/tools/parser/obex.c +++ b/tools/parser/obex.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/parser.c b/tools/parser/parser.c index 2df2bf92b..e6cec2e87 100644 --- a/tools/parser/parser.c +++ b/tools/parser/parser.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/parser.h b/tools/parser/parser.h index d3a039791..f7aaa3ca2 100644 --- a/tools/parser/parser.h +++ b/tools/parser/parser.h @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2000-2002 Maxim Krasnyansky - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/ppp.c b/tools/parser/ppp.c index 530a4b9c9..4ab812152 100644 --- a/tools/parser/ppp.c +++ b/tools/parser/ppp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2004-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/rfcomm.c b/tools/parser/rfcomm.c index 7c6604903..242c624c6 100644 --- a/tools/parser/rfcomm.c +++ b/tools/parser/rfcomm.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2001-2002 Wayne Lee - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/rfcomm.h b/tools/parser/rfcomm.h index 482484287..01fc4501a 100644 --- a/tools/parser/rfcomm.h +++ b/tools/parser/rfcomm.h @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2001-2002 Wayne Lee - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/sdp.c b/tools/parser/sdp.c index 7ccf07bb0..5f2c1c645 100644 --- a/tools/parser/sdp.c +++ b/tools/parser/sdp.c @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2001-2002 Ricky Yuen - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/sdp.h b/tools/parser/sdp.h index 914bdb60b..09e4432d1 100644 --- a/tools/parser/sdp.h +++ b/tools/parser/sdp.h @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2001-2002 Ricky Yuen - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/parser/tcpip.c b/tools/parser/tcpip.c index 7c2d2a029..53e1973b7 100644 --- a/tools/parser/tcpip.c +++ b/tools/parser/tcpip.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2007 Marcel Holtmann + * Copyright (C) 2003-2010 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify -- 2.47.3