summaryrefslogtreecommitdiffstats
path: root/hcid
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-13 17:48:12 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-13 17:48:12 +0000
commit607695ed109340f4b7a5628420e0a8e8aee34f4e (patch)
tree022d30738a66982f440a5a3347f17d8e04a15e80 /hcid
parentf711e58f8f635d0afcf3f02da83780bef83c4347 (diff)
Update copyright information
Diffstat (limited to 'hcid')
-rw-r--r--hcid/Bluetooth.cs2
-rw-r--r--hcid/auth-agent.c2
-rw-r--r--hcid/dbus-adapter.c2
-rw-r--r--hcid/dbus-adapter.h2
-rw-r--r--hcid/dbus-common.c4
-rw-r--r--hcid/dbus-common.h2
-rw-r--r--hcid/dbus-device.c2
-rw-r--r--hcid/dbus-device.h3
-rw-r--r--hcid/dbus-error.c3
-rw-r--r--hcid/dbus-error.h2
-rw-r--r--hcid/dbus-hci.c2
-rw-r--r--hcid/dbus-hci.h2
-rw-r--r--hcid/dbus-manager.c2
-rw-r--r--hcid/dbus-manager.h2
-rw-r--r--hcid/dbus-rfcomm.c2
-rw-r--r--hcid/dbus-rfcomm.h2
-rw-r--r--hcid/dbus-sdp.c2
-rw-r--r--hcid/dbus-sdp.h2
-rw-r--r--hcid/dbus-security.c4
-rw-r--r--hcid/dbus-security.h2
-rw-r--r--hcid/dbus-service.c2
-rw-r--r--hcid/dbus-service.h2
-rw-r--r--hcid/dbus-test.c3
-rw-r--r--hcid/dbus-test.h2
-rw-r--r--hcid/device.c2
-rw-r--r--hcid/hcid.h3
-rw-r--r--hcid/kword.c2
-rw-r--r--hcid/kword.h2
-rw-r--r--hcid/lexer.l2
-rw-r--r--hcid/main.c2
-rw-r--r--hcid/parser.y2
-rw-r--r--hcid/passkey-agent.c2
-rw-r--r--hcid/sdp.c2
-rw-r--r--hcid/sdp.h2
-rw-r--r--hcid/security.c2
-rw-r--r--hcid/service-agent.c2
-rw-r--r--hcid/storage.c2
37 files changed, 39 insertions, 43 deletions
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 <marcel@holtmann.org>
+ * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
- * Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2007 Johan Hedberg <johan.hedberg@nokia.com>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
- * Copyright (C) 2005-2006 Johan Hedberg <johan.hedberg@nokia.com>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2007 Johan Hedberg <johan.hedberg@nokia.com>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 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 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 <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
@@ -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 <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/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 <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/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 <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/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 <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/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 <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/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 <marcel@holtmann.org>
+ * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 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 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 <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/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 <marcel@holtmann.org>
+ * Copyright (C) 2005-2007 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 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 <marcel@holtmann.org>
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify