]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Shorten copyright notice.
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 10 Sep 2017 12:15:50 +0000 (14:15 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 22 Sep 2017 14:35:22 +0000 (16:35 +0200)
The GPLv2 line does not add any additional information, so drop
it. This leaves a single line of legalese text for most files, which
is about the amount of screen real estate it deserves.

This patch was created with the following script (plus some manual
fixups):

awk '{
if (NR <= 5) {
gs = gensub(/.*Copyright.* ([0-9]+).*Andre Noll.*/, "\\1", "g")
if (gs != $0)
year = gs
next
}
if (NR == 6 && year != "")
printf("/* Copyright (C) %s Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */\n", year)
print
}'

139 files changed:
aac_afh.c
aacdec_filter.c
acl.c
acl.h
afh.c
afh.h
afh_common.c
afh_recv.c
afs.c
afs.h
aft.c
alsa_mix.c
alsa_write.c
amp_filter.c
ao_write.c
attribute.c
audioc.c
audiod.c
audiod.h
audiod_command.c
bash_completion
bitstream.c
bitstream.h
blob.c
buffer_tree.c
buffer_tree.h
check_wav.c
check_wav.h
chunk_queue.c
chunk_queue.h
client.c
client.h
client_common.c
close_on_fork.c
command.c
compress_filter.c
crypt.c
crypt.h
crypt_backend.h
crypt_common.c
daemon.c
dccp_recv.c
dccp_send.c
error.h
exec.c
fd.c
fd.h
fecdec_filter.c
file_write.c
filter.c
filter.h
filter_common.c
flac_afh.c
flacdec_filter.c
gcrypt.c
grab_client.c
grab_client.h
gui.c
gui.h
gui_theme.c
http_recv.c
http_send.c
imdct.c
interactive.c
interactive.h
ipc.c
mix.h
mixer.c
mm.c
mm.h
mood.c
mood.h
mp.c
mp.h
mp3_afh.c
mp3dec_filter.c
net.c
net.h
ogg_afh.c
ogg_afh_common.c
ogg_afh_common.h
oggdec_filter.c
opus_afh.c
opus_common.h
opusdec_filter.c
oss_mix.c
oss_write.c
para.h
play.c
playlist.c
portable_io.h
prebuffer_filter.c
recv.c
recv.h
recv_common.c
resample_filter.c
ringbuffer.c
ringbuffer.h
sched.c
sched.h
score.c
send.h
send_common.c
server.c
server.h
sideband.c
sideband.h
signal.c
signal.h
spx.h
spx_afh.c
spx_common.c
spxdec_filter.c
stat.c
stdin.c
stdin.h
stdout.c
stdout.h
string.c
string.h
sync_filter.c
t/test-lib.sh
time.c
udp_recv.c
udp_send.c
user_list.c
user_list.h
version.c
vss.c
vss.h
wav_filter.c
wma_afh.c
wma_common.c
wmadec_filter.c
write.c
write.h
write_common.c
yy/mp.lex
yy/mp.y

index 8550a8ac6801d421e5cf186b48360922face11e8..3315a42d57a5ea9673be88b077daef1275ab49f6 100644 (file)
--- a/aac_afh.c
+++ b/aac_afh.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 /*
  * based in parts on libfaad, Copyright (C) 2003-2005 M. Bakker,
  * Ahead Software AG
 /*
  * based in parts on libfaad, Copyright (C) 2003-2005 M. Bakker,
  * Ahead Software AG
index ce3eb3bd93dc315afc91a01737a3a1a2195e1b36..a2459d82b31991a8e9ac578e0559a398c83f4e10 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 /*
  * based in parts on libfaad, Copyright (C) 2003-2005 M. Bakker,
  * Ahead Software AG
 /*
  * based in parts on libfaad, Copyright (C) 2003-2005 M. Bakker,
  * Ahead Software AG
diff --git a/acl.c b/acl.c
index 62677711e34f7c00e732bb049c705d08a9a3b8e1..10f56bf1bd90fd62e1bb129140365fbed3c2e136 100644 (file)
--- a/acl.c
+++ b/acl.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file acl.c Access control lists for paraslash senders. */
 
 
 /** \file acl.c Access control lists for paraslash senders. */
 
diff --git a/acl.h b/acl.h
index 91efa600cdd32be1ab40cbfea3e68f55cf034498..02002e57a7d2140c633f1b70965fcf800e2fe660 100644 (file)
--- a/acl.h
+++ b/acl.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file acl.h Exported functions of acl.c. */
 
 
 /** \file acl.h Exported functions of acl.c. */
 
diff --git a/afh.c b/afh.c
index 9d40caeb8b33fb7442bb1f822af7f6eba0a2c332..aa6570e1abc33bfe38e9ce87bf87316707263473 100644 (file)
--- a/afh.c
+++ b/afh.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2008 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file afh.c Paraslash's standalone audio format handler tool. */
 
 
 /** \file afh.c Paraslash's standalone audio format handler tool. */
 
diff --git a/afh.h b/afh.h
index 20c61dbac61ab689798c27aff92f479556a04c3f..d2ac93aec96f95a0ca0bf706327f831520145ee7 100644 (file)
--- a/afh.h
+++ b/afh.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file afh.h Structures for audio format handling (para_server). */
 
 
 /** \file afh.h Structures for audio format handling (para_server). */
 
index dd9b319289f1c6e5da316926fdfafb8eb7ede4fc..bab4d41577952f257ef8c828f9c89c8886a7d2e5 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file afh_common.c Common audio format handler functions. */
 
 
 /** \file afh_common.c Common audio format handler functions. */
 
index 36bc988212d02237e3f8a9484aa993b5b3d5a055..c3e6ddbd0ecf85e320484c0e1ca4298f5c480d9a 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file afh_recv.c Receiver for streaming local files. */
 
 
 /** \file afh_recv.c Receiver for streaming local files. */
 
diff --git a/afs.c b/afs.c
index 5623d7e995743dccbfa5ddfa782930d7b63c37cb..a8c504f460d4f10a67422fcca2adc2ba25478a80 100644 (file)
--- a/afs.c
+++ b/afs.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file afs.c Paraslash's audio file selector. */
 
 
 /** \file afs.c Paraslash's audio file selector. */
 
