summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-23 17:17:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-23 17:17:47 +0000
commitde72271829f6bfd21aa6550a2ac6d81e35b53cad (patch)
treeaa8c922b75079291b3bb140a4467f4afbbac46a9 /audio
parentcc791a620f77ab090ec5f7cb6977769465c83b80 (diff)
Update copyright information
Diffstat (limited to 'audio')
-rw-r--r--audio/a2dp.c1
-rw-r--r--audio/a2dp.h1
-rw-r--r--audio/avdtp.c1
-rw-r--r--audio/avdtp.h2
-rw-r--r--audio/control.c5
-rw-r--r--audio/control.h5
-rw-r--r--audio/device.c1
-rw-r--r--audio/device.h1
-rw-r--r--audio/error.c1
-rw-r--r--audio/error.h1
-rw-r--r--audio/gateway.c1
-rw-r--r--audio/gateway.h1
-rw-r--r--audio/headset.c2
-rw-r--r--audio/headset.h1
-rw-r--r--audio/main.c1
-rw-r--r--audio/manager.c1
-rw-r--r--audio/manager.h1
-rw-r--r--audio/sink.c2
-rw-r--r--audio/sink.h1
-rw-r--r--audio/unix.c2
-rw-r--r--audio/unix.h1
21 files changed, 25 insertions, 8 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index 57192bd6..83441617 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/a2dp.h b/audio/a2dp.h
index dffdf259..6579f64c 100644
--- a/audio/a2dp.h
+++ b/audio/a2dp.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/avdtp.c b/audio/avdtp.c
index 222c1dea..1ce76bc4 100644
--- a/audio/avdtp.c
+++ b/audio/avdtp.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/avdtp.h b/audio/avdtp.h
index a14355b9..99b95477 100644
--- a/audio/avdtp.h
+++ b/audio/avdtp.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
@@ -261,4 +262,3 @@ void avdtp_get_peers(struct avdtp *session, bdaddr_t *src, bdaddr_t *dst);
int avdtp_init(void);
void avdtp_exit(void);
-
diff --git a/audio/control.c b/audio/control.c
index c1e59be9..5048bb17 100644
--- a/audio/control.c
+++ b/audio/control.c
@@ -2,8 +2,9 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2007 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2007 Nokia Corporation
+ * Copyright (C) 2006-2007 Nokia Corporation
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ *
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/audio/control.h b/audio/control.h
index aa183e02..42cd4826 100644
--- a/audio/control.h
+++ b/audio/control.h
@@ -2,8 +2,9 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
- * Copyright (C) 2007 Marcel Holtmann <marcel@holtmann.org>
- * Copyright (C) 2007 Nokia Corporation
+ * Copyright (C) 2006-2007 Nokia Corporation
+ * Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
+ *
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/audio/device.c b/audio/device.c
index a2047b9e..f3567189 100644
--- a/audio/device.c
+++ b/audio/device.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/device.h b/audio/device.h
index 61ccc677..3fbf29de 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/error.c b/audio/error.c
index 3bec2f61..4e9a880b 100644
--- a/audio/error.c
+++ b/audio/error.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/error.h b/audio/error.h
index 712ee20d..377dea5b 100644
--- a/audio/error.h
+++ b/audio/error.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/gateway.c b/audio/gateway.c
index 66db457f..33cffa88 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/gateway.h b/audio/gateway.h
index 572457c9..c21e728b 100644
--- a/audio/gateway.h
+++ b/audio/gateway.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/headset.c b/audio/headset.c
index f2bc1711..175ad861 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
@@ -1667,4 +1668,3 @@ int headset_get_sco_fd(struct device *dev)
return g_io_channel_unix_get_fd(hs->sco);
}
-
diff --git a/audio/headset.h b/audio/headset.h
index 32bf701b..5e19cd9a 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/main.c b/audio/main.c
index fb199a4b..2ec605d0 100644
--- a/audio/main.c
+++ b/audio/main.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/manager.c b/audio/manager.c
index 74588c78..6c51ddd2 100644
--- a/audio/manager.c
+++ b/audio/manager.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/manager.h b/audio/manager.h
index e71e5d62..cbcf1672 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/sink.c b/audio/sink.c
index 2515c968..e4fedb12 100644
--- a/audio/sink.c
+++ b/audio/sink.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
@@ -374,4 +375,3 @@ gboolean sink_new_stream(struct device *dev, struct avdtp *session,
return TRUE;
}
-
diff --git a/audio/sink.h b/audio/sink.h
index 309379b1..a0cabdcd 100644
--- a/audio/sink.h
+++ b/audio/sink.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
diff --git a/audio/unix.c b/audio/unix.c
index 94330856..eb849ddc 100644
--- a/audio/unix.c
+++ b/audio/unix.c
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*
@@ -829,4 +830,3 @@ void unix_exit(void)
close(unix_sock);
unix_sock = -1;
}
-
diff --git a/audio/unix.h b/audio/unix.h
index feea855f..69fd3a4d 100644
--- a/audio/unix.h
+++ b/audio/unix.h
@@ -2,6 +2,7 @@
*
* BlueZ - Bluetooth protocol stack for Linux
*
+ * Copyright (C) 2006-2007 Nokia Corporation
* Copyright (C) 2004-2007 Marcel Holtmann <marcel@holtmann.org>
*
*