summaryrefslogtreecommitdiff
path: root/src/modules/raop
diff options
context:
space:
mode:
authorMartin Blanchard <tchaik@gmx.com>2016-11-06 12:54:09 -0600
committerTanu Kaskinen <tanuk@iki.fi>2017-01-19 03:10:19 +0200
commit32a5b3047b573268c723097ee09d176275d83c11 (patch)
treee3cfcb656c3f7f608f4d1ec73229870632a56554 /src/modules/raop
parent094906b3f9de5d2fda1e61e5aeec23fecf34efd4 (diff)
downloadpulseaudio-32a5b3047b573268c723097ee09d176275d83c11.tar.gz
raop: Update and standardise source file headers
Diffstat (limited to 'src/modules/raop')
-rw-r--r--src/modules/raop/raop-client.c2
-rw-r--r--src/modules/raop/raop-packet-buffer.c11
-rw-r--r--src/modules/raop/raop-packet-buffer.h17
-rw-r--r--src/modules/raop/raop-sink.c1
-rw-r--r--src/modules/raop/raop-util.c3
5 files changed, 18 insertions, 16 deletions
diff --git a/src/modules/raop/raop-client.c b/src/modules/raop/raop-client.c
index 813b161d9..f1e59706c 100644
--- a/src/modules/raop/raop-client.c
+++ b/src/modules/raop/raop-client.c
@@ -2,6 +2,8 @@
This file is part of PulseAudio.
Copyright 2008 Colin Guthrie
+ Copyright 2013 Hajime Fujita
+ Copyright 2013 Martin Blanchard
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/modules/raop/raop-packet-buffer.c b/src/modules/raop/raop-packet-buffer.c
index ef8ea157a..d9d8549cc 100644
--- a/src/modules/raop/raop-packet-buffer.c
+++ b/src/modules/raop/raop-packet-buffer.c
@@ -1,15 +1,15 @@
/***
- Circular buffer for RTP audio packets with random access support
- by RTP sequence number.
+ This file is part of PulseAudio.
- Copyright 2013 Matthias Wabersich, Hajime Fujita
+ Copyright 2013 Matthias Wabersich
+ Copyright 2013 Hajime Fujita
- This is free software; you can redistribute it and/or modify
+ 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.
- This is distributed in the hope that it will be useful, but
+ 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
General Public License for more details.
@@ -18,7 +18,6 @@
along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
-
***/
#include <stdlib.h>
diff --git a/src/modules/raop/raop-packet-buffer.h b/src/modules/raop/raop-packet-buffer.h
index d8a08a06f..69a0ce1b3 100644
--- a/src/modules/raop/raop-packet-buffer.h
+++ b/src/modules/raop/raop-packet-buffer.h
@@ -1,18 +1,18 @@
-#ifndef RAOP_PACKET_BUFFER_H_INCLUDED
-#define RAOP_PACKET_BUFFER_H_INCLUDED
+#ifndef fooraoppacketbufferfoo
+#define fooraoppacketbufferfoo
/***
- Circular buffer for RTP audio packets with random access support
- by RTP sequence number.
+ This file is part of PulseAudio.
- Copyright 2013 Matthias Wabersich, Hajime Fujita
+ Copyright 2013 Matthias Wabersich
+ Copyright 2013 Hajime Fujita
- This is free software; you can redistribute it and/or modify
+ 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.
- This is distributed in the hope that it will be useful, but
+ 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
General Public License for more details.
@@ -21,7 +21,6 @@
along with PulseAudio; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA.
-
***/
struct pa_raop_packet_element;
@@ -39,4 +38,4 @@ void pa_raop_pb_delete(pa_raop_packet_buffer *pb);
void pa_raop_pb_write_packet(pa_raop_packet_buffer *pb, uint16_t seq_num, const uint8_t *packet_data, ssize_t packet_length);
ssize_t pa_raop_pb_read_packet(pa_raop_packet_buffer *pb, uint16_t seq_num, uint8_t **packet_data);
-#endif /* RAOP_PACKET_BUFFER_H_INCLUDED */
+#endif
diff --git a/src/modules/raop/raop-sink.c b/src/modules/raop/raop-sink.c
index fdec0f288..35eadce0f 100644
--- a/src/modules/raop/raop-sink.c
+++ b/src/modules/raop/raop-sink.c
@@ -3,6 +3,7 @@
Copyright 2004-2006 Lennart Poettering
Copyright 2008 Colin Guthrie
+ Copyright 2013 Hajime Fujita
Copyright 2013 Martin Blanchard
PulseAudio is free software; you can redistribute it and/or modify
diff --git a/src/modules/raop/raop-util.c b/src/modules/raop/raop-util.c
index 3e3eb009b..febc204da 100644
--- a/src/modules/raop/raop-util.c
+++ b/src/modules/raop/raop-util.c
@@ -1,8 +1,9 @@
/***
This file is part of PulseAudio.
+ Copyright 2008 Colin Guthrie
+ Copyright Kungliga Tekniska högskolan
Copyright 2013 Martin Blanchard
- Copyright Kungliga Tekniska Høgskolan & Colin Guthrie
PulseAudio is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published