summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--alsa/pcm_a2dp.c2
-rw-r--r--alsa/sbc.c2
-rw-r--r--alsa/sbc.h2
-rw-r--r--common/test_textfile.c2
-rw-r--r--common/textfile.c2
-rw-r--r--common/textfile.h2
-rw-r--r--cups/hcrp.c2
-rw-r--r--cups/main.c2
-rw-r--r--cups/sdp.c2
-rw-r--r--cups/spp.c2
-rw-r--r--daemon/main.c2
-rw-r--r--dund/dun.c2
-rw-r--r--dund/dund.h2
-rw-r--r--dund/lib.h2
-rw-r--r--dund/main.c2
-rw-r--r--dund/msdun.c2
-rw-r--r--dund/sdp.c2
-rw-r--r--extra/bcm203x.c2
-rw-r--r--fuse/main.c2
-rw-r--r--hcid/dbus.c2
-rw-r--r--hcid/dbus.h2
-rw-r--r--hcid/hcid.h2
-rw-r--r--hcid/kword.c2
-rw-r--r--hcid/kword.h2
-rw-r--r--hcid/lexer.l2
-rw-r--r--hcid/lib.c2
-rw-r--r--hcid/lib.h2
-rw-r--r--hcid/main.c2
-rw-r--r--hcid/parser.y2
-rw-r--r--hcid/security.c2
-rw-r--r--hcid/storage.c2
-rw-r--r--hidd/fakehid.c2
-rw-r--r--hidd/hidd.h2
-rw-r--r--hidd/main.c2
-rw-r--r--hidd/sdp.c2
-rw-r--r--hidd/uinput.h2
-rw-r--r--pand/bnep.c2
-rw-r--r--pand/main.c2
-rw-r--r--pand/pand.h2
-rw-r--r--pand/sdp.c2
-rw-r--r--rfcomm/kword.c2
-rw-r--r--rfcomm/kword.h2
-rw-r--r--rfcomm/lexer.l2
-rw-r--r--rfcomm/main.c2
-rw-r--r--rfcomm/parser.y2
-rw-r--r--sdpd/cstate.c2
-rw-r--r--sdpd/main.c2
-rw-r--r--sdpd/request.c2
-rw-r--r--sdpd/sdpd.h2
-rw-r--r--sdpd/service.c2
-rw-r--r--sdpd/servicedb.c2
-rw-r--r--test/attest.c2
-rw-r--r--test/bdaddr.c2
-rw-r--r--test/hciemu.c2
-rw-r--r--test/hstest.c2
-rw-r--r--test/l2test.c2
-rw-r--r--test/rctest.c2
-rw-r--r--test/scotest.c2
-rw-r--r--tools/avctrl.c2
-rw-r--r--tools/bccmd.c2
-rw-r--r--tools/ciptool.c2
-rw-r--r--tools/csr.c2
-rw-r--r--tools/csr.h2
-rw-r--r--tools/csr_3wire.c2
-rw-r--r--tools/csr_bcsp.c2
-rw-r--r--tools/csr_h4.c2
-rw-r--r--tools/csr_hci.c2
-rw-r--r--tools/csr_usb.c2
-rw-r--r--tools/dfu.c2
-rw-r--r--tools/dfu.h2
-rw-r--r--tools/dfutool.c2
-rw-r--r--tools/hciattach.c2
-rw-r--r--tools/hciconfig.c2
-rw-r--r--tools/hcisecfilter.c2
-rw-r--r--tools/hcitool.c2
-rw-r--r--tools/hid2hci.c2
-rw-r--r--tools/l2ping.c2
-rw-r--r--tools/oui.c2
-rw-r--r--tools/oui.h2
-rw-r--r--tools/ppporc.c2
-rw-r--r--tools/sdptool.c2
82 files changed, 82 insertions, 82 deletions
diff --git a/README b/README
index 0ae4eb5f9..abd8bd4e3 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ BlueZ - Bluetooth protocol stack for Linux
Copyright (C) 2000-2001 Qualcomm Incorporated
Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
-Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
Bluetooth utilities
diff --git a/alsa/pcm_a2dp.c b/alsa/pcm_a2dp.c
index 6bd4d7217..89a53211d 100644
--- a/alsa/pcm_a2dp.c
+++ b/alsa/pcm_a2dp.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This library is free software; you can redistribute it and/or
diff --git a/alsa/sbc.c b/alsa/sbc.c
index 9b9df4dd7..c32665be0 100644
--- a/alsa/sbc.c
+++ b/alsa/sbc.c
@@ -2,7 +2,7 @@
*
* Bluetooth low-complexity, subband codec (SBC) library
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch>
*
*
diff --git a/alsa/sbc.h b/alsa/sbc.h
index ae1896ffa..512431960 100644
--- a/alsa/sbc.h
+++ b/alsa/sbc.h
@@ -2,7 +2,7 @@
*
* Bluetooth low-complexity, subband codec (SBC) library
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2004-2005 Henryk Ploetz <henryk@ploetzli.ch>
*
*
diff --git a/common/test_textfile.c b/common/test_textfile.c
index 1c6be6602..80761526b 100644
--- a/common/test_textfile.c
+++ b/common/test_textfile.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/textfile.c b/common/textfile.c
index b21345623..906c230df 100644
--- a/common/textfile.c
+++ b/common/textfile.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/textfile.h b/common/textfile.h
index 4f428ad0a..803fc2316 100644
--- a/common/textfile.h
+++ b/common/textfile.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/cups/hcrp.c b/cups/hcrp.c
index 2ee0e16ce..c613b4fc4 100644
--- a/cups/hcrp.c
+++ b/cups/hcrp.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/cups/main.c b/cups/main.c
index dce6145bd..65216a074 100644
--- a/cups/main.c
+++ b/cups/main.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/cups/sdp.c b/cups/sdp.c
index 8d8564998..6584f530b 100644
--- a/cups/sdp.c
+++ b/cups/sdp.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/cups/spp.c b/cups/spp.c
index 3f3f14312..968cd61e6 100644
--- a/cups/spp.c
+++ b/cups/spp.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/daemon/main.c b/daemon/main.c
index 8d8c2099f..f23a1471a 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dund/dun.c b/dund/dun.c
index 3de858d9a..2a4a5cc61 100644
--- a/dund/dun.c
+++ b/dund/dun.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dund/dund.h b/dund/dund.h
index 7ed9e23e0..5a9a116d4 100644
--- a/dund/dund.h
+++ b/dund/dund.h
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dund/lib.h b/dund/lib.h
index 9d66bdb12..8cd514401 100644
--- a/dund/lib.h
+++ b/dund/lib.h
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dund/main.c b/dund/main.c
index 32b7351a5..4aedebd7e 100644
--- a/dund/main.c
+++ b/dund/main.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dund/msdun.c b/dund/msdun.c
index cba1bbfeb..90c732ed1 100644
--- a/dund/msdun.c
+++ b/dund/msdun.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/dund/sdp.c b/dund/sdp.c
index 54b40ca28..bf1904222 100644
--- a/dund/sdp.c
+++ b/dund/sdp.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/extra/bcm203x.c b/extra/bcm203x.c
index 135d003f6..008307c39 100644
--- a/extra/bcm203x.c
+++ b/extra/bcm203x.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2001-2002 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/fuse/main.c b/fuse/main.c
index 46bc4c25a..fe8086aa3 100644
--- a/fuse/main.c
+++ b/fuse/main.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/dbus.c b/hcid/dbus.c
index 6f7e45dc4..f68ae732b 100644
--- a/hcid/dbus.c
+++ b/hcid/dbus.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/dbus.h b/hcid/dbus.h
index aca14132e..da0311083 100644
--- a/hcid/dbus.h
+++ b/hcid/dbus.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 3b15716e3..c7aa03150 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/kword.c b/hcid/kword.c
index 19b54566b..0edf099c5 100644
--- a/hcid/kword.c
+++ b/hcid/kword.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/kword.h b/hcid/kword.h
index 77f9b4870..63ff51336 100644
--- a/hcid/kword.h
+++ b/hcid/kword.h
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/lexer.l b/hcid/lexer.l
index d95859598..fb73bbac5 100644
--- a/hcid/lexer.l
+++ b/hcid/lexer.l
@@ -5,7 +5,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/lib.c b/hcid/lib.c
index a0457ad4f..e52e9b372 100644
--- a/hcid/lib.c
+++ b/hcid/lib.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/lib.h b/hcid/lib.h
index eb6154f68..74687fade 100644
--- a/hcid/lib.h
+++ b/hcid/lib.h
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/main.c b/hcid/main.c
index 5ff9fcf36..50cf86de2 100644
--- a/hcid/main.c
+++ b/hcid/main.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/parser.y b/hcid/parser.y
index dd90037f9..948793cb6 100644
--- a/hcid/parser.y
+++ b/hcid/parser.y
@@ -5,7 +5,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/security.c b/hcid/security.c
index 60204c458..755db966e 100644
--- a/hcid/security.c
+++ b/hcid/security.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hcid/storage.c b/hcid/storage.c
index e18076dcc..02c5dc0cd 100644
--- a/hcid/storage.c
+++ b/hcid/storage.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hidd/fakehid.c b/hidd/fakehid.c
index 61f33ce80..0d87335b2 100644
--- a/hidd/fakehid.c
+++ b/hidd/fakehid.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hidd/hidd.h b/hidd/hidd.h
index ca9712aa1..5e9fd311a 100644
--- a/hidd/hidd.h
+++ b/hidd/hidd.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hidd/main.c b/hidd/main.c
index 3a41410c7..cecd4bf09 100644
--- a/hidd/main.c
+++ b/hidd/main.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hidd/sdp.c b/hidd/sdp.c
index c86fb2ff4..62e4ca3a5 100644
--- a/hidd/sdp.c
+++ b/hidd/sdp.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/hidd/uinput.h b/hidd/uinput.h
index 3a4d68604..3e5890b94 100644
--- a/hidd/uinput.h
+++ b/hidd/uinput.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pand/bnep.c b/pand/bnep.c
index 6c1d205b0..3e7283f3c 100644
--- a/pand/bnep.c
+++ b/pand/bnep.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pand/main.c b/pand/main.c
index 576472b7b..485a120d3 100644
--- a/pand/main.c
+++ b/pand/main.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pand/pand.h b/pand/pand.h
index 1e4509f94..d4a39fa49 100644
--- a/pand/pand.h
+++ b/pand/pand.h
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/pand/sdp.c b/pand/sdp.c
index 0edaf8f3b..1b1343aef 100644
--- a/pand/sdp.c
+++ b/pand/sdp.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rfcomm/kword.c b/rfcomm/kword.c
index 578a8435d..c0d3583d7 100644
--- a/rfcomm/kword.c
+++ b/rfcomm/kword.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rfcomm/kword.h b/rfcomm/kword.h
index 9247e1aa1..013b9c869 100644
--- a/rfcomm/kword.h
+++ b/rfcomm/kword.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l
index fb0b5e041..1a95e1b2c 100644
--- a/rfcomm/lexer.l
+++ b/rfcomm/lexer.l
@@ -3,7 +3,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rfcomm/main.c b/rfcomm/main.c
index 48c09682b..d4ed9a48e 100644
--- a/rfcomm/main.c
+++ b/rfcomm/main.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/rfcomm/parser.y b/rfcomm/parser.y
index c0e3eda77..e22e3ef1a 100644
--- a/rfcomm/parser.y
+++ b/rfcomm/parser.y
@@ -3,7 +3,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/sdpd/cstate.c b/sdpd/cstate.c
index 6cb8abbd1..d09e94235 100644
--- a/sdpd/cstate.c
+++ b/sdpd/cstate.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
*
*
diff --git a/sdpd/main.c b/sdpd/main.c
index 0181657cf..dd725c817 100644
--- a/sdpd/main.c
+++ b/sdpd/main.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
*
*
diff --git a/sdpd/request.c b/sdpd/request.c
index e03316836..9e3f966fb 100644
--- a/sdpd/request.c
+++ b/sdpd/request.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
*
*
diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h
index 94bd9056d..e73936c3f 100644
--- a/sdpd/sdpd.h
+++ b/sdpd/sdpd.h
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
*
*
diff --git a/sdpd/service.c b/sdpd/service.c
index 71b141bc5..0bdc87fb6 100644
--- a/sdpd/service.c
+++ b/sdpd/service.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
*
*
diff --git a/sdpd/servicedb.c b/sdpd/servicedb.c
index d2c08493d..7e8b5d195 100644
--- a/sdpd/servicedb.c
+++ b/sdpd/servicedb.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
*
*
diff --git a/test/attest.c b/test/attest.c
index 10aec939c..59ab1d293 100644
--- a/test/attest.c
+++ b/test/attest.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2001-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2001-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/bdaddr.c b/test/bdaddr.c
index be1419d8b..ede77049f 100644
--- a/test/bdaddr.c
+++ b/test/bdaddr.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/hciemu.c b/test/hciemu.c
index be033c2ad..f6a35044a 100644
--- a/test/hciemu.c
+++ b/test/hciemu.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2000-2002 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/hstest.c b/test/hstest.c
index bea4d3a46..cda9101c0 100644
--- a/test/hstest.c
+++ b/test/hstest.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/l2test.c b/test/l2test.c
index f231587e4..14d6d0e1e 100644
--- a/test/l2test.c
+++ b/test/l2test.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/rctest.c b/test/rctest.c
index 724460c77..39ec51b78 100644
--- a/test/rctest.c
+++ b/test/rctest.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/test/scotest.c b/test/scotest.c
index 169f39b7f..281e34cb0 100644
--- a/test/scotest.c
+++ b/test/scotest.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/avctrl.c b/tools/avctrl.c
index 06540ef5c..c01e7d311 100644
--- a/tools/avctrl.c
+++ b/tools/avctrl.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/bccmd.c b/tools/bccmd.c
index 78018d485..62ffd0cef 100644
--- a/tools/bccmd.c
+++ b/tools/bccmd.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/ciptool.c b/tools/ciptool.c
index e30db09ac..8f967858d 100644
--- a/tools/ciptool.c
+++ b/tools/ciptool.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr.c b/tools/csr.c
index 39293fa86..eec6c0e6c 100644
--- a/tools/csr.c
+++ b/tools/csr.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr.h b/tools/csr.h
index d75e3995c..f1c631178 100644
--- a/tools/csr.h
+++ b/tools/csr.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr_3wire.c b/tools/csr_3wire.c
index 322fb4377..0999efc02 100644
--- a/tools/csr_3wire.c
+++ b/tools/csr_3wire.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr_bcsp.c b/tools/csr_bcsp.c
index 2e1cea6ec..77766114c 100644
--- a/tools/csr_bcsp.c
+++ b/tools/csr_bcsp.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr_h4.c b/tools/csr_h4.c
index 1e0519039..8a3ff7fe8 100644
--- a/tools/csr_h4.c
+++ b/tools/csr_h4.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr_hci.c b/tools/csr_hci.c
index ebeb8aa75..4f33d0aea 100644
--- a/tools/csr_hci.c
+++ b/tools/csr_hci.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/csr_usb.c b/tools/csr_usb.c
index 617e7ccf5..75354fd03 100644
--- a/tools/csr_usb.c
+++ b/tools/csr_usb.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/dfu.c b/tools/dfu.c
index 436b2e026..200426ff0 100644
--- a/tools/dfu.c
+++ b/tools/dfu.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/dfu.h b/tools/dfu.h
index 54992e034..9cfe70fa1 100644
--- a/tools/dfu.h
+++ b/tools/dfu.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/dfutool.c b/tools/dfutool.c
index eb087011a..8d5e91941 100644
--- a/tools/dfutool.c
+++ b/tools/dfutool.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/hciattach.c b/tools/hciattach.c
index d0e03cce0..6a8060399 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/hciconfig.c b/tools/hciconfig.c
index 47488546b..703bdbd81 100644
--- a/tools/hciconfig.c
+++ b/tools/hciconfig.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/hcisecfilter.c b/tools/hcisecfilter.c
index 1d557ce1c..6114f57ff 100644
--- a/tools/hcisecfilter.c
+++ b/tools/hcisecfilter.c
@@ -3,7 +3,7 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/hcitool.c b/tools/hcitool.c
index 9ae42a12e..85404afc0 100644
--- a/tools/hcitool.c
+++ b/tools/hcitool.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/hid2hci.c b/tools/hid2hci.c
index 8a19a880f..7e033755e 100644
--- a/tools/hid2hci.c
+++ b/tools/hid2hci.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2003-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2003-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/l2ping.c b/tools/l2ping.c
index 3b46675d1..0fe3d11ac 100644
--- a/tools/l2ping.c
+++ b/tools/l2ping.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2000-2001 Qualcomm Incorporated
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/oui.c b/tools/oui.c
index b68ae04b2..cc695a907 100644
--- a/tools/oui.c
+++ b/tools/oui.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/oui.h b/tools/oui.h
index 93cc7b019..c166038f0 100644
--- a/tools/oui.h
+++ b/tools/oui.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/ppporc.c b/tools/ppporc.c
index e82756411..45e235492 100644
--- a/tools/ppporc.c
+++ b/tools/ppporc.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/tools/sdptool.c b/tools/sdptool.c
index b3124c58a..689f724dd 100644
--- a/tools/sdptool.c
+++ b/tools/sdptool.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2001-2002 Nokia Corporation
* Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com>
- * Copyright (C) 2002-2005 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2002-2006 Marcel Holtmann <marcel@holtmann.org>
* Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com>
* Copyright (C) 2002-2003 Jean Tourrilhes <jt@hpl.hp.com>
*