diff options
-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 |
14 files changed, 14 insertions, 14 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h index 2ad82a7d..1362ed82 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-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/include/bnep.h b/include/bnep.h index 13f10015..90b650ea 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-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/include/cmtp.h b/include/cmtp.h index 72bd7e13..e81a9ecc 100644 --- a/include/cmtp.h +++ b/include/cmtp.h @@ -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/include/hci.h b/include/hci.h index 0454f96e..46f97bb7 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-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/include/hci_lib.h b/include/hci_lib.h index 20af8bdb..a784a08b 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-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/include/hidp.h b/include/hidp.h index 71d0150a..580495f5 100644 --- a/include/hidp.h +++ b/include/hidp.h @@ -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/include/l2cap.h b/include/l2cap.h index d2320f46..5c173e28 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-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/include/rfcomm.h b/include/rfcomm.h index 7537f958..6cdfb614 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-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/include/sco.h b/include/sco.h index 4777640c..836784a0 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-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/include/sdp.h b/include/sdp.h index f6af1261..8a78ba30 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-2006 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2007 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 05bfa7d4..45f96e4d 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-2006 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2007 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 645a4d63..33e033ad 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-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 @@ -4,7 +4,7 @@ * * 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-2007 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-2006 Marcel Holtmann <marcel@holtmann.org> + * Copyright (C) 2002-2007 Marcel Holtmann <marcel@holtmann.org> * Copyright (C) 2002-2003 Stephen Crane <steve.crane@rococosoft.com> * * |