summaryrefslogtreecommitdiffstats
path: root/common
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 /common
parentf711e58f8f635d0afcf3f02da83780bef83c4347 (diff)
Update copyright information
Diffstat (limited to 'common')
-rw-r--r--common/dbus.c3
-rw-r--r--common/dbus.h2
-rw-r--r--common/helper.c2
-rw-r--r--common/helper.h2
-rw-r--r--common/logging.c2
-rw-r--r--common/logging.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-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
15 files changed, 15 insertions, 16 deletions
diff --git a/common/dbus.c b/common/dbus.c
index 2162feab..1f2e13b0 100644
--- a/common/dbus.c
+++ b/common/dbus.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
@@ -575,4 +575,3 @@ DBusHandlerResult simple_introspect(DBusConnection *conn, DBusMessage *msg, void
return send_message_and_unref(conn, reply);
}
-
diff --git a/common/dbus.h b/common/dbus.h
index 39d3cd88..393ebcf9 100644
--- a/common/dbus.h
+++ b/common/dbus.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/common/helper.c b/common/helper.c
index e3e997c8..edc39d9d 100644
--- a/common/helper.c
+++ b/common/helper.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/common/helper.h b/common/helper.h
index 281ad6ee..c5cd2c43 100644
--- a/common/helper.h
+++ b/common/helper.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/common/logging.c b/common/logging.c
index ddaf0d33..22cbd7e0 100644
--- a/common/logging.c
+++ b/common/logging.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/common/logging.h b/common/logging.h
index 1e2ca525..92bbd064 100644
--- a/common/logging.h
+++ b/common/logging.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/common/oui.c b/common/oui.c
index cc695a90..4b60ef16 100644
--- a/common/oui.c
+++ b/common/oui.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/common/oui.h b/common/oui.h
index c166038f..252ce4f3 100644
--- a/common/oui.h
+++ b/common/oui.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/common/sdp-dummy.c b/common/sdp-dummy.c
index 434bfbc2..d1afe426 100644
--- a/common/sdp-dummy.c
+++ b/common/sdp-dummy.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/common/sdp-expat.c b/common/sdp-expat.c
index a3b4048d..1b87c397 100644
--- a/common/sdp-expat.c
+++ b/common/sdp-expat.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/common/sdp-xml.c b/common/sdp-xml.c
index 9fe5b087..43c96319 100644
--- a/common/sdp-xml.c
+++ b/common/sdp-xml.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/common/sdp-xml.h b/common/sdp-xml.h
index 16bea948..ab8ed09b 100644
--- a/common/sdp-xml.h
+++ b/common/sdp-xml.h
@@ -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/common/test_textfile.c b/common/test_textfile.c
index 8b60bbe8..814c806b 100644
--- a/common/test_textfile.c
+++ b/common/test_textfile.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/common/textfile.c b/common/textfile.c
index 795c99a3..36bde03f 100644
--- a/common/textfile.c
+++ b/common/textfile.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/common/textfile.h b/common/textfile.h
index b1a31100..11d42d1e 100644
--- a/common/textfile.h
+++ b/common/textfile.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