From 607695ed109340f4b7a5628420e0a8e8aee34f4e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 17:48:12 +0000 Subject: Update copyright information --- README | 2 +- common/dbus.c | 3 +-- common/dbus.h | 2 +- common/helper.c | 2 +- common/helper.h | 2 +- common/logging.c | 2 +- common/logging.h | 2 +- common/oui.c | 2 +- common/oui.h | 2 +- common/sdp-dummy.c | 2 +- common/sdp-expat.c | 2 +- common/sdp-xml.c | 2 +- common/sdp-xml.h | 2 +- common/test_textfile.c | 2 +- common/textfile.c | 2 +- common/textfile.h | 2 +- dund/dun.c | 2 +- dund/dund.h | 2 +- dund/lib.h | 2 +- dund/main.c | 2 +- dund/msdun.c | 2 +- dund/sdp.c | 2 +- hcid/Bluetooth.cs | 2 +- hcid/auth-agent.c | 2 +- hcid/dbus-adapter.c | 2 +- hcid/dbus-adapter.h | 2 +- hcid/dbus-common.c | 4 ++-- hcid/dbus-common.h | 2 +- hcid/dbus-device.c | 2 +- hcid/dbus-device.h | 3 +-- hcid/dbus-error.c | 3 +-- hcid/dbus-error.h | 2 +- hcid/dbus-hci.c | 2 +- hcid/dbus-hci.h | 2 +- hcid/dbus-manager.c | 2 +- hcid/dbus-manager.h | 2 +- hcid/dbus-rfcomm.c | 2 +- hcid/dbus-rfcomm.h | 2 +- hcid/dbus-sdp.c | 2 +- hcid/dbus-sdp.h | 2 +- hcid/dbus-security.c | 4 ++-- hcid/dbus-security.h | 2 +- hcid/dbus-service.c | 2 +- hcid/dbus-service.h | 2 +- hcid/dbus-test.c | 3 +-- hcid/dbus-test.h | 2 +- hcid/device.c | 2 +- hcid/hcid.h | 3 +-- hcid/kword.c | 2 +- hcid/kword.h | 2 +- hcid/lexer.l | 2 +- hcid/main.c | 2 +- hcid/parser.y | 2 +- hcid/passkey-agent.c | 2 +- hcid/sdp.c | 2 +- hcid/sdp.h | 2 +- hcid/security.c | 2 +- hcid/service-agent.c | 2 +- hcid/storage.c | 2 +- hidd/fakehid.c | 2 +- hidd/hidd.h | 2 +- hidd/main.c | 2 +- hidd/sdp.c | 2 +- hidd/uinput.h | 2 +- pand/bnep.c | 2 +- pand/main.c | 2 +- pand/pand.h | 2 +- pand/sdp.c | 2 +- rfcomm/kword.c | 2 +- rfcomm/kword.h | 2 +- rfcomm/lexer.l | 2 +- rfcomm/main.c | 2 +- rfcomm/parser.y | 2 +- sdpd/cstate.c | 2 +- sdpd/main.c | 2 +- sdpd/request.c | 2 +- sdpd/sdpd.h | 2 +- sdpd/service.c | 2 +- sdpd/servicedb.c | 2 +- test/attest.c | 2 +- test/bdaddr.c | 2 +- test/hciemu.c | 2 +- test/hstest.c | 2 +- test/l2test.c | 2 +- test/rctest.c | 2 +- test/scotest.c | 2 +- test/sdptest.c | 2 +- test/sttest.c | 2 +- tools/avctrl.c | 2 +- tools/bccmd.c | 2 +- tools/ciptool.c | 2 +- tools/csr.c | 2 +- tools/csr.h | 2 +- tools/csr_3wire.c | 2 +- tools/csr_bcsp.c | 2 +- tools/csr_h4.c | 2 +- tools/csr_hci.c | 2 +- tools/csr_usb.c | 2 +- tools/dfu.c | 2 +- tools/dfu.h | 2 +- tools/dfutool.c | 2 +- tools/hciattach.c | 2 +- tools/hciattach_st.c | 2 +- tools/hciconfig.c | 2 +- tools/hcisecfilter.c | 2 +- tools/hcitool.c | 2 +- tools/hid2hci.c | 2 +- tools/l2ping.c | 2 +- tools/ppporc.c | 2 +- tools/sdptool.c | 2 +- 110 files changed, 112 insertions(+), 117 deletions(-) diff --git a/README b/README index f2edd03c..effdc4a2 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 -Copyright (C) 2002-2006 Marcel Holtmann +Copyright (C) 2002-2007 Marcel Holtmann Bluetooth utilities diff --git a/common/dbus.c b/common/dbus.c index 2162feab..1f2e13b0 100644 --- a/common/dbus.c +++ b/common/dbus.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify @@ -575,4 +575,3 @@ DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void return send_message_and_unref(conn, reply); } - diff --git a/common/dbus.h b/common/dbus.h index 39d3cd88..393ebcf9 100644 --- a/common/dbus.h +++ b/common/dbus.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/helper.c b/common/helper.c index e3e997c8..edc39d9d 100644 --- a/common/helper.c +++ b/common/helper.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/helper.h b/common/helper.h index 281ad6ee..c5cd2c43 100644 --- a/common/helper.h +++ b/common/helper.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/logging.c b/common/logging.c index ddaf0d33..22cbd7e0 100644 --- a/common/logging.c +++ b/common/logging.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/logging.h b/common/logging.h index 1e2ca525..92bbd064 100644 --- a/common/logging.h +++ b/common/logging.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/oui.c b/common/oui.c index cc695a90..4b60ef16 100644 --- a/common/oui.c +++ b/common/oui.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/oui.h b/common/oui.h index c166038f..252ce4f3 100644 --- a/common/oui.h +++ b/common/oui.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/sdp-dummy.c b/common/sdp-dummy.c index 434bfbc2..d1afe426 100644 --- a/common/sdp-dummy.c +++ b/common/sdp-dummy.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/sdp-expat.c b/common/sdp-expat.c index a3b4048d..1b87c397 100644 --- a/common/sdp-expat.c +++ b/common/sdp-expat.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/sdp-xml.c b/common/sdp-xml.c index 9fe5b087..43c96319 100644 --- a/common/sdp-xml.c +++ b/common/sdp-xml.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/sdp-xml.h b/common/sdp-xml.h index 16bea948..ab8ed09b 100644 --- a/common/sdp-xml.h +++ b/common/sdp-xml.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/test_textfile.c b/common/test_textfile.c index 8b60bbe8..814c806b 100644 --- a/common/test_textfile.c +++ b/common/test_textfile.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/textfile.c b/common/textfile.c index 795c99a3..36bde03f 100644 --- a/common/textfile.c +++ b/common/textfile.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/common/textfile.h b/common/textfile.h index b1a31100..11d42d1e 100644 --- a/common/textfile.h +++ b/common/textfile.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/dund/dun.c b/dund/dun.c index fdc1e287..0f801932 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/dund/dund.h b/dund/dund.h index c8761dac..80eaf239 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/dund/lib.h b/dund/lib.h index 8cd51440..60a2dbfb 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/dund/main.c b/dund/main.c index 868f57fe..c1598e3a 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/dund/msdun.c b/dund/msdun.c index 90c732ed..8c60fd3e 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/dund/sdp.c b/dund/sdp.c index dff0c0c1..97211120 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/Bluetooth.cs b/hcid/Bluetooth.cs index b90f9071..b7bec4e5 100644 --- a/hcid/Bluetooth.cs +++ b/hcid/Bluetooth.cs @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/auth-agent.c b/hcid/auth-agent.c index f8bcaf07..dab97f7c 100644 --- a/hcid/auth-agent.c +++ b/hcid/auth-agent.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-adapter.c b/hcid/dbus-adapter.c index 59d342b6..0e7e1b3d 100644 --- a/hcid/dbus-adapter.c +++ b/hcid/dbus-adapter.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-adapter.h b/hcid/dbus-adapter.h index fa4e7422..f4727929 100644 --- a/hcid/dbus-adapter.h +++ b/hcid/dbus-adapter.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-common.c b/hcid/dbus-common.c index bddef5dc..278dcf12 100644 --- a/hcid/dbus-common.c +++ b/hcid/dbus-common.c @@ -2,8 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann - * Copyright (C) 2005-2006 Johan Hedberg + * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2005-2007 Johan Hedberg * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-common.h b/hcid/dbus-common.h index f84bd48b..def64780 100644 --- a/hcid/dbus-common.h +++ b/hcid/dbus-common.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-device.c b/hcid/dbus-device.c index f3bf47c4..0fe884b1 100644 --- a/hcid/dbus-device.c +++ b/hcid/dbus-device.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-device.h b/hcid/dbus-device.h index 6801acdc..e87dd676 100644 --- a/hcid/dbus-device.h +++ b/hcid/dbus-device.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify @@ -20,4 +20,3 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ - diff --git a/hcid/dbus-error.c b/hcid/dbus-error.c index 83b72ad7..6897417c 100644 --- a/hcid/dbus-error.c +++ b/hcid/dbus-error.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify @@ -309,4 +309,3 @@ DBusHandlerResult error_sdp_failed(DBusConnection *conn, DBusMessage *msg, int e return send_message_and_unref(conn, dbus_message_new_error(msg, ERROR_INTERFACE ".Failed", str)); } - diff --git a/hcid/dbus-error.h b/hcid/dbus-error.h index 801c122d..819182e3 100644 --- a/hcid/dbus-error.h +++ b/hcid/dbus-error.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index c3184041..4b63c7c6 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-hci.h b/hcid/dbus-hci.h index a46051bf..e80ca0d9 100644 --- a/hcid/dbus-hci.h +++ b/hcid/dbus-hci.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-manager.c b/hcid/dbus-manager.c index 07fa035b..301809ee 100644 --- a/hcid/dbus-manager.c +++ b/hcid/dbus-manager.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-manager.h b/hcid/dbus-manager.h index f95af777..9909229d 100644 --- a/hcid/dbus-manager.h +++ b/hcid/dbus-manager.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-rfcomm.c b/hcid/dbus-rfcomm.c index 673df910..69ec9be1 100644 --- a/hcid/dbus-rfcomm.c +++ b/hcid/dbus-rfcomm.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-rfcomm.h b/hcid/dbus-rfcomm.h index 49763e0a..1f6f209c 100644 --- a/hcid/dbus-rfcomm.h +++ b/hcid/dbus-rfcomm.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-sdp.c b/hcid/dbus-sdp.c index 781b7e52..62324b56 100644 --- a/hcid/dbus-sdp.c +++ b/hcid/dbus-sdp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-sdp.h b/hcid/dbus-sdp.h index b3be2091..eb00c97a 100644 --- a/hcid/dbus-sdp.h +++ b/hcid/dbus-sdp.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-security.c b/hcid/dbus-security.c index 522dda7d..c49bb32e 100644 --- a/hcid/dbus-security.c +++ b/hcid/dbus-security.c @@ -2,8 +2,8 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann - * Copyright (C) 2005-2006 Johan Hedberg + * Copyright (C) 2004-2007 Marcel Holtmann + * Copyright (C) 2005-2007 Johan Hedberg * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-security.h b/hcid/dbus-security.h index d0f0fe07..b492a8b5 100644 --- a/hcid/dbus-security.h +++ b/hcid/dbus-security.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-service.c b/hcid/dbus-service.c index 625a1c32..880941bb 100644 --- a/hcid/dbus-service.c +++ b/hcid/dbus-service.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-service.h b/hcid/dbus-service.h index 5fdf6b9a..a431dae3 100644 --- a/hcid/dbus-service.h +++ b/hcid/dbus-service.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/dbus-test.c b/hcid/dbus-test.c index 407d4f1a..4232858a 100644 --- a/hcid/dbus-test.c +++ b/hcid/dbus-test.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify @@ -721,4 +721,3 @@ void process_audits_list(const char *adapter_path) return; } } - diff --git a/hcid/dbus-test.h b/hcid/dbus-test.h index 0467a335..935662bf 100644 --- a/hcid/dbus-test.h +++ b/hcid/dbus-test.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/device.c b/hcid/device.c index 73c5da75..f2a75479 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/hcid.h b/hcid/hcid.h index 3085a7ed..be10dcc7 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify @@ -189,4 +189,3 @@ int write_link_key(bdaddr_t *local, bdaddr_t *peer, unsigned char *key, int type int read_link_key(bdaddr_t *local, bdaddr_t *peer, unsigned char *key); int read_pin_length(bdaddr_t *local, bdaddr_t *peer); int read_pin_code(bdaddr_t *local, bdaddr_t *peer, char *pin); - diff --git a/hcid/kword.c b/hcid/kword.c index 018caa72..2a51a0b3 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/kword.h b/hcid/kword.h index 9457c9ca..7d748677 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/lexer.l b/hcid/lexer.l index fb73bbac..a194f708 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/main.c b/hcid/main.c index d0490cfe..004c1d21 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/parser.y b/hcid/parser.y index 890dbd3a..0f218272 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/passkey-agent.c b/hcid/passkey-agent.c index b5aecc84..b2abb108 100644 --- a/hcid/passkey-agent.c +++ b/hcid/passkey-agent.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/sdp.c b/hcid/sdp.c index 31bcd229..a71a5ee0 100644 --- a/hcid/sdp.c +++ b/hcid/sdp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/sdp.h b/hcid/sdp.h index 08df8447..f00ae251 100644 --- a/hcid/sdp.h +++ b/hcid/sdp.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/security.c b/hcid/security.c index 2e416f09..b2dd4e8f 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/service-agent.c b/hcid/service-agent.c index e57c114c..a7d06e75 100644 --- a/hcid/service-agent.c +++ b/hcid/service-agent.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hcid/storage.c b/hcid/storage.c index 805e35e0..957a1675 100644 --- a/hcid/storage.c +++ b/hcid/storage.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hidd/fakehid.c b/hidd/fakehid.c index 22349cbf..1a0cc33f 100644 --- a/hidd/fakehid.c +++ b/hidd/fakehid.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hidd/hidd.h b/hidd/hidd.h index 616eb5a1..f52e7d9f 100644 --- a/hidd/hidd.h +++ b/hidd/hidd.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hidd/main.c b/hidd/main.c index a825f0de..40d81989 100644 --- a/hidd/main.c +++ b/hidd/main.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hidd/sdp.c b/hidd/sdp.c index 3a40182d..b256748e 100644 --- a/hidd/sdp.c +++ b/hidd/sdp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/hidd/uinput.h b/hidd/uinput.h index 3e5890b9..d879c395 100644 --- a/hidd/uinput.h +++ b/hidd/uinput.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/pand/bnep.c b/pand/bnep.c index 0f935d39..5fbfda1e 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/pand/main.c b/pand/main.c index 4d488723..f2443703 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/pand/pand.h b/pand/pand.h index 3adcc5ab..ce955506 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/pand/sdp.c b/pand/sdp.c index 1b1343ae..69a62850 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/kword.c b/rfcomm/kword.c index c0d3583d..2108fe4e 100644 --- a/rfcomm/kword.c +++ b/rfcomm/kword.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/kword.h b/rfcomm/kword.h index 013b9c86..dfcc60f0 100644 --- a/rfcomm/kword.h +++ b/rfcomm/kword.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l index 1a95e1b2..70e1be81 100644 --- a/rfcomm/lexer.l +++ b/rfcomm/lexer.l @@ -3,7 +3,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/main.c b/rfcomm/main.c index f1897dd8..304c7134 100644 --- a/rfcomm/main.c +++ b/rfcomm/main.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/rfcomm/parser.y b/rfcomm/parser.y index e22e3ef1..fe2cbe60 100644 --- a/rfcomm/parser.y +++ b/rfcomm/parser.y @@ -3,7 +3,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/sdpd/cstate.c b/sdpd/cstate.c index ad23f4ec..f1d84498 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * * diff --git a/sdpd/main.c b/sdpd/main.c index ab258e93..56370dd8 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * * diff --git a/sdpd/request.c b/sdpd/request.c index 471871d7..2fc4b8b6 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * * diff --git a/sdpd/sdpd.h b/sdpd/sdpd.h index ed33c681..97637125 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * * diff --git a/sdpd/service.c b/sdpd/service.c index ce292292..bea82930 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * * diff --git a/sdpd/servicedb.c b/sdpd/servicedb.c index 0ae62e99..decc2e65 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * * diff --git a/test/attest.c b/test/attest.c index 98fdf5e7..23c99aeb 100644 --- a/test/attest.c +++ b/test/attest.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2001-2006 Marcel Holtmann + * Copyright (C) 2001-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/bdaddr.c b/test/bdaddr.c index aa20123d..0d2d7e83 100644 --- a/test/bdaddr.c +++ b/test/bdaddr.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/hciemu.c b/test/hciemu.c index 2631868d..a974a0c1 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 - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/hstest.c b/test/hstest.c index d94ade20..2a6ae593 100644 --- a/test/hstest.c +++ b/test/hstest.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/l2test.c b/test/l2test.c index f152fb8e..c7155e73 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/rctest.c b/test/rctest.c index 8de23f78..ff3b50e8 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/scotest.c b/test/scotest.c index 281e34cb..22da3497 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/sdptest.c b/test/sdptest.c index a1a8abd0..89b30dd3 100644 --- a/test/sdptest.c +++ b/test/sdptest.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/test/sttest.c b/test/sttest.c index 3a95fb68..8ee44638 100644 --- a/test/sttest.c +++ b/test/sttest.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/avctrl.c b/tools/avctrl.c index c01e7d31..a7565c36 100644 --- a/tools/avctrl.c +++ b/tools/avctrl.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/bccmd.c b/tools/bccmd.c index 2e426e79..4ce06675 100644 --- a/tools/bccmd.c +++ b/tools/bccmd.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/ciptool.c b/tools/ciptool.c index 99add635..e5661012 100644 --- a/tools/ciptool.c +++ b/tools/ciptool.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/csr.c b/tools/csr.c index 46d3ae10..8661bcef 100644 --- a/tools/csr.c +++ b/tools/csr.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/csr.h b/tools/csr.h index 491ab4b7..5d0b989a 100644 --- a/tools/csr.h +++ b/tools/csr.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * 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 0999efc0..afcc5f50 100644 --- a/tools/csr_3wire.c +++ b/tools/csr_3wire.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 29a60bf9..26887414 100644 --- a/tools/csr_bcsp.c +++ b/tools/csr_bcsp.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 8a3ff7fe..d31de396 100644 --- a/tools/csr_h4.c +++ b/tools/csr_h4.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 4f33d0ae..c9e02341 100644 --- a/tools/csr_hci.c +++ b/tools/csr_hci.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 75354fd0..a7966957 100644 --- a/tools/csr_usb.c +++ b/tools/csr_usb.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2004-2006 Marcel Holtmann + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/dfu.c b/tools/dfu.c index 200426ff..6863751b 100644 --- a/tools/dfu.c +++ b/tools/dfu.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/dfu.h b/tools/dfu.h index 9cfe70fa..d2ba2fbf 100644 --- a/tools/dfu.h +++ b/tools/dfu.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/dfutool.c b/tools/dfutool.c index 6bf65639..3d38f8ef 100644 --- a/tools/dfutool.c +++ b/tools/dfutool.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/hciattach.c b/tools/hciattach.c index a38d2481..ab8a0f25 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/hciattach_st.c b/tools/hciattach_st.c index 014ddb2d..736597cb 100644 --- a/tools/hciattach_st.c +++ b/tools/hciattach_st.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2005-2006 Marcel Holtmann + * Copyright (C) 2005-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/hciconfig.c b/tools/hciconfig.c index 0dc6d08a..99ed7716 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/hcisecfilter.c b/tools/hcisecfilter.c index 6114f57f..6a4f897b 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/hcitool.c b/tools/hcitool.c index 50abce17..75fbc8e2 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/hid2hci.c b/tools/hid2hci.c index 0ca3fdce..1e22b64d 100644 --- a/tools/hid2hci.c +++ b/tools/hid2hci.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2006 Marcel Holtmann + * Copyright (C) 2003-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/l2ping.c b/tools/l2ping.c index 0ae61c9d..6b1ae477 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/ppporc.c b/tools/ppporc.c index 45e23549..cf9a10b4 100644 --- a/tools/ppporc.c +++ b/tools/ppporc.c @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify diff --git a/tools/sdptool.c b/tools/sdptool.c index 4c3bf5cc..2fb7504f 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 - * Copyright (C) 2002-2006 Marcel Holtmann + * Copyright (C) 2002-2007 Marcel Holtmann * Copyright (C) 2002-2003 Stephen Crane * Copyright (C) 2002-2003 Jean Tourrilhes * -- cgit