Diff between 491e1dd16b9bfdaf6f2af83070c93bb998f6050e and 5c1f9093b6b6dd52fc9ccf6e7fdc2ebdc516317d

Changed Files

File Additions Deletions Status
tools/hcidump.c +1 -1 modified
tools/parser/avctp.c +1 -1 modified
tools/parser/avdtp.c +1 -1 modified
tools/parser/bnep.c +1 -1 modified
tools/parser/bpa.c +1 -1 modified
tools/parser/capi.c +1 -1 modified
tools/parser/cmtp.c +1 -1 modified
tools/parser/csr.c +1 -1 modified
tools/parser/ericsson.c +1 -1 modified
tools/parser/hci.c +1 -1 modified
tools/parser/hcrp.c +1 -1 modified
tools/parser/hidp.c +1 -1 modified
tools/parser/l2cap.c +1 -1 modified
tools/parser/lmp.c +1 -1 modified
tools/parser/obex.c +1 -1 modified
tools/parser/parser.c +1 -1 modified
tools/parser/parser.h +1 -1 modified
tools/parser/ppp.c +1 -1 modified
tools/parser/rfcomm.c +1 -1 modified
tools/parser/rfcomm.h +1 -1 modified
tools/parser/sdp.c +1 -1 modified
tools/parser/sdp.h +1 -1 modified
tools/parser/tcpip.c +1 -1 modified

Full Patch

diff --git a/tools/hcidump.c b/tools/hcidump.c
index dd47f63..073c305 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 <maxk@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 98c6411..d9eb4f1 100644
--- a/tools/parser/avctp.c
+++ b/tools/parser/avctp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 aaf7fbd..22c128a 100644
--- a/tools/parser/avdtp.c
+++ b/tools/parser/avdtp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 d026162..8ecb591 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 <sasai@sm.sony.co.jp>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 b57a3bd..fa7974c 100644
--- a/tools/parser/bpa.c
+++ b/tools/parser/bpa.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 e74f627..36d57aa 100644
--- a/tools/parser/capi.c
+++ b/tools/parser/capi.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 392cc6d..bdc2024 100644
--- a/tools/parser/cmtp.c
+++ b/tools/parser/cmtp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2002-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2002-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 e9a9e3d..6cce85b 100644
--- a/tools/parser/csr.c
+++ b/tools/parser/csr.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 e7db70d..a9546d6 100644
--- a/tools/parser/ericsson.c
+++ b/tools/parser/ericsson.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 1e0b22b..5a65e19 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 <maxk@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 a4d319c..e7ada69 100644
--- a/tools/parser/hcrp.c
+++ b/tools/parser/hcrp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 255199a..16aef85 100644
--- a/tools/parser/hidp.c
+++ b/tools/parser/hidp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 8d513f8..073b132 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 <maxk@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 4261614..f1fdccb 100644
--- a/tools/parser/lmp.c
+++ b/tools/parser/lmp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 0ee53c1..0f68443 100644
--- a/tools/parser/obex.c
+++ b/tools/parser/obex.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 01d0e7e..e50590e 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 <maxk@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 bb147c4..d3a0397 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 <maxk@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 1dad855..6ef24e9 100644
--- a/tools/parser/ppp.c
+++ b/tools/parser/ppp.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2004-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2004-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 e7ffc99..b85df91 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 <waynelee@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 eac3736..4824842 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 <waynelee@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 adb02eb..f0ffea3 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 <ryuen@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 3102cd4..914bdb6 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 <ryuen@qualcomm.com>
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  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 6212d32..7c2d2a0 100644
--- a/tools/parser/tcpip.c
+++ b/tools/parser/tcpip.c
@@ -2,7 +2,7 @@
  *
  *  BlueZ - Bluetooth protocol stack for Linux
  *
- *  Copyright (C) 2003-2006  Marcel Holtmann <marcel@holtmann.org>
+ *  Copyright (C) 2003-2007  Marcel Holtmann <marcel@holtmann.org>
  *
  *
  *  This program is free software; you can redistribute it and/or modify