summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--include/bluetooth.h2
-rw-r--r--include/bnep.h2
-rw-r--r--include/cmtp.h2
-rw-r--r--include/hci.h2
-rw-r--r--include/hci_lib.h2
-rw-r--r--include/hidp.h2
-rw-r--r--include/l2cap.h2
-rw-r--r--include/rfcomm.h2
-rw-r--r--include/sco.h2
-rw-r--r--include/sdp.h2
-rw-r--r--include/sdp_lib.h2
-rw-r--r--src/bluetooth.c2
-rw-r--r--src/hci.c2
-rw-r--r--src/sdp.c2
15 files changed, 15 insertions, 15 deletions
diff --git a/README b/README
index 4a4ca4206..ad1b80b83 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 libraries
diff --git a/include/bluetooth.h b/include/bluetooth.h
index 8ced10247..2ad82a7da 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-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/include/bnep.h b/include/bnep.h
index 612d127dd..13f100158 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-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/include/cmtp.h b/include/cmtp.h
index 0dbce775d..72bd7e139 100644
--- a/include/cmtp.h
+++ b/include/cmtp.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/include/hci.h b/include/hci.h
index ec79bf3b9..0547f5688 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-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/include/hci_lib.h b/include/hci_lib.h
index 66a22e7ed..20af8bdb1 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-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/include/hidp.h b/include/hidp.h
index d040d6d5d..71d0150a5 100644
--- a/include/hidp.h
+++ b/include/hidp.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/include/l2cap.h b/include/l2cap.h
index 616ae75e0..d2320f464 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-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/include/rfcomm.h b/include/rfcomm.h
index 3c9e0eb2e..7537f958e 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-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/include/sco.h b/include/sco.h
index dfcbe54cc..4777640cb 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-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/include/sdp.h b/include/sdp.h
index bd8e065c7..c0e468d36 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-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/include/sdp_lib.h b/include/sdp_lib.h
index 7f22451ed..dc074c6ab 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-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/src/bluetooth.c b/src/bluetooth.c
index 5b4682859..1482a56ec 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-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/src/hci.c b/src/hci.c
index 8dd3e1c69..6a33d3c4f 100644
--- a/src/hci.c
+++ b/src/hci.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/src/sdp.c b/src/sdp.c
index 28c086797..da83c23ee 100644
--- a/src/sdp.c
+++ b/src/sdp.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>
*
*