summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-02-02 03:37:05 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-02-02 03:37:05 +0000
commite823c15e43a6f924779e466d434c51157002d9ee (patch)
treee8ad19952f012fff6d39432c6f635b7ee2e20023 /common
parentae689c59cc62acc9f160afe6beb6ccc07b6c6f55 (diff)
Update copyright information
Diffstat (limited to 'common')
-rw-r--r--common/dbus-helper.c2
-rw-r--r--common/dbus-helper.h2
-rw-r--r--common/dbus.c2
-rw-r--r--common/dbus.h2
-rw-r--r--common/error.c4
-rw-r--r--common/error.h8
-rw-r--r--common/hal-dummy.c2
-rw-r--r--common/hal-libhal.c2
-rw-r--r--common/hal.h2
-rw-r--r--common/logging.c2
-rw-r--r--common/logging.h2
-rw-r--r--common/notify-dummy.c2
-rw-r--r--common/notify-inotify.c2
-rw-r--r--common/notify.h2
-rw-r--r--common/oui.c2
-rw-r--r--common/oui.h2
-rw-r--r--common/sdp-dummy.c2
-rw-r--r--common/sdp-expat.c2
-rw-r--r--common/sdp-glib.c2
-rw-r--r--common/sdp-xml.c2
-rw-r--r--common/sdp-xml.h2
-rw-r--r--common/test_textfile.c2
-rw-r--r--common/textfile.c2
-rw-r--r--common/textfile.h2
-rw-r--r--common/uinput.h2
25 files changed, 27 insertions, 31 deletions
diff --git a/common/dbus-helper.c b/common/dbus-helper.c
index 0bd1eb06..67dd91ed 100644
--- a/common/dbus-helper.c
+++ b/common/dbus-helper.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/dbus-helper.h b/common/dbus-helper.h
index fa5282d9..62810260 100644
--- a/common/dbus-helper.h
+++ b/common/dbus-helper.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/dbus.c b/common/dbus.c
index dd7a34fc..529caad3 100644
--- a/common/dbus.c
+++ b/common/dbus.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/dbus.h b/common/dbus.h
index e91fd3cf..b65a83c9 100644
--- a/common/dbus.h
+++ b/common/dbus.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/error.c b/common/error.c
index b00294f7..daabe48d 100644
--- a/common/error.c
+++ b/common/error.c
@@ -3,8 +3,8 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2007 Fabien Chevalier <fabchevalier@free.fr>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2007-2008 Fabien Chevalier <fabchevalier@free.fr>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/error.h b/common/error.h
index d6f17f06..03d0c182 100644
--- a/common/error.h
+++ b/common/error.h
@@ -3,8 +3,8 @@
* BlueZ - Bluetooth protocol stack for Linux
*
* Copyright (C) 2006-2007 Nokia Corporation
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2007 Fabien Chevalier <fabchevalier@free.fr>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2007-2008 Fabien Chevalier <fabchevalier@free.fr>
*
*
* This program is free software; you can redistribute it and/or modify
@@ -23,10 +23,6 @@
*
*/
-/*
- Please update dbus-api.txt in hcid folder when changes are made to this file.
- */
-
#include <dbus/dbus.h>
#define ERROR_INTERFACE "org.bluez.Error"
diff --git a/common/hal-dummy.c b/common/hal-dummy.c
index a516ed1b..a049cda9 100644
--- a/common/hal-dummy.c
+++ b/common/hal-dummy.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/hal-libhal.c b/common/hal-libhal.c
index 479d635e..63b5677e 100644
--- a/common/hal-libhal.c
+++ b/common/hal-libhal.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/hal.h b/common/hal.h
index 5f80fb92..075ceb17 100644
--- a/common/hal.h
+++ b/common/hal.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/logging.c b/common/logging.c
index 52fd8071..28fc9af5 100644
--- a/common/logging.c
+++ b/common/logging.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/logging.h b/common/logging.h
index c9134425..e99131e5 100644
--- a/common/logging.h
+++ b/common/logging.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/notify-dummy.c b/common/notify-dummy.c
index 33f7909e..98fdb621 100644
--- a/common/notify-dummy.c
+++ b/common/notify-dummy.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/notify-inotify.c b/common/notify-inotify.c
index a7a832da..a8a6b193 100644
--- a/common/notify-inotify.c
+++ b/common/notify-inotify.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/notify.h b/common/notify.h
index 3a58c508..50555dc1 100644
--- a/common/notify.h
+++ b/common/notify.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2006-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2006-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/oui.c b/common/oui.c
index 4b60ef16..a9c4af5a 100644
--- a/common/oui.c
+++ b/common/oui.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/oui.h b/common/oui.h
index 252ce4f3..991e145c 100644
--- a/common/oui.h
+++ b/common/oui.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 d1afe426..fa93dc33 100644
--- a/common/sdp-dummy.c
+++ b/common/sdp-dummy.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 b8136528..9026c496 100644
--- a/common/sdp-expat.c
+++ b/common/sdp-expat.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/sdp-glib.c b/common/sdp-glib.c
index f280d0d1..9ed81160 100644
--- a/common/sdp-glib.c
+++ b/common/sdp-glib.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 bf3eb0c3..664a1ff5 100644
--- a/common/sdp-xml.c
+++ b/common/sdp-xml.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 1ab6bb19..adb173e2 100644
--- a/common/sdp-xml.h
+++ b/common/sdp-xml.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2005-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2005-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* 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 14320c17..1bb024eb 100644
--- a/common/test_textfile.c
+++ b/common/test_textfile.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/textfile.c b/common/textfile.c
index 88e783a8..021fc8fb 100644
--- a/common/textfile.c
+++ b/common/textfile.c
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/textfile.h b/common/textfile.h
index f6559fea..b2276e3a 100644
--- a/common/textfile.h
+++ b/common/textfile.h
@@ -2,7 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org>
*
*
* This program is free software; you can redistribute it and/or modify
diff --git a/common/uinput.h b/common/uinput.h
index 277f843b..5f11ee24 100644
--- a/common/uinput.h
+++ b/common/uinput.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