diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | include/bluetooth.h | 2 | ||||
-rw-r--r-- | include/bnep.h | 2 | ||||
-rw-r--r-- | include/cmtp.h | 2 | ||||
-rw-r--r-- | include/hci.h | 2 | ||||
-rw-r--r-- | include/hci_lib.h | 2 | ||||
-rw-r--r-- | include/hidp.h | 2 | ||||
-rw-r--r-- | include/l2cap.h | 2 | ||||
-rw-r--r-- | include/rfcomm.h | 2 | ||||
-rw-r--r-- | include/sco.h | 2 | ||||
-rw-r--r-- | include/sdp.h | 2 | ||||
-rw-r--r-- | include/sdp_lib.h | 2 | ||||
-rw-r--r-- | src/bluetooth.c | 2 | ||||
-rw-r--r-- | src/hci.c | 2 | ||||
-rw-r--r-- | src/sdp.c | 2 |
15 files changed, 15 insertions, 15 deletions
@@ -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-2006 Marcel Holtmann <marcel@holtmann.org> +Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> Bluetooth libraries diff --git a/include/bluetooth.h b/include/bluetooth.h index d483d904..d886cb80 100644 --- a/include/bluetooth.h +++ b/include/bluetooth.h @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/bnep.h b/include/bnep.h index 90b650ea..75eaac05 100644 --- a/include/bnep.h +++ b/include/bnep.h @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/cmtp.h b/include/cmtp.h index e81a9ecc..16add1d2 100644 --- a/include/cmtp.h +++ b/include/cmtp.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/hci.h b/include/hci.h index a4f88146..92c3a447 100644 --- a/include/hci.h +++ b/include/hci.h @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/hci_lib.h b/include/hci_lib.h index 7b728283..b2b78e80 100644 --- a/include/hci_lib.h +++ b/include/hci_lib.h @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/hidp.h b/include/hidp.h index 580495f5..74da6897 100644 --- a/include/hidp.h +++ b/include/hidp.h @@ -2,7 +2,7 @@ * * BlueZ - Bluetooth protocol stack for Linux * - * Copyright (C) 2003-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2003-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/l2cap.h b/include/l2cap.h index 478819ec..d54e74d2 100644 --- a/include/l2cap.h +++ b/include/l2cap.h @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/rfcomm.h b/include/rfcomm.h index 6cdfb614..5c4751ea 100644 --- a/include/rfcomm.h +++ b/include/rfcomm.h @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sco.h b/include/sco.h index 836784a0..bce7098f 100644 --- a/include/sco.h +++ b/include/sco.h @@ -3,7 +3,7 @@ * BlueZ - Bluetooth protocol stack for Linux * * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify diff --git a/include/sdp.h b/include/sdp.h index 61cc2637..293e6ec8 100644 --- a/include/sdp.h +++ b/include/sdp.h @@ -4,7 +4,7 @@ * * Copyright (C) 2001-2002 Nokia Corporation * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com> * * diff --git a/include/sdp_lib.h b/include/sdp_lib.h index 9a8ab4fd..eac2fe6d 100644 --- a/include/sdp_lib.h +++ b/include/sdp_lib.h @@ -4,7 +4,7 @@ * * Copyright (C) 2001-2002 Nokia Corporation * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com> * * diff --git a/src/bluetooth.c b/src/bluetooth.c index 5cbff47f..afbd4928 100644 --- a/src/bluetooth.c +++ b/src/bluetooth.c @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify @@ -4,7 +4,7 @@ * * Copyright (C) 2000-2001 Qualcomm Incorporated * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * * * This program is free software; you can redistribute it and/or modify @@ -4,7 +4,7 @@ * * Copyright (C) 2001-2002 Nokia Corporation * Copyright (C) 2002-2003 Maxim Krasnyansky <maxk@qualcomm.com> - * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2008 Marcel Holtmann <marcel@holtmann.org> * Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com> * * |