From 651ece018c7006739b34645f47eb29c7f16fbc89 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Fri, 25 May 2018 12:38:01 +0000 Subject: [PATCH] Update: Corrected Copyright statements --- src/acl.c | 2 +- src/acl.h | 2 +- src/admin.h | 1 + src/auth.h | 2 +- src/event.h | 2 +- src/source.h | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/acl.c b/src/acl.c index 522c3583..79e3f6ad 100644 --- a/src/acl.c +++ b/src/acl.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/acl.h b/src/acl.h index 1449bf83..80222c8c 100644 --- a/src/acl.h +++ b/src/acl.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 2014, Philipp Schafft + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __ACL_H__ diff --git a/src/admin.h b/src/admin.h index 390438f3..2d07c10b 100644 --- a/src/admin.h +++ b/src/admin.h @@ -8,6 +8,7 @@ * oddsock , * Karl Heyes * and others (see AUTHORS for details). + * Copyright 2011-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __ADMIN_H__ diff --git a/src/auth.h b/src/auth.h index c0e1b1ca..ce676823 100644 --- a/src/auth.h +++ b/src/auth.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 __AUTH_H__ diff --git a/src/event.h b/src/event.h index a65f128a..dc0dedec 100644 --- a/src/event.h +++ b/src/event.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 2014, Philipp Schafft + * Copyright 2014-2018, Philipp "ph3-der-loewe" Schafft , */ #ifndef __EVENT_H__ diff --git a/src/source.h b/src/source.h index af46e536..ea527283 100644 --- a/src/source.h +++ b/src/source.h @@ -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 , */ #ifndef __SOURCE_H__