From b1c4b9ac49b74f992e17d03d3c4a7609310f3a3f Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Sat, 3 Oct 2020 08:44:37 +0000 Subject: [PATCH] Update: Updated copyright statements --- src/admin.c | 2 +- src/cfgfile.c | 2 +- src/cfgfile.h | 2 +- src/listensocket.h | 2 +- src/logging.c | 2 +- src/logging.h | 2 +- src/main.c | 2 +- src/reportxml.c | 2 +- src/slave.c | 2 +- src/source.c | 2 +- src/source.h | 2 +- src/stats.c | 2 +- src/util.h | 2 +- src/xslt.c | 2 +- src/xslt.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/admin.c b/src/admin.c index aa39f969..bc65194c 100644 --- a/src/admin.c +++ b/src/admin.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2020, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/cfgfile.c b/src/cfgfile.c index 1d661cac..b7407e05 100644 --- a/src/cfgfile.c +++ b/src/cfgfile.c @@ -10,7 +10,7 @@ * and others (see AUTHORS for details). * Copyright 2011, Dave 'justdave' Miller . * Copyright 2011-2014, Thomas B. "dm8tbr" Ruecker , - * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2020, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/cfgfile.h b/src/cfgfile.h index edab5748..fc6b584f 100644 --- a/src/cfgfile.h +++ b/src/cfgfile.h @@ -9,7 +9,7 @@ * Karl Heyes * and others (see AUTHORS for details). * Copyright 2011, Dave 'justdave' Miller . - * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2020, Philipp "ph3-der-loewe" Schafft , */ #ifndef __CFGFILE_H__ diff --git a/src/listensocket.h b/src/listensocket.h index fb09b42b..cb7974df 100644 --- a/src/listensocket.h +++ b/src/listensocket.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 2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2018-2020, Philipp "ph3-der-loewe" Schafft , */ #ifndef __LISTENSOCKET_H__ diff --git a/src/logging.c b/src/logging.c index 9f90d560..2ec6af46 100644 --- a/src/logging.c +++ b/src/logging.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2020, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/logging.h b/src/logging.h index ffd0a604..a84fefcd 100644 --- a/src/logging.h +++ b/src/logging.h @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2014-2020, Philipp "ph3-der-loewe" Schafft , */ #ifndef __LOGGING_H__ diff --git a/src/main.c b/src/main.c index 31af8b9f..ed3e0387 100644 --- a/src/main.c +++ b/src/main.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes , * and others (see AUTHORS for details). - * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2011-2020, Philipp "ph3-der-loewe" Schafft , * Copyright 2014, Thomas B. Ruecker . */ diff --git a/src/reportxml.c b/src/reportxml.c index 632ce0d4..67a4d161 100644 --- a/src/reportxml.c +++ b/src/reportxml.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 2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2018-2020, Philipp "ph3-der-loewe" Schafft , */ /** diff --git a/src/slave.c b/src/slave.c index 662a3485..67d4ffb8 100644 --- a/src/slave.c +++ b/src/slave.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2020, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ diff --git a/src/source.c b/src/source.c index dd9684fc..4f43de47 100644 --- a/src/source.c +++ b/src/source.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2020, Philipp "ph3-der-loewe" Schafft , */ /* -*- c-basic-offset: 4; indent-tabs-mode: nil; -*- */ diff --git a/src/source.h b/src/source.h index 86b9990a..755b911d 100644 --- a/src/source.h +++ b/src/source.h @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2020, Philipp "ph3-der-loewe" Schafft , */ #ifndef __SOURCE_H__ diff --git a/src/stats.c b/src/stats.c index 365a406a..cf3bed1e 100644 --- a/src/stats.c +++ b/src/stats.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2020, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/util.h b/src/util.h index 65ea074f..db9037b8 100644 --- a/src/util.h +++ b/src/util.h @@ -5,7 +5,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018 Philipp "ph3-der-loewe" Schafft + * Copyright 2012-2020 Philipp "ph3-der-loewe" Schafft * * This program is distributed under the GNU General Public License, version 2. * A copy of this license is included with this source. diff --git a/src/xslt.c b/src/xslt.c index 37e849df..480b3f74 100644 --- a/src/xslt.c +++ b/src/xslt.c @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2012-2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2012-2020, Philipp "ph3-der-loewe" Schafft , */ #ifdef HAVE_CONFIG_H diff --git a/src/xslt.h b/src/xslt.h index 09501d1c..ed533f9f 100644 --- a/src/xslt.h +++ b/src/xslt.h @@ -8,7 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). - * Copyright 2018, Philipp "ph3-der-loewe" Schafft , + * Copyright 2018-2020, Philipp "ph3-der-loewe" Schafft , */ #include