diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-12-06 15:40:08 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-12-06 15:40:08 +0100 |
commit | be0ba88ce4a4c37821f1ffa46ff6411d278297c1 (patch) | |
tree | e077e3480ccab0a3a020f8619e261b21f544654f /gdbus | |
parent | 5d6b3617516d454be39f2bc97f6a77cb7cf4e178 (diff) |
Change file headers for D-Bus helper library
Diffstat (limited to 'gdbus')
-rw-r--r-- | gdbus/gdbus.h | 2 | ||||
-rw-r--r-- | gdbus/mainloop.c | 2 | ||||
-rw-r--r-- | gdbus/object.c | 2 | ||||
-rw-r--r-- | gdbus/watch.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h index 65b4fab9..5ee5c1ad 100644 --- a/gdbus/gdbus.h +++ b/gdbus/gdbus.h @@ -1,6 +1,6 @@ /* * - * BlueZ - Bluetooth protocol stack for Linux + * D-Bus helper library * * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> * diff --git a/gdbus/mainloop.c b/gdbus/mainloop.c index d6b37189..2e9948df 100644 --- a/gdbus/mainloop.c +++ b/gdbus/mainloop.c @@ -1,6 +1,6 @@ /* * - * BlueZ - Bluetooth protocol stack for Linux + * D-Bus helper library * * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> * diff --git a/gdbus/object.c b/gdbus/object.c index 44ef871a..e3e96ce0 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -1,6 +1,6 @@ /* * - * BlueZ - Bluetooth protocol stack for Linux + * D-Bus helper library * * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> * diff --git a/gdbus/watch.c b/gdbus/watch.c index e155a406..857d8d71 100644 --- a/gdbus/watch.c +++ b/gdbus/watch.c @@ -1,6 +1,6 @@ /* * - * BlueZ - Bluetooth protocol stack for Linux + * D-Bus helper library * * Copyright (C) 2004-2008 Marcel Holtmann <marcel@holtmann.org> * |