diff --git a/src/auth_anonymous.c b/src/auth_anonymous.c index f62832e7..227f908e 100644 --- a/src/auth_anonymous.c +++ b/src/auth_anonymous.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2015, Philipp "ph3-der-loewe" Schafft , */ /** diff --git a/src/auth_htpasswd.c b/src/auth_htpasswd.c index e01a1d88..48bf347e 100644 --- a/src/auth_htpasswd.c +++ b/src/auth_htpasswd.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , */ /** diff --git a/src/auth_static.c b/src/auth_static.c index b5df1020..3b60422a 100644 --- a/src/auth_static.c +++ b/src/auth_static.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ /** diff --git a/src/auth_url.c b/src/auth_url.c index 7625dc81..c4b33fb1 100644 --- a/src/auth_url.c +++ b/src/auth_url.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011-2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , */ /* diff --git a/src/compat.h b/src/compat.h index b249f550..2b51f885 100644 --- a/src/compat.h +++ b/src/compat.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __COMPAT_H__ diff --git a/src/configtest.c b/src/configtest.c index 2cd6b03c..a8c02a71 100644 --- a/src/configtest.c +++ b/src/configtest.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2015, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/connection.h b/src/connection.h index 654f887e..3261d1ee 100644 --- a/src/connection.h +++ b/src/connection.h @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __CONNECTION_H__ diff --git a/src/curl.c b/src/curl.c index 11a743db..601ff731 100644 --- a/src/curl.c +++ b/src/curl.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2015, Philipp "ph3-der-loewe" Schafft , + * Copyright 2015-2018, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/event.c b/src/event.c index 7665b093..c43b3f92 100644 --- a/src/event.c +++ b/src/event.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2014, Philipp Schafft + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ diff --git a/src/event_exec.c b/src/event_exec.c index 922d547c..e57a669f 100644 --- a/src/event_exec.c +++ b/src/event_exec.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/event_log.c b/src/event_log.c index 36f194d2..10c61a90 100644 --- a/src/event_log.c +++ b/src/event_log.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/event_url.c b/src/event_url.c index 7176209a..71e24adf 100644 --- a/src/event_url.c +++ b/src/event_url.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/format.c b/src/format.c index 61ecf7c4..cd775d46 100644 --- a/src/format.c +++ b/src/format.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; -*- */ diff --git a/src/format.h b/src/format.h index aa94aa68..5ddae298 100644 --- a/src/format.h +++ b/src/format.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ /* format.h diff --git a/src/format_ebml.c b/src/format_ebml.c index 40391731..1e2353fa 100644 --- a/src/format_ebml.c +++ b/src/format_ebml.c @@ -7,7 +7,7 @@ * * Copyright 2012, David Richards, Mozilla Foundation, * and others (see AUTHORS for details). - * Copyright 2014, Philipp "ph3-der-loewe" Schafft . + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ /* format_ebml.c diff --git a/src/format_flac.c b/src/format_flac.c index 4e4e8b0d..d804463d 100644 --- a/src/format_flac.c +++ b/src/format_flac.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_flac.h b/src/format_flac.h index 2d9ed718..56eeffc0 100644 --- a/src/format_flac.h +++ b/src/format_flac.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_kate.c b/src/format_kate.c index 67806743..e0d8d51e 100644 --- a/src/format_kate.c +++ b/src/format_kate.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_kate.h b/src/format_kate.h index 463ea3e2..a4764fa9 100644 --- a/src/format_kate.h +++ b/src/format_kate.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_midi.c b/src/format_midi.c index 32b3aeb9..2861edd3 100644 --- a/src/format_midi.c +++ b/src/format_midi.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_midi.h b/src/format_midi.h index 1dc39e34..17207ea5 100644 --- a/src/format_midi.h +++ b/src/format_midi.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_mp3.c b/src/format_mp3.c index f652868d..1d476dad 100644 --- a/src/format_mp3.c +++ b/src/format_mp3.c @@ -9,7 +9,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011-2012, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , */ /* format_mp3.c diff --git a/src/format_mp3.h b/src/format_mp3.h index ede5729b..494f8ef1 100644 --- a/src/format_mp3.h +++ b/src/format_mp3.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ /* format_mp3.h diff --git a/src/format_ogg.c b/src/format_ogg.c index c2795adb..598f5b34 100644 --- a/src/format_ogg.c +++ b/src/format_ogg.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ /* format_ogg.c diff --git a/src/format_ogg.h b/src/format_ogg.h index 04bdcf4a..18679db5 100644 --- a/src/format_ogg.h +++ b/src/format_ogg.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ /* format_ogg.h diff --git a/src/format_opus.c b/src/format_opus.c index bb810fa9..a1d3d27a 100644 --- a/src/format_opus.c +++ b/src/format_opus.c @@ -7,6 +7,7 @@ * * Copyright 2012, David Richards, Mozilla Foundation, * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_opus.h b/src/format_opus.h index 0bee443f..e8d77aae 100644 --- a/src/format_opus.h +++ b/src/format_opus.h @@ -7,6 +7,7 @@ * * Copyright 2012, David Richards, Mozilla Foundation, * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_skeleton.c b/src/format_skeleton.c index d29d806b..ec949400 100644 --- a/src/format_skeleton.c +++ b/src/format_skeleton.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_speex.c b/src/format_speex.c index 70347de0..02bd85a2 100644 --- a/src/format_speex.c +++ b/src/format_speex.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_speex.h b/src/format_speex.h index 61fc6dd4..6e1830bf 100644 --- a/src/format_speex.h +++ b/src/format_speex.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_theora.c b/src/format_theora.c index bbd2a15d..40e15690 100644 --- a/src/format_theora.c +++ b/src/format_theora.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/format_vorbis.c b/src/format_vorbis.c index 134870a0..c3bf7bc4 100644 --- a/src/format_vorbis.c +++ b/src/format_vorbis.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ diff --git a/src/fserve.h b/src/fserve.h index 86d94a03..d8f70c00 100644 --- a/src/fserve.h +++ b/src/fserve.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __FSERVE_H__ diff --git a/src/global.c b/src/global.c index 9671e036..2a2fec6f 100644 --- a/src/global.c +++ b/src/global.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2015-2018, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ diff --git a/src/global.h b/src/global.h index 7d372ce7..1415d1e9 100644 --- a/src/global.h +++ b/src/global.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __GLOBAL_H__ diff --git a/src/logging.c b/src/logging.c index 6ae0054a..145dbfcc 100644 --- a/src/logging.c +++ b/src/logging.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011-2012, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/logging.h b/src/logging.h index 36dee18d..9ffde1f7 100644 --- a/src/logging.h +++ b/src/logging.h @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __LOGGING_H__ diff --git a/src/matchfile.c b/src/matchfile.c index 5e3176a5..a3b71af3 100644 --- a/src/matchfile.c +++ b/src/matchfile.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2015, Philipp "ph3-der-loewe" Schafft + * Copyright 2015-2018, Philipp "ph3-der-loewe" Schafft */ #ifdef HAVE_CONFIG_H diff --git a/src/md5.c b/src/md5.c index 16eefa0e..e57d01dd 100644 --- a/src/md5.c +++ b/src/md5.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2015, Philipp "ph3-der-loewe" Schafft , */ /* diff --git a/src/refbuf.c b/src/refbuf.c index dc3ed7d0..1276149b 100644 --- a/src/refbuf.c +++ b/src/refbuf.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2015, Philipp "ph3-der-loewe" Schafft , */ /* refbuf.c diff --git a/src/sighandler.c b/src/sighandler.c index 01319b33..6057e445 100644 --- a/src/sighandler.c +++ b/src/sighandler.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011-2012, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2015, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/sighandler.h b/src/sighandler.h index 63c8dfc5..b366930a 100644 --- a/src/sighandler.h +++ b/src/sighandler.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2012, Philipp "ph3-der-loewe" Schafft , */ #ifndef __SIGHANDLER_H__ diff --git a/src/slave.c b/src/slave.c index 29637d23..145871fb 100644 --- a/src/slave.c +++ b/src/slave.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ diff --git a/src/slave.h b/src/slave.h index f74191c6..3814f94a 100644 --- a/src/slave.h +++ b/src/slave.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __SLAVE_H__ diff --git a/src/stats.c b/src/stats.c index c40883c0..b8a4fb5a 100644 --- a/src/stats.c +++ b/src/stats.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2014, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/stats.h b/src/stats.h index e8c21be5..299aad36 100644 --- a/src/stats.h +++ b/src/stats.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __STATS_H__ diff --git a/src/tls.c b/src/tls.c index 94922f88..be858f05 100644 --- a/src/tls.c +++ b/src/tls.c @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2016, Philipp "ph3-der-loewe" Schafft , + * Copyright 2016-2018, Philipp "ph3-der-loewe" Schafft , */ /** diff --git a/src/tls.h b/src/tls.h index 4ba505ac..35266cb5 100644 --- a/src/tls.h +++ b/src/tls.h @@ -3,7 +3,7 @@ * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. * - * Copyright 2016, Philipp "ph3-der-loewe" Schafft , + * Copyright 2016-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __TLS_H__ diff --git a/src/xslt.h b/src/xslt.h index 2fe5fd53..8a22d550 100644 --- a/src/xslt.h +++ b/src/xslt.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2018, Philipp "ph3-der-loewe" Schafft , */ #include diff --git a/src/yp.c b/src/yp.c index 34383f04..b736de87 100644 --- a/src/yp.c +++ b/src/yp.c @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2013-2018, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ diff --git a/src/yp.h b/src/yp.h index 40d43844..1423843a 100644 --- a/src/yp.h +++ b/src/yp.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */