From b7561a82c59655512bc85214ae434eb245d5d936 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 Jan 2014 18:29:16 +0000 Subject: - m_dline.c, m_kline.c: fixed wrong copyright years git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2819 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_dline.c | 2 +- modules/m_kline.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/m_dline.c b/modules/m_dline.c index b03303d..eae25ba 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -1,7 +1,7 @@ /* * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * - * Copyright (c) 2002-2014 ircd-hybrid development team + * Copyright (c) 1997-2014 ircd-hybrid development team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/modules/m_kline.c b/modules/m_kline.c index 56c2de3..f8e47df 100644 --- a/modules/m_kline.c +++ b/modules/m_kline.c @@ -1,7 +1,7 @@ /* * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * - * Copyright (c) 2002-2014 ircd-hybrid development team + * Copyright (c) 1997-2014 ircd-hybrid development team * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by -- cgit