summaryrefslogtreecommitdiff
path: root/src/daemon
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon')
-rw-r--r--src/daemon/caps.c3
-rw-r--r--src/daemon/caps.h2
-rw-r--r--src/daemon/cmdline.c2
-rw-r--r--src/daemon/cmdline.h2
-rw-r--r--src/daemon/cpulimit.c2
-rw-r--r--src/daemon/cpulimit.h2
-rw-r--r--src/daemon/daemon-conf.c3
-rw-r--r--src/daemon/daemon-conf.h3
-rw-r--r--src/daemon/dumpmodules.c3
-rw-r--r--src/daemon/dumpmodules.h2
-rw-r--r--src/daemon/main.c3
11 files changed, 27 insertions, 0 deletions
diff --git a/src/daemon/caps.c b/src/daemon/caps.c
index db4bd9194..2ea51c9f9 100644
--- a/src/daemon/caps.c
+++ b/src/daemon/caps.c
@@ -3,6 +3,9 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+ Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/caps.h b/src/daemon/caps.h
index 34da1af68..4cd09578c 100644
--- a/src/daemon/caps.h
+++ b/src/daemon/caps.h
@@ -6,6 +6,8 @@
/***
This file is part of PulseAudio.
+ Copyright 2004 Lennart Poettering
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/cmdline.c b/src/daemon/cmdline.c
index c3cb9209e..dc757c9c7 100644
--- a/src/daemon/cmdline.c
+++ b/src/daemon/cmdline.c
@@ -3,6 +3,8 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/cmdline.h b/src/daemon/cmdline.h
index fdfbc0b69..18418894f 100644
--- a/src/daemon/cmdline.h
+++ b/src/daemon/cmdline.h
@@ -6,6 +6,8 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/cpulimit.c b/src/daemon/cpulimit.c
index 808cb4d4a..d4ac1d869 100644
--- a/src/daemon/cpulimit.c
+++ b/src/daemon/cpulimit.c
@@ -3,6 +3,8 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2 of the
diff --git a/src/daemon/cpulimit.h b/src/daemon/cpulimit.h
index bb11f794e..271109b4e 100644
--- a/src/daemon/cpulimit.h
+++ b/src/daemon/cpulimit.h
@@ -6,6 +6,8 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/daemon-conf.c b/src/daemon/daemon-conf.c
index 319cf0c7d..8cab327f8 100644
--- a/src/daemon/daemon-conf.c
+++ b/src/daemon/daemon-conf.c
@@ -3,6 +3,9 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+ Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/daemon-conf.h b/src/daemon/daemon-conf.h
index b7fcf23b7..4843a610e 100644
--- a/src/daemon/daemon-conf.h
+++ b/src/daemon/daemon-conf.h
@@ -6,6 +6,9 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+ Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/dumpmodules.c b/src/daemon/dumpmodules.c
index 8509924aa..6743622ac 100644
--- a/src/daemon/dumpmodules.c
+++ b/src/daemon/dumpmodules.c
@@ -3,6 +3,9 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+ Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/dumpmodules.h b/src/daemon/dumpmodules.h
index 05cd86e02..ab2ddb646 100644
--- a/src/daemon/dumpmodules.h
+++ b/src/daemon/dumpmodules.h
@@ -6,6 +6,8 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,
diff --git a/src/daemon/main.c b/src/daemon/main.c
index b7266b7ea..211dd30c7 100644
--- a/src/daemon/main.c
+++ b/src/daemon/main.c
@@ -3,6 +3,9 @@
/***
This file is part of PulseAudio.
+ Copyright 2004-2006 Lennart Poettering
+ Copyright 2006 Pierre Ossman <ossman@cendio.se> for Cendio AB
+
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2 of the License,