From 607695ed109340f4b7a5628420e0a8e8aee34f4e Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 13 Jan 2007 17:48:12 +0000 Subject: Update copyright information --- common/dbus.c | 3 +-- common/dbus.h | 2 +- common/helper.c | 2 +- common/helper.h | 2 +- common/logging.c | 2 +- common/logging.h | 2 +- common/oui.c | 2 +- common/oui.h | 2 +- common/sdp-dummy.c | 2 +- common/sdp-expat.c | 2 +- common/sdp-xml.c | 2 +- common/sdp-xml.h | 2 +- common/test_textfile.c | 2 +- common/textfile.c | 2 +- common/textfile.h | 2 +- 15 files changed, 15 insertions(+), 16 deletions(-) (limited to 'common') 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2005-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2005-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2005-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2005-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * 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 + * Copyright (C) 2004-2007 Marcel Holtmann * * * This program is free software; you can redistribute it and/or modify -- cgit