From aeb0b42a4f92ced807c83364ff4f36712b7b3d89 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 19 Jan 2014 14:35:59 +0000 Subject: - Clean up all files in include/ (fixed indentation, removed whitespaces/tabs) - Fixed copyright years git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2866 82007160-df01-0410-b94d-b575c5fd34c7 --- include/s_gline.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'include/s_gline.h') diff --git a/include/s_gline.h b/include/s_gline.h index 677d7b2..f145fa9 100644 --- a/include/s_gline.h +++ b/include/s_gline.h @@ -1,8 +1,7 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). - * s_gline.h: A header for the gline functions. + * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * - * Copyright (C) 2002 by the past and present ircd coders, and others. + * 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 @@ -18,8 +17,11 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA - * - * $Id$ + */ + +/*! \file s_gline.h + * \brief A header for the gline functions. + * \version $Id$ */ #ifndef INCLUDED_s_gline_h @@ -41,7 +43,8 @@ struct gline_pending { dlink_node node; - struct { + struct + { char oper_nick[NICKLEN + 1]; char oper_user[USERLEN + 1]; char oper_host[HOSTLEN + 1]; -- cgit