diff --git a/afs.h b/afs.h
index ea4b497e4b3b1bc2e54ab202962638ab25598d4d..544a498dee9811912b2e58732dd0c1c0690571e5 100644 (file)
--- a/afs.h
+++ b/afs.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file afs.h Exported symbols of the audio file selector. */
 
 
 /** \file afs.h Exported symbols of the audio file selector. */
 
diff --git a/aft.c b/aft.c
index 1679a5495131117f440a5ee610f677ff14cc5612..4433730647f1e95452fdfbd1853b563abf5e43fe 100644 (file)
--- a/aft.c
+++ b/aft.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file aft.c Audio file table functions. */
 
 
 /** \file aft.c Audio file table functions. */
 
index 6520416fb83931ede15a299118a972f5893b2f34..1d81e5d9dbabbcef772d182eabe6a03ba5a51915 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file alsa_mix.c The ALSA mixer plugin. */
 
 
 /** \file alsa_mix.c The ALSA mixer plugin. */
 
index 3935c8c687be53e25791abbb93697a8d61186527..363e39301651bc47881f850f0235c13f6a016c62 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file alsa_write.c paraslash's alsa output plugin */
 
 
 /** \file alsa_write.c paraslash's alsa output plugin */
 
index 4f8e04907e6367b221a42230cce9f9cfa0bc5b26..61b1653ea069ce479b6b609da5703fc57bc717c1 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file amp_filter.c Paraslash's amplify filter. */
 
 
 /** \file amp_filter.c Paraslash's amplify filter. */
 
index e469a394fa6ee8df698a633274cf16394891e102..4258803fcc996def34856262f476c64c5a611949 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ao_write.c Paraslash's libao output plugin. */
 
 
 /** \file ao_write.c Paraslash's libao output plugin. */
 
index 2ea73a6ab41fed2dcd18c8ca077b661e9809a3b7..f7091727bc5b62518f91436de9428ba6c14b5a86 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file attribute.c Attribute handling functions. */
 
 
 /** \file attribute.c Attribute handling functions. */
 
index ed39ce6efa942e58773d891e2ffb28acc39eecf3..38151a530db38640e520c5eb8b2b668e5951d1d8 100644 (file)
--- a/audioc.c
+++ b/audioc.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file audioc.c The client program used to connect to para_audiod. */
 
 
 /** \file audioc.c The client program used to connect to para_audiod. */
 
index 42f4c0a3be06b5aad9a00cf6a351f8b4287d0af7..8d152fa6dfeb4b6aeb9441be02287e163ebc90c2 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file audiod.c The paraslash's audio daemon. */
 
 
 /** \file audiod.c The paraslash's audio daemon. */
 
index 295a02bc44ddb339932539d276f570f3ad785b10..b40fdd6743faa4650888c2bdf69756d6c12e40d8 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file audiod.h Symbols exported from audiod.c. */
 
 
 /** \file audiod.h Symbols exported from audiod.c. */
 
index a6a49b7461d818b36a12b2eee0f30fbf359b3ed9..cb4363b15bc12507af12c07ed0d0f3978da2ac55 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file audiod_command.c Commands for para_audiod. */
 
 
 /** \file audiod_command.c Commands for para_audiod. */
 
