From 06211b7c8fd329137ae9003818543912a87d9898 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 13 Feb 2007 15:35:19 +0000 Subject: Add copyright notices to all relevant files. (based on svn log) git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1426 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/pulse/browser.c | 2 ++ src/pulse/browser.h | 2 ++ src/pulse/cdecl.h | 2 ++ src/pulse/channelmap.c | 3 +++ src/pulse/channelmap.h | 3 +++ src/pulse/client-conf-x11.c | 2 ++ src/pulse/client-conf-x11.h | 2 ++ src/pulse/client-conf.c | 3 +++ src/pulse/client-conf.h | 2 ++ src/pulse/context.c | 3 +++ src/pulse/context.h | 3 +++ src/pulse/def.h | 3 +++ src/pulse/error.c | 3 +++ src/pulse/error.h | 3 +++ src/pulse/glib-mainloop.c | 2 ++ src/pulse/glib-mainloop.h | 3 +++ src/pulse/internal.h | 3 +++ src/pulse/introspect.c | 3 +++ src/pulse/introspect.h | 3 +++ src/pulse/mainloop-api.c | 2 ++ src/pulse/mainloop-api.h | 3 +++ src/pulse/mainloop-signal.c | 3 +++ src/pulse/mainloop-signal.h | 3 +++ src/pulse/mainloop.c | 3 +++ src/pulse/mainloop.h | 3 +++ src/pulse/operation.c | 2 ++ src/pulse/operation.h | 2 ++ src/pulse/pulseaudio.h | 3 +++ src/pulse/sample.c | 3 +++ src/pulse/sample.h | 3 +++ src/pulse/scache.c | 2 ++ src/pulse/scache.h | 3 +++ src/pulse/simple.c | 2 ++ src/pulse/simple.h | 3 +++ src/pulse/stream.c | 3 +++ src/pulse/stream.h | 3 +++ src/pulse/subscribe.c | 2 ++ src/pulse/subscribe.h | 3 +++ src/pulse/thread-mainloop.c | 3 +++ src/pulse/thread-mainloop.h | 3 +++ src/pulse/timeval.c | 3 +++ src/pulse/timeval.h | 3 +++ src/pulse/utf8.c | 22 ++++++++++++++++++++++ src/pulse/utf8.h | 3 +++ src/pulse/util.c | 3 +++ src/pulse/util.h | 3 +++ src/pulse/version.h.in | 3 +++ src/pulse/volume.c | 2 ++ src/pulse/volume.h | 3 +++ src/pulse/xmalloc.c | 2 ++ src/pulse/xmalloc.h | 2 ++ 51 files changed, 156 insertions(+) (limited to 'src/pulse') diff --git a/src/pulse/browser.c b/src/pulse/browser.c index 4b0de029..27c5a2ea 100644 --- a/src/pulse/browser.c +++ b/src/pulse/browser.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/pulse/browser.h b/src/pulse/browser.h index 7b9aae8d..b039ca33 100644 --- a/src/pulse/browser.h +++ b/src/pulse/browser.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 diff --git a/src/pulse/cdecl.h b/src/pulse/cdecl.h index 09b9b84a..922ad276 100644 --- a/src/pulse/cdecl.h +++ b/src/pulse/cdecl.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/pulse/channelmap.c b/src/pulse/channelmap.c index 40655cf5..d5b8f743 100644 --- a/src/pulse/channelmap.c +++ b/src/pulse/channelmap.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2005-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/channelmap.h b/src/pulse/channelmap.h index 20380251..f0c8f475 100644 --- a/src/pulse/channelmap.h +++ b/src/pulse/channelmap.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2005-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/client-conf-x11.c b/src/pulse/client-conf-x11.c index 78e190e5..b5ac8d9f 100644 --- a/src/pulse/client-conf-x11.c +++ b/src/pulse/client-conf-x11.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/pulse/client-conf-x11.h b/src/pulse/client-conf-x11.h index 02e808be..56cd406d 100644 --- a/src/pulse/client-conf-x11.h +++ b/src/pulse/client-conf-x11.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/pulse/client-conf.c b/src/pulse/client-conf.c index b652a25b..bb912335 100644 --- a/src/pulse/client-conf.c +++ b/src/pulse/client-conf.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/client-conf.h b/src/pulse/client-conf.h index 35728aeb..6de64582 100644 --- a/src/pulse/client-conf.h +++ b/src/pulse/client-conf.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/pulse/context.c b/src/pulse/context.c index 7ef43b30..58a5a879 100644 --- a/src/pulse/context.c +++ b/src/pulse/context.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/context.h b/src/pulse/context.h index 048ed17f..1de3abad 100644 --- a/src/pulse/context.h +++ b/src/pulse/context.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/def.h b/src/pulse/def.h index fb04de50..c2816234 100644 --- a/src/pulse/def.h +++ b/src/pulse/def.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/error.c b/src/pulse/error.c index 3b9a60a4..78f0da95 100644 --- a/src/pulse/error.c +++ b/src/pulse/error.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/error.h b/src/pulse/error.h index c96349a6..44a2e5ec 100644 --- a/src/pulse/error.h +++ b/src/pulse/error.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/glib-mainloop.c b/src/pulse/glib-mainloop.c index 1669acdd..5b399aa2 100644 --- a/src/pulse/glib-mainloop.c +++ b/src/pulse/glib-mainloop.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/pulse/glib-mainloop.h b/src/pulse/glib-mainloop.h index 5f8093a1..a4e06ea0 100644 --- a/src/pulse/glib-mainloop.h +++ b/src/pulse/glib-mainloop.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/internal.h b/src/pulse/internal.h index 8cdbf84a..52354fdc 100644 --- a/src/pulse/internal.h +++ b/src/pulse/internal.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/introspect.c b/src/pulse/introspect.c index 5a2c8fb6..7f6406cf 100644 --- a/src/pulse/introspect.c +++ b/src/pulse/introspect.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/introspect.h b/src/pulse/introspect.h index 6de7bc71..43e430b2 100644 --- a/src/pulse/introspect.h +++ b/src/pulse/introspect.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/mainloop-api.c b/src/pulse/mainloop-api.c index bf3ef37e..001ff314 100644 --- a/src/pulse/mainloop-api.c +++ b/src/pulse/mainloop-api.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.1 of the diff --git a/src/pulse/mainloop-api.h b/src/pulse/mainloop-api.h index b88bf125..985806e6 100644 --- a/src/pulse/mainloop-api.h +++ b/src/pulse/mainloop-api.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/mainloop-signal.c b/src/pulse/mainloop-signal.c index 4dd42796..28ddec49 100644 --- a/src/pulse/mainloop-signal.c +++ b/src/pulse/mainloop-signal.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/mainloop-signal.h b/src/pulse/mainloop-signal.h index e991cf1c..50aa99ce 100644 --- a/src/pulse/mainloop-signal.h +++ b/src/pulse/mainloop-signal.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/mainloop.c b/src/pulse/mainloop.c index 04461b30..43cbb19f 100644 --- a/src/pulse/mainloop.c +++ b/src/pulse/mainloop.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/mainloop.h b/src/pulse/mainloop.h index 18be1f2b..db2797fb 100644 --- a/src/pulse/mainloop.h +++ b/src/pulse/mainloop.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/operation.c b/src/pulse/operation.c index e039e8c9..f23def50 100644 --- a/src/pulse/operation.c +++ b/src/pulse/operation.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/pulse/operation.h b/src/pulse/operation.h index adfd5f2d..97d1c6b8 100644 --- a/src/pulse/operation.h +++ b/src/pulse/operation.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/pulse/pulseaudio.h b/src/pulse/pulseaudio.h index 5543d7cd..88d1275b 100644 --- a/src/pulse/pulseaudio.h +++ b/src/pulse/pulseaudio.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/sample.c b/src/pulse/sample.c index dd68ac17..aafafc83 100644 --- a/src/pulse/sample.c +++ b/src/pulse/sample.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/sample.h b/src/pulse/sample.h index b7c537e4..5e603685 100644 --- a/src/pulse/sample.h +++ b/src/pulse/sample.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/scache.c b/src/pulse/scache.c index 5abaf845..09bc1078 100644 --- a/src/pulse/scache.c +++ b/src/pulse/scache.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/pulse/scache.h b/src/pulse/scache.h index 2293dec4..31fd8956 100644 --- a/src/pulse/scache.h +++ b/src/pulse/scache.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/simple.c b/src/pulse/simple.c index 1c632fa7..3cf862d2 100644 --- a/src/pulse/simple.c +++ b/src/pulse/simple.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/pulse/simple.h b/src/pulse/simple.h index a97875f9..128d2716 100644 --- a/src/pulse/simple.h +++ b/src/pulse/simple.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/stream.c b/src/pulse/stream.c index 009eb3cf..f20c17ae 100644 --- a/src/pulse/stream.c +++ b/src/pulse/stream.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/stream.h b/src/pulse/stream.h index 2ce53458..65603262 100644 --- a/src/pulse/stream.h +++ b/src/pulse/stream.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/subscribe.c b/src/pulse/subscribe.c index d9abf6f8..5d8f1252 100644 --- a/src/pulse/subscribe.c +++ b/src/pulse/subscribe.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/pulse/subscribe.h b/src/pulse/subscribe.h index 35d5a31c..c37ead57 100644 --- a/src/pulse/subscribe.h +++ b/src/pulse/subscribe.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/thread-mainloop.c b/src/pulse/thread-mainloop.c index ad29f5ba..4f3cacc9 100644 --- a/src/pulse/thread-mainloop.c +++ b/src/pulse/thread-mainloop.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/thread-mainloop.h b/src/pulse/thread-mainloop.h index 48048b35..b78c1583 100644 --- a/src/pulse/thread-mainloop.h +++ b/src/pulse/thread-mainloop.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/timeval.c b/src/pulse/timeval.c index e5a86a63..78ece061 100644 --- a/src/pulse/timeval.c +++ b/src/pulse/timeval.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/timeval.h b/src/pulse/timeval.h index c10ec9f6..1e5627e3 100644 --- a/src/pulse/timeval.h +++ b/src/pulse/timeval.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/utf8.c b/src/pulse/utf8.c index 2708c518..2ac2d106 100644 --- a/src/pulse/utf8.c +++ b/src/pulse/utf8.c @@ -1,5 +1,27 @@ /* $Id$ */ +/*** + This file is part of PulseAudio. + + Copyright 2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the + License, or (at your option) any later version. + + PulseAudio is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with PulseAudio; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + USA. +***/ + /* This file is based on the GLIB utf8 validation functions. The * original license text follows. */ diff --git a/src/pulse/utf8.h b/src/pulse/utf8.h index 7225471f..ff8dc215 100644 --- a/src/pulse/utf8.h +++ b/src/pulse/utf8.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/util.c b/src/pulse/util.c index 63f54e3b..d561329c 100644 --- a/src/pulse/util.c +++ b/src/pulse/util.c @@ -3,6 +3,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/util.h b/src/pulse/util.h index 0be169fb..95bd86f3 100644 --- a/src/pulse/util.h +++ b/src/pulse/util.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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.1 of the diff --git a/src/pulse/version.h.in b/src/pulse/version.h.in index 748541a1..20c7a9c0 100644 --- a/src/pulse/version.h.in +++ b/src/pulse/version.h.in @@ -5,6 +5,9 @@ /*** This file is part of PulseAudio. + + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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 diff --git a/src/pulse/volume.c b/src/pulse/volume.c index aa7ddba2..feb33f07 100644 --- a/src/pulse/volume.c +++ b/src/pulse/volume.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/pulse/volume.h b/src/pulse/volume.h index 62d2867a..a928ff71 100644 --- a/src/pulse/volume.h +++ b/src/pulse/volume.h @@ -6,6 +6,9 @@ /*** This file is part of PulseAudio. + Copyright 2004-2006 Lennart Poettering + Copyright 2006 Pierre Ossman 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/pulse/xmalloc.c b/src/pulse/xmalloc.c index dda42bdc..1f0734c2 100644 --- a/src/pulse/xmalloc.c +++ b/src/pulse/xmalloc.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/pulse/xmalloc.h b/src/pulse/xmalloc.h index 2fb1c5f0..2f6399c5 100644 --- a/src/pulse/xmalloc.h +++ b/src/pulse/xmalloc.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, -- cgit