index 0eb7074c26532b2f349485de651a2a11e385f5bd..c8236f80cf589dacce0874251d477aeab23cd5a7 100644 (file)
@@ -1,8 +1,5 @@
-# Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
-#
-# Licensed under the GPL v2. For licencing details see COPYING.
-
-_para_complete()
+# Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING.
+para_complete()
 {
        local prg="$1" # the program to execute
        local cur=${COMP_WORDS[$COMP_CWORD]}
 {
        local prg="$1" # the program to execute
        local cur=${COMP_WORDS[$COMP_CWORD]}
index c2018b56f593264b15034b639c4103045220ab96..dfc1e55e67aced611014fc90b86128e8bd61a457 100644 (file)
@@ -6,9 +6,9 @@
  * Copyright (c) 2000, 2001 Fabrice Bellard
  * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
  * alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at>
  * Copyright (c) 2000, 2001 Fabrice Bellard
  * Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
  * alternative bitstream reader & writer by Michael Niedermayer <michaelni@gmx.at>
+ * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
  *
  *
- * Licensed under the GNU Lesser General Public License.
- * For licencing details see COPYING.LIB.
+ * Licensed under the GNU Lesser General Public License. see file COPYING.LIB.
  */
 
 /** \file bitstream.c Bitstream API for the wma decoder. */
  */
 
 /** \file bitstream.c Bitstream API for the wma decoder. */
index 4d81fa3b25521053c8cafcf49a4b14542b83e74a..98937e89f2b98f126007d795f8070c0b33508598 100644 (file)
@@ -3,8 +3,7 @@
  *
  * copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
  *
  *
  * copyright (c) 2004 Michael Niedermayer <michaelni@gmx.at>
  *
- * Licensed under the GNU Lesser General Public License.
- * For licencing details see COPYING.LIB.
+ * Licensed under the GNU Lesser General Public License, see file COPYING.LIB.
  */
 
 /** \file bitstream.h Bitstream structures and inline functions. */
  */
 
 /** \file bitstream.h Bitstream structures and inline functions. */
diff --git a/blob.c b/blob.c
index 7798a4939b9d0859b5fe7d4939feb0d237b36b8b..890b92267ef68d390f8806a135c37a2cc9809021 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file blob.c Macros and functions for blob handling. */
 
 
 /** \file blob.c Macros and functions for blob handling. */
 
index 9b5bcda13d218b118d469587f6aec605cccec1b9..8a3175133e69aa57eff7da5155341cbf05532d03 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file buffer_tree.c Buffer tree and buffer pool implementations. */
 #include <regex.h>
 
 /** \file buffer_tree.c Buffer tree and buffer pool implementations. */
 #include <regex.h>
index 3ee469c91b3fe56583b305fbb5dcb92d6ac9a4aa..34535219364a6cdc2ce32efcc04ca2d44c2c20c2 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file buffer_tree.h Buffer tree management.
 
 /**
  * \file buffer_tree.h Buffer tree management.
index 1a47f946f3fb01829ae0d84caacb7461d0d22580..f0990bf8fcde6b99388f46319402c00bb5c1143c 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file check_wav.c Detect and delete a wav header. */
 
 
 /** \file check_wav.c Detect and delete a wav header. */
 
index 045158ab2d2d32dd97e000896dce450a2b854496..79b11962baea9b3fe743f08ad68bca6a70e552bc 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file check_wav.h Detect, process and cut a wav header. */
 
 
 /** \file check_wav.h Detect, process and cut a wav header. */
 
index c9f47b2b009174f92d813e9ebd2c9e02eb25d09c..08f57e9d1ecf9bae1cadead0757fe29418c446c3 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file chunk_queue.c Queuing functions for paraslash senders. */
 
 
 /** \file chunk_queue.c Queuing functions for paraslash senders. */
 
index 1e7fed2d4f5b5fdeef4680169a31fe480ecbb72b..bc92ab0546a53cab4482d0b9f5203cde52614900 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file chunk_queue.h Exported symbols from chunk_queue.c. */
 
 
 /** \file chunk_queue.h Exported symbols from chunk_queue.c. */
 
index 2607ee203ee6556a35535f0a293f41dd00203b2e..3e9219fd9226a1f1f37c5010e0237b982da9c59d 100644 (file)
--- a/client.c
+++ b/client.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file client.c The client program used to connect to para_server. */
 
 
 /** \file client.c The client program used to connect to para_server. */
 
index 87cfc618d64825684d0d607a07cf4605d4476ae2..f8cc5d649bb682ba497212b87a7417d911c44472 100644 (file)
--- a/client.h
+++ b/client.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file client.h Common client functions and exported symbols from client_common.c. */
 
 
 /** \file client.h Common client functions and exported symbols from client_common.c. */
 
index 39eb8b4cce9f6403132329fd0edfbf7b7025caaf..97d29f8fd09948b1e97972431df1f62ec30a4989 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file client_common.c Common functions of para_client and para_audiod. */
 
 
 /** \file client_common.c Common functions of para_client and para_audiod. */
 
index 655dbc562a9dc2ed55711fad44a1dab713db25b9..7e0c8e6474b48a932ca0c107862391466415ec96 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file close_on_fork.c Manage a list of fds that should be closed on fork. */
 
 
 /** \file close_on_fork.c Manage a list of fds that should be closed on fork. */
 
index 69564336c6f8228a072f699ad83dbbe19d154338..07add425d2fc7bbebfe18d028aa8b719d7a86099 100644 (file)
--- a/command.c
+++ b/command.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file command.c Client authentication and server commands. */
 
 
 /** \file command.c Client authentication and server commands. */
 
index 658976423faa1115b710102633beff6f3093151c..d26fe233a85d062f839615e12f04367b582a2d85 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file compress_filter.c Paraslash's dynamic audio range compressor. */
 
 
 /** \file compress_filter.c Paraslash's dynamic audio range compressor. */
 
diff --git a/crypt.c b/crypt.c
index d4ffdf864234e393b6ae1971a7714f763394780b..39fcd7edc136c6b81ef80b5132ea59ddbbeb74b1 100644 (file)
--- a/crypt.c
+++ b/crypt.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file crypt.c Openssl-based encryption/decryption routines. */
 
 
 /** \file crypt.c Openssl-based encryption/decryption routines. */
 
diff --git a/crypt.h b/crypt.h
index 5e25748c09551bf1b33e7b142baaafd73df5bd36..85623fbae9a561a4809c26bf7e5e85ca5bbad6d4 100644 (file)
--- a/crypt.h
+++ b/crypt.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file crypt.h Public crypto interface. */
 
 
 /** \file crypt.h Public crypto interface. */
 
index 85008979d4b56a38c26c520bb8868da5cacc48ef..ff956ce315428d55e0e358622840f751f80f8dcf 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file crypt_backend.h Non-public crypto interface. */
 
 
 /** \file crypt_backend.h Non-public crypto interface. */
 
index ac8564ebafbede53415866446ecfc78549a987de..08361b27104d6a4658e151259ba6f0ae585205c0 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file crypt_common.c Crypto functions independent of openssl/libgcrypt. */
 
 
 /** \file crypt_common.c Crypto functions independent of openssl/libgcrypt. */
 
index 4e15824f350989ea7d695d0c995bbc2160656b11..e47639bc42864cc4881d5992bb567e902f4752ac 100644 (file)
--- a/daemon.c
+++ b/daemon.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file daemon.c Some helpers for programs that detach from the console. */
 
 
 /** \file daemon.c Some helpers for programs that detach from the console. */
 
index 3385d66c42d113b382d18eb3fc8c4a7c60b44f74..8a08504a8930de6a0f3f3a89969357eadf6a7c9f 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file dccp_recv.c paraslash's dccp receiver */
 
 
 /** \file dccp_recv.c paraslash's dccp receiver */
 
index 4ad25e73d0e915bcd8c039a6688854694456dc80..6f9895410161e47133d65a4f0893bac14a0743b4 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file dccp_send.c Paraslash's dccp sender. */
 
 
 /** \file dccp_send.c Paraslash's dccp sender. */
 
diff --git a/error.h b/error.h
index 7afd772bf8bc8c062d3257c04ec26c995f9dd79a..1904a6d657d3667329dd84b913ce76dd6c68a28c 100644 (file)
--- a/error.h
+++ b/error.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file error.h List of error codes and messages. */
 
 
 /** \file error.h List of error codes and messages. */
 
diff --git a/exec.c b/exec.c
index a2348ba392ea684ec02e9add6266f6189fa09267..85dbaf9474aa286add74cd761f09d30dc74ad805 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2003 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2003 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file exec.c Helper functions for spawning new processes. */
 
 
 /** \file exec.c Helper functions for spawning new processes. */
 
diff --git a/fd.c b/fd.c
index 49736448a7fe3013a69596525ea4d815358bd226..f1c3792cf97bd74176db3e2c87326d96d4e3e179 100644 (file)
--- a/fd.c
+++ b/fd.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file fd.c Helper functions for file descriptor handling. */
 
 
 /** \file fd.c Helper functions for file descriptor handling. */
 
diff --git a/fd.h b/fd.h
index 29f387984c70455fec1f2ec2f27f844f88746c02..b8b81bbe7fb25a4fcc6663908894959ed321a31d 100644 (file)
--- a/fd.h
+++ b/fd.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file fd.h exported symbols from fd.c */
 
 
 /** \file fd.h exported symbols from fd.c */
 
index 1b95ea4c5fd76ca926e8caec733243947254c7ca..13d4f7b22f6a46da75ef4b629275d603fc5f39d1 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file fecdec_filter.c A filter that fec-decodes an audio stream. */
 
 
 /** \file fecdec_filter.c A filter that fec-decodes an audio stream. */
 
index 9837e810278ee220fce4a313d695db3b9772f3ad..9a5ed5d7fab7dc01fe46fa5ecab6940ea3a28828 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file file_write.c simple output plugin for testing purposes */
 
 
 /** \file file_write.c simple output plugin for testing purposes */
 
index 156e049b5c932884266a7acfc16ca73776ff9c73..dfdadab221d0cf0eff3f76cf85e99f18bcb2f22a 100644 (file)
--- a/filter.c
+++ b/filter.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file filter.c The stand-alone filter program. */
 
 
 /** \file filter.c The stand-alone filter program. */
 
index ab98c2442b9d13ae5158716fc2fe7f24904685e6..69d4dfee8534941ab74bb17d7d2a5ff8e23eed6b 100644 (file)
--- a/filter.h
+++ b/filter.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file filter.h Filter-related structures and exported symbols from filter_common.c. */
 
 
 /** \file filter.h Filter-related structures and exported symbols from filter_common.c. */
 
index 5533d4dcd6d25fba87a242b2c09efa4b2c76e940..add788a8f30465251ff111822b7131cd2e94054b 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file filter_common.c Common helper functions for filter input/output. */
 
 
 /** \file filter_common.c Common helper functions for filter input/output. */
 
index e2d5380240240ddfaf3ce2b989ab0847f2e6e4fb..45373ea1993d743ed56ded45444b3d8bb72fc751 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file flac_afh.c Audio format handler for flac files. */
 
 
 /** \file flac_afh.c Audio format handler for flac files. */
 
index 16237acbdcce863f37e1ab81988812ce4c53563c..6a3a8effaf83b3b9e333e429762f0ff2d3938afe 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file flacdec_filter.c The flac decoder. */
 
 
 /** \file flacdec_filter.c The flac decoder. */
 
index 1fde479e1be97656bd01002a2071a3d6f1b4b026..d5cb49a45c2d6da4e6249b6810a298a0460c8b1f 100644 (file)
--- a/gcrypt.c
+++ b/gcrypt.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file gcrypt.c Libgrcypt-based encryption/decryption routines. */
 
 
 /** \file gcrypt.c Libgrcypt-based encryption/decryption routines. */
 
index 382b0470b3fb26f08be12ac0fca11d9eb7cb9e91..8370649301906eaef68a4c30d1b1f3975283dea8 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file grab_client.c Functions for grabbing the audio stream. */
 
 
 /** \file grab_client.c Functions for grabbing the audio stream. */
 
index 3f3a0c036206de61e55cf2ca6c7f4dda23b839eb..9bc01864a7a49354a7f3c436ec3487c2de2a0637 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file grab_client.h exported symbols from grab_client.c */
 
 
 /** \file grab_client.h exported symbols from grab_client.c */
 
diff --git a/gui.c b/gui.c
index 493bc3c9781d6cfac42b91878d52153f2243910c..6882a31cbaca0a39cd5e25a8b32936a094a6352a 100644 (file)
--- a/gui.c
+++ b/gui.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1998 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1998 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file gui.c Curses-based interface for paraslash. */
 
 
 /** \file gui.c Curses-based interface for paraslash. */
 
diff --git a/gui.h b/gui.h
index 1cfd39c476f82d52aa13fcd33173a94cdbd848cd..d868581847d19072377bb777520c59ccf7725173 100644 (file)
--- a/gui.h
+++ b/gui.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file gui.h symbols used by gui and gui_theme */
 
 
 /** \file gui.h symbols used by gui and gui_theme */
 
index 78527efeabc9e3143a5dcc911cd7c5e322eaf40c..745abe286c3c3ce8f966660e6907e2417e588c4a 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file gui_theme.c Theme definitions. */
 
 
 /** \file gui_theme.c Theme definitions. */
 
index 67691a34f121db02365a884ef1fd4e63cc63d918..c581ebdd093e09cda16b8a08bba3fd4d689a4998 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file http_recv.c paraslash's http receiver */
 
 
 /** \file http_recv.c paraslash's http receiver */
 
index 26536d07eea58350de76196c29c5512a0e0963a5..dace5c23c6574527a6b8c26880eb63bd896b8aca 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file http_send.c paraslash's http sender */
 
 
 /** \file http_send.c paraslash's http sender */
 
diff --git a/imdct.c b/imdct.c
index 5791353b5a2d0c806f58229fd6861f3561b7e0c6..93577b5451a0cbb8c8da58e997a9f4d77179243e 100644 (file)
--- a/imdct.c
+++ b/imdct.c
@@ -7,8 +7,7 @@
  * Copyright (c) 2002 Fabrice Bellard
  * Partly based on libdjbfft by D. J. Bernstein
  *
  * Copyright (c) 2002 Fabrice Bellard
  * Partly based on libdjbfft by D. J. Bernstein
  *
- * Licensed under the GNU Lesser General Public License.
- * For licencing details see COPYING.LIB.
+ * Licensed under the GNU Lesser General Public License, see file COPYING.LIB.
  */
 
 /**
  */
 
 /**
index 91ab1559629725f4b9ae25a3ec167231937bc27d..190cdf295130a2d711074e7c5f5927174b312076 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file interactive.c Readline abstraction for interactive sessions. */
 
 
 /** \file interactive.c Readline abstraction for interactive sessions. */
 
index 82d3cd71c4cc870d2a2535faeedd22f489444ab3..40ff294018b221708dd0d1db9cac23c80fb70533 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2011 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file interactive.h Public API for interactive sessions. */
 
 
 /** \file interactive.h Public API for interactive sessions. */
 
diff --git a/ipc.c b/ipc.c
index 3cc5c15695a76c0442b1ceb4da889c6f5b2baeb1..85013a636cb3a7f634d190d9044808454274efd8 100644 (file)
--- a/ipc.c
+++ b/ipc.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ipc.c Inter-process communication and shared memory helpers. */
 
 
 /** \file ipc.c Inter-process communication and shared memory helpers. */
 
diff --git a/mix.h b/mix.h
index 5d68b2bb0b34df798e38efad7b0ceeff687982fc..cad435e811e09a9d3d924f946608fd57cce81ed1 100644 (file)
--- a/mix.h
+++ b/mix.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mix.h Mixer API for para_mixer. */
 
 
 /** \file mix.h Mixer API for para_mixer. */
 
diff --git a/mixer.c b/mixer.c
index 0c08e2f6d0ab24f35334aa9961bb2f143e656235..00af08a4e428b637dcb24ebc68545edb478ff61d 100644 (file)
--- a/mixer.c
+++ b/mixer.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1998 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1998 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mixer.c A volume fader and alarm clock for OSS. */
 
 
 /** \file mixer.c A volume fader and alarm clock for OSS. */
 
diff --git a/mm.c b/mm.c
index 47e88864c8e4b7cf514341d60eb844bd844b392e..358783a193a2366fdf402506ffe3eb91a699b0d8 100644 (file)
--- a/mm.c
+++ b/mm.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mm.c Paraslash's mood methods. */
 
 
 /** \file mm.c Paraslash's mood methods. */
 
diff --git a/mm.h b/mm.h
index e6c0d125d88594d78a9ad7b3a639375fd883cb6f..28038e729f9bc4ac299aaef04b39546c3b5e3ccd 100644 (file)
--- a/mm.h
+++ b/mm.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mm.h Symbols and declarations for mood methods. */
 
 
 /** \file mm.h Symbols and declarations for mood methods. */
 
diff --git a/mood.c b/mood.c
index c06f695c36f8d29664cc48e2e877a7d758702913..ae8364a29ea7b4028ebbe2bfb812ef6592b402c0 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mood.c Paraslash's mood handling functions. */
 
 
 /** \file mood.c Paraslash's mood handling functions. */
 
diff --git a/mood.h b/mood.h
index 87050142869c68065764ed367deb3a0d8d8cffc8..fcfe1efc8bdbd1175b32766b0d75f8395f84cbd0 100644 (file)
--- a/mood.h
+++ b/mood.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mood.h Public functions of mood.c. */
 
 
 /** \file mood.h Public functions of mood.c. */
 
diff --git a/mp.c b/mp.c
index 12fe336ef682823df8de17ead3669f1b7d120ec6..3c84a05484cb38c15ba681c14c41cc37bb7cd932 100644 (file)
--- a/mp.c
+++ b/mp.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file mp.c Mood parser helper functions.
 
 /**
  * \file mp.c Mood parser helper functions.
diff --git a/mp.h b/mp.h
index 93bbab3efff6e96d5d0378b915d09eb26aa5bfc1..febbe3240f49ba81b08ca2168b10dd1189fc3f54 100644 (file)
--- a/mp.h
+++ b/mp.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file mp.h Internal mood parser API (backend).
 
 /**
  * \file mp.h Internal mood parser API (backend).
index 08837bec597918ed73fe27febbb0a42fbadf654e..42dd7539f647b1e1051870f673fc2f300cfa4a4d 100644 (file)
--- a/mp3_afh.c
+++ b/mp3_afh.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2003 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2003 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mp3_afh.c para_server's mp3 audio format handler */
 
 
 /** \file mp3_afh.c para_server's mp3 audio format handler */
 
index b053aaa8f3fd33171aca682fe53dd85906bcca11..ccb1553b820357e13f2cafe2c0e8a7e0502ac8fd 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file mp3dec_filter.c Paraslash's mp3 decoder. */
 
 
 /** \file mp3dec_filter.c Paraslash's mp3 decoder. */
 
diff --git a/net.c b/net.c
index a58d84ef1c6345dcef41ca5b3ba76d3ed602cb7b..3f76d21c6cc9abf60ff5a98d1ac804f4b067ffef 100644 (file)
--- a/net.c
+++ b/net.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file net.c Networking-related helper functions. */
 
 
 /** \file net.c Networking-related helper functions. */
 
diff --git a/net.h b/net.h
index a8dd650b7cce698fa7f962a6e55719a561ac093a..f172131ef05d45c8d05f82a91ea9e72cd0160a16 100644 (file)
--- a/net.h
+++ b/net.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 /** \file net.h exported symbols from net.c */
 
 /**
 /** \file net.h exported symbols from net.c */
 
 /**
index 8d8cadc7c81d8a7030778ee17e6bff6ba01f9a83..93ad14bbf9c0b5cbade554fbf22103ef460956fa 100644 (file)
--- a/ogg_afh.c
+++ b/ogg_afh.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ogg_afh.c Audio format handler for ogg/vorbis files. */
 
 
 /** \file ogg_afh.c Audio format handler for ogg/vorbis files. */
 
index eb90c5f729d9f6d8271dbcb71942a835dea6d5a8..46465de1208b3c8edbb09972550bf4277667c7db 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ogg_afh_common.c Functions common to all ogg/ codecs. */
 
 
 /** \file ogg_afh_common.c Functions common to all ogg/ codecs. */
 
index 8f3494a6689b2966e5d9e8e03c8c20276c35515e..e0cf2d40c3ffb825c9f19338aa792558cb1c8742 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file ogg_afh_common.h Structures and prototypes common to audio format
 
 /**
  * \file ogg_afh_common.h Structures and prototypes common to audio format
index 9fa80c5588fc8c8d08653a91a291b9f95ba8e183..708a27e52b68c1c2add01a3b3fe39f721485e39f 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file oggdec_filter.c Paraslash's ogg vorbis decoder. */
 
 
 /** \file oggdec_filter.c Paraslash's ogg vorbis decoder. */
 
index 53419243657e4d0e219d362693de0c55c52a2d5d..ed6fe5c80625487d6d6cc852a349650f4cd80ad8 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file opus_afh.c Audio format handler for ogg/opus files. */
 
 
 /** \file opus_afh.c Audio format handler for ogg/opus files. */
 
index 2160f15192f30a8f1b5fde0be38fcd127a89681a..f8cf459c1008fe9731d9eaaaf253fd1be6710af9 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  * \file opus_common.h
 
 /**
  * \file opus_common.h
index 6f9d526c7d31f243b66679eb6555abdb0f2360d9..10ed394d295072d909441fe211fbcdc695ff62d0 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 2007-2012 Xiph.Org Foundation
  * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Copyright (c) 2007-2012 Xiph.Org Foundation
  * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
  *
- * Licensed under the GPL v2. For licencing details see COPYING.
+ * Licensed under the GPL v2, see file COPYING.
  */
 
 /** \file opusdec_filter.c The ogg/opus decoder. */
  */
 
 /** \file opusdec_filter.c The ogg/opus decoder. */
index 7fbdba5b770923988e646b96e74582f8ff4e8a1f..f80301e9df282c13ef0e7d8ab2a025dd61624ba7 100644 (file)
--- a/oss_mix.c
+++ b/oss_mix.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1998 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1998 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file oss_mix.c The OSS mixer plugin. */
 
 
 /** \file oss_mix.c The OSS mixer plugin. */
 
index 6f646c904016f92b13ea1b04f4a8cbb9f31243b8..d4b765857a852013bd3145e1a042589957d3f2aa 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file oss_write.c Paraslash's oss output plugin. */
 
 
 /** \file oss_write.c Paraslash's oss output plugin. */
 
diff --git a/para.h b/para.h
index 323a4fb5bce74bac7a04448a0d6581296fd7c3e4..b406818bd52a27bfc1794e0c95d8f9c0e9ef12a0 100644 (file)
--- a/para.h
+++ b/para.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file para.h global paraslash definitions */
 
 
 /** \file para.h global paraslash definitions */
 
diff --git a/play.c b/play.c
index 2155ebf824d45bb578bcb0b782c565be42e349b2..b304e427183d264b09d38eabbc0ec6c77990dec3 100644 (file)
--- a/play.c
+++ b/play.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file play.c Paraslash's standalone player. */
 
 
 /** \file play.c Paraslash's standalone player. */
 
index 55a83436bb366ccdb280df9bf90bc025640004c9..5f83b0fe0a35c9e5c31c97828bfa7af2bebc6208 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 #include <regex.h>
 #include <osl.h>
 
 #include <regex.h>
 #include <osl.h>
index 00704b29309a2edf1125221530940789d51c0053..fdd4165d70e5acda33fe2b97f1b3141730ce0c08 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file portable_io.h Inline functions for binary IO. */
 
 
 /** \file portable_io.h Inline functions for binary IO. */
 
index 8ca1630d8112242ee65b3feb63e2883ffdac7f86..ad2373767a8b8df5793472b795ac3d5b85327b55 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file prebuffer_filter.c Paraslash's prebuffering filter. */
 
 
 /** \file prebuffer_filter.c Paraslash's prebuffering filter. */
 
diff --git a/recv.c b/recv.c
index 26aa7fd7b8a7f650f52082f2f7a1d9b9cef951bf..7b46d78cac4602b1032508818c710fbcd2b0cc98 100644 (file)
--- a/recv.c
+++ b/recv.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file recv.c the stand-alone audio stream receiver */
 
 
 /** \file recv.c the stand-alone audio stream receiver */
 
diff --git a/recv.h b/recv.h
index 6fb70b9a70897e65232732a71194f666236b5a1c..f88ebd84897a89df5b748ab86acb399c37917e0a 100644 (file)
--- a/recv.h
+++ b/recv.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file recv.h Receiver-related structures and exported symbols of recv_common.c. */
 
 
 /** \file recv.h Receiver-related structures and exported symbols of recv_common.c. */
 
index 1ad84438026ce8f724ddf8d1fba8547a96276fb6..948de4745dda8c62bce88f31ec8362650ae85de0 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file recv_common.c common functions of para_recv and para_audiod */
 
 
 /** \file recv_common.c common functions of para_recv and para_audiod */
 
index 72a1864eeafb69982cc1f0e49a1013eb81872341..8a87b1f33fb063ca8d105683ddd74b091e4ffe2b 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file resample_filter.c A sample rate converter based on libsamplerate. */
 
 
 /** \file resample_filter.c A sample rate converter based on libsamplerate. */
 
index e6f03ee835a1c65bd2bdfca060dc0538f5f1e41a..76e2d7afc8ab7caea1207a36c37c8b6452af2816 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ringbuffer.c Simple ringbuffer implementation */
 
 
 /** \file ringbuffer.c Simple ringbuffer implementation */
 
index b422d57610e422e0d661e23b9960521be6512dbb..7a5635ca5553521c8fe75da4fc68ff58a11d6786 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file ringbuffer.h Exported symbols from ringbuffer.c. */
 
 
 /** \file ringbuffer.h Exported symbols from ringbuffer.c. */
 
diff --git a/sched.c b/sched.c
index 297348a16e0c3e85ea683dccf681c2ecbf278a4b..4fc65b4b368627c9175f26a193199adcbd787c55 100644 (file)
--- a/sched.c
+++ b/sched.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file sched.c Paraslash's scheduling functions. */
 
 
 /** \file sched.c Paraslash's scheduling functions. */
 
diff --git a/sched.h b/sched.h
index ada1cc106c068706fc175cc883450c17a237f4b7..35e2503e383be3611fc302f5a732e45cf322d506 100644 (file)
--- a/sched.h
+++ b/sched.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file sched.h Sched and task structures and exported symbols from sched.c. */
 
 
 /** \file sched.h Sched and task structures and exported symbols from sched.c. */
 
diff --git a/score.c b/score.c
index 30761e7556274effe0867335822ab2dc1916e065..983589333f088b600d85d9c0271044d7a21f8eb7 100644 (file)
--- a/score.c
+++ b/score.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file score.c Scoring functions to determine the audio file streaming order. */
 #include <regex.h>
 
 /** \file score.c Scoring functions to determine the audio file streaming order. */
 #include <regex.h>
diff --git a/send.h b/send.h
index b70ba09452a5cf9abff66d8a0c6b40472fd5a502..9a6e5f745c406abe4a91f34da7a104946922c1d5 100644 (file)
--- a/send.h
+++ b/send.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file send.h Sender-related defines and structures. */
 
 
 /** \file send.h Sender-related defines and structures. */
 
index b03be8775d9f4e12841cb8353639dd9f70725a1f..acb7aa6d06777863cccffe8a317749618b11060b 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file send_common.c Functions used by more than one paraslash sender. */
 
 
 /** \file send_common.c Functions used by more than one paraslash sender. */
 
index c5f9ede61a92be19c4a8580b0eaf01ca4bf4e319..b86137f9a9e0c32139b50a7fd05b8d7048381f86 100644 (file)
--- a/server.c
+++ b/server.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file server.c Paraslash's main server. */
 
 
 /** \file server.c Paraslash's main server. */
 
index 0bfca305fc5b6465aec22db6b5b0c155a682a141..079ff5a01cb8c70740aea1012df64014de56cf31 100644 (file)
--- a/server.h
+++ b/server.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file server.h Common server data structures. */
 
 
 /** \file server.h Common server data structures. */
 
index 9b64341a8ea8d883b1eac56a5c7db8cab4a23eae..ed7867a1c37027d7a49d1047bd349c5976d0e8d7 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file sideband.c Implementation of the sideband API. */
 
 
 /** \file sideband.c Implementation of the sideband API. */
 
index c9b698f978634858ae3ff8c95150975677be35ac..3023c7b6aee8c60a365362cc5083e703d3e3e187 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2012 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file sideband.h exported symbols from sideband.c */
 
 
 /** \file sideband.h exported symbols from sideband.c */
 
index 9153349fa8b20e96e56dfac3522aebdc2a6ebaff..32d6ab6624e5f493ac393b630a603c0968f11497 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 /** \file signal.c Signal handling functions. */
 
 #include <signal.h>
 /** \file signal.c Signal handling functions. */
 
 #include <signal.h>
index 742f677a2568cad3001ae9cc2220344ebf7f8b1b..e5532ded5a9378619f7951708b49c5b38bf52d18 100644 (file)
--- a/signal.h
+++ b/signal.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file signal.h exported symbols from signal.c */
 
 
 /** \file signal.h exported symbols from signal.c */
 
diff --git a/spx.h b/spx.h
index 1567ce8789ccca9598fee6036b23d37e2549fec9..4f46f03b73a62f357938af5285b274476db46aca 100644 (file)
--- a/spx.h
+++ b/spx.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  *  \file spx.h Structures and prototypes common to the speex audio format
 
 /**
  *  \file spx.h Structures and prototypes common to the speex audio format
index cd65ac519c0673c0b9df997f7608e2c86b5920dd..e23236470a3efdafb01b1179e49817f79427f40f 100644 (file)
--- a/spx_afh.c
+++ b/spx_afh.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /* This file is based on speexdec.c, by Jean-Marc Valin, see below. */
 
 
 /* This file is based on speexdec.c, by Jean-Marc Valin, see below. */
 
index c850cd198683b103215ee5a01615d27248937caa..b8eb99122dc5e273154302752f2be47acd9d0f99 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 2002-2006 Jean-Marc Valin
  * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Copyright (C) 2002-2006 Jean-Marc Valin
  * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
  *
- * Licensed under the GPL v2. For licencing details see COPYING.
+ * Licensed under the GPL v2, see file COPYING.
  */
 
 /**
  */
 
 /**
index 3266d090a8a8d24674963422b63883718cf3cfe8..5aa78b44bf79314dda28e82a83f0153f63d35e6d 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 2002-2006 Jean-Marc Valin
  * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Copyright (C) 2002-2006 Jean-Marc Valin
  * Copyright (C) 2010 Andre Noll <maan@tuebingen.mpg.de>
  *
- * Licensed under the GPL v2. For licencing details see COPYING.
+ * Licensed under the GPL v2, see file COPYING.
  */
 
 /** \file spxdec_filter.c Paraslash's ogg/speex decoder. */
  */
 
 /** \file spxdec_filter.c Paraslash's ogg/speex decoder. */
diff --git a/stat.c b/stat.c
index ac18363df2899156d7ed8b452b8d6143fcb2c40d..43e7998ad3fababb6ed74e18b40ad34f99b38244 100644 (file)
--- a/stat.c
+++ b/stat.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /**
  *  \file stat.c Functions used for sending/receiving the status of para_server
 
 /**
  *  \file stat.c Functions used for sending/receiving the status of para_server
diff --git a/stdin.c b/stdin.c
index 7b70690b9a5f80626ad979595ee211bcf0037ded..9408235a045a6767e2acf443208d95196990d379 100644 (file)
--- a/stdin.c
+++ b/stdin.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file stdin.c Functions that deal with reading from stdin. */
 
 
 /** \file stdin.c Functions that deal with reading from stdin. */
 
diff --git a/stdin.h b/stdin.h
index ca33b08a1affae80e07eef5be59d78b4f35006a4..8caee4cb316e876e81c085474c81bcaa6bba1805 100644 (file)
--- a/stdin.h
+++ b/stdin.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file stdin.h The standard in task structure. */
 
 
 /** \file stdin.h The standard in task structure. */
 
index 9fc20ed0253d91f9ecb3fe3591843feb48b82eb3..1f7791094a33a961c193c273a4c09e9b16f2be07 100644 (file)
--- a/stdout.c
+++ b/stdout.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file stdout.c Functions that deal with writing to stdout. */
 
 
 /** \file stdout.c Functions that deal with writing to stdout. */
 
index 0559fb5c1773c2ea9a55b34b1135725a2415d3d1..114c44f492add74d7e42e7bfdd2c0dde02f92698 100644 (file)
--- a/stdout.h
+++ b/stdout.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file stdout.h Writing to stdout via buffer trees. */
 
 
 /** \file stdout.h Writing to stdout via buffer trees. */
 
index e675502cf6707240a61be523c6fb510692991acd..742eafdfb1887a0dd9b9d34f15c6662d08dff828 100644 (file)
--- a/string.c
+++ b/string.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2004 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file string.c Memory allocation and string handling functions. */
 
 
 /** \file string.c Memory allocation and string handling functions. */
 
index a4093003d2d42cecb0be8cf75701a3ef30d96886..10251ae7c10b734bd906a644e0832e29b9e6bd9c 100644 (file)
--- a/string.h
+++ b/string.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file string.h exported symbols from string.c */
 
 
 /** \file string.h exported symbols from string.c */
 
index efc10116f788a79bee5e2e75dfdfc0e036d06f1a..2ca2a657de6a79cb9b9e9ee3be47789e11f48e05 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file sync_filter.c Playback synchronization filter. */
 
 
 /** \file sync_filter.c Playback synchronization filter. */
 
index 9c6516e2abdd9500848263f324dd7afbe8246829..75249fe32b0b0e159b4b6ad1773efa2673b2cd22 100644 (file)
@@ -1,9 +1,8 @@
 #!/bin/bash
 
 #!/bin/bash
 
-# paraslash test suite helper functions
-# Licensed under the GPL v2. For licencing details see COPYING.
-# uses ideas and code from git's test-lib.sh, Copyright (c) 2005 Junio C Hamano
-
+# Test suite helper functions, uses ideas and code from git's test-lib.sh,
+# Copyright (c) 2005 Junio C Hamano. Licensed under the GPL v2, see file
+# COPYING.
 
 get_audio_file_paths()
 {
 
 get_audio_file_paths()
 {
diff --git a/time.c b/time.c
index 90c6735644540f1431afcc1b376da0662823e80c..bb47b31b7b262ca8a988377d899e166abdd5d029 100644 (file)
--- a/time.c
+++ b/time.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 #include "para.h"
 /** \file time.c Helper functions for dealing with time values. */
 
 #include "para.h"
 /** \file time.c Helper functions for dealing with time values. */
index 4620d61a4603e46561881a3b7c0976a09c7788d9..67846b141926e80baba083edda9177fa8b3b6acf 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 /** \file udp_recv.c Paraslash's udp receiver */
 
 #include <netinet/in.h>
 /** \file udp_recv.c Paraslash's udp receiver */
 
 #include <netinet/in.h>
index 0ea95e41993c0c3442ff0fc219c2111f73e5e0f1..49c17631487db2cabedb4acd5444bb589d602762 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file udp_send.c Para_server's udp sender. */
 
 
 /** \file udp_send.c Para_server's udp sender. */
 
index b2d2ff5ec0a30ebcefd93278d5db24e545e72232..e48660299bd9fdff685782930ff7a876d9c061e5 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file user_list.c User handling for para_server. */
 
 
 /** \file user_list.c User handling for para_server. */
 
index 948ed503093e53d1df0e29430619c22092489235..41fad16464ae10eaea54f21ef5f2ec5bad6ce6ec 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file user_list.h exported functions from user_list.c */
 
 
 /** \file user_list.h exported functions from user_list.c */
 
index bc61f54bba03aaa5a3255c6831b1bf8d6e9d2324..d057f9c3b8310505215ba9c183a7deac710290a9 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2013 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file version.c Some helpers for printing version and copyright strings. */
 
 
 /** \file version.c Some helpers for printing version and copyright strings. */
 
diff --git a/vss.c b/vss.c
index f225aa74568fb057058cea5d3590aae0ffeffaf1..cf51f43f32608c72f56d1af0b8ad72f25c21161f 100644 (file)
--- a/vss.c
+++ b/vss.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 1997 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file vss.c The virtual streaming system.
  *
 
 /** \file vss.c The virtual streaming system.
  *
diff --git a/vss.h b/vss.h
index bf1357864e4a967952d0764d3e0175b11b8dc182..5ebcc4e41644f82a02f4e1519057e2b738de2061 100644 (file)
--- a/vss.h
+++ b/vss.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file vss.h Exported functions from vss.c (para_server). */
 
 
 /** \file vss.h Exported functions from vss.c (para_server). */
 
index eb38cd7d9626cc9be41957e2f6a04619503bb891..e749160d3337e87dc7c908c023ea100c955590e4 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file wav_filter.c A filter that inserts a wave header. */
 
 
 /** \file wav_filter.c A filter that inserts a wave header. */
 
index 01674f1a1dc1edfa500046f031b436cd83348635..e6048a868710e1e1b62213fda895d1dfc90a2bd1 100644 (file)
--- a/wma_afh.c
+++ b/wma_afh.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file wma_afh.c The audio format handler for WMA files. */
 
 
 /** \file wma_afh.c The audio format handler for WMA files. */
 
index fcaf3ce4574de8297a7bffa4c53bf09658ea6982..b123b5d2104a24500b8123f94bc7e2c6b8622fbc 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file wma_common.c Functions used by both the WMA afh and decoder. */
 
 
 /** \file wma_common.c Functions used by both the WMA afh and decoder. */
 
index b96f1460f45c77928214a884195d85b4eff04a56..edf50cb0b3834d8971fe9602f6528e2f2bd86e5d 100644 (file)
@@ -5,8 +5,7 @@
  *
  * Copyright (c) 2002 The FFmpeg Project
  *
  *
  * Copyright (c) 2002 The FFmpeg Project
  *
- * Licensed under the GNU Lesser General Public License.
- * For licencing details see COPYING.LIB.
+ * Licensed under the GNU Lesser General Public License, see file COPYING.LIB.
  */
 
 /** \file wmadec_filter.c paraslash's WMA decoder. */
  */
 
 /** \file wmadec_filter.c paraslash's WMA decoder. */
diff --git a/write.c b/write.c
index a1907b6f46a04f966722117e894f9fe0a69edb11..acfb94605b53d259a89ea41e75507b81e2cb2ca4 100644 (file)
--- a/write.c
+++ b/write.c
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2005 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file write.c Paraslash's standalone wav/raw player. */
 
 
 /** \file write.c Paraslash's standalone wav/raw player. */
 
diff --git a/write.h b/write.h
index fd3983ddf262f1edec986680c856c1d7f7c9c511..cb0beff812121b338e3749e80f63ad2cb99999db 100644 (file)
--- a/write.h
+++ b/write.h
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file write.h Writer-related structures. */
 
 
 /** \file write.h Writer-related structures. */
 
index d4d1b10b2ec597fa58ecf77dfad82ac01efa5d0c..14cc98a4189a5f74907f8bfcf416f62bcc2515c5 100644 (file)
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2006 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /** \file write_common.c common functions of para_audiod and para_write */
 
 
 /** \file write_common.c common functions of para_audiod and para_write */
 
index 1e06b8dcc1072cfb23e3cfbcc198d227706f1b22..2dbe21b779a82eebd79403fa5f60bc56925489dd 100644 (file)
--- a/yy/mp.lex
+++ b/yy/mp.lex
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
  /*
   * Since we do not supply yywrap(), we use noyywrap to instruct the scanner to
 
  /*
   * Since we do not supply yywrap(), we use noyywrap to instruct the scanner to
diff --git a/yy/mp.y b/yy/mp.y
index 82ef51402fd5da80b523a8d395cea709fb8ffbd8..0f2c9cb8b256a82eeb2fac78114f6026902a24f2 100644 (file)
--- a/yy/mp.y
+++ b/yy/mp.y
@@ -1,8 +1,4 @@
-/*
- * Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>
- *
- * Licensed under the GPL v2. For licencing details see COPYING.
- */
+/* Copyright (C) 2017 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
 
 /*
  * Provide more verbose and specific error messages instead of just "syntax
 
 /*
  * Provide more verbose and specific error messages instead of just "syntax