diff options
Diffstat (limited to 'include/channel_mode.h')
-rw-r--r-- | include/channel_mode.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/include/channel_mode.h b/include/channel_mode.h index 76eb123..7e52759 100644 --- a/include/channel_mode.h +++ b/include/channel_mode.h @@ -1,8 +1,7 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). - * channel_mode.h: The ircd channel mode header. + * 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,10 +17,12 @@ * 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 channel_mode.h + * \brief Includes channel mode related definitions and structures. + * \version $Id$ + */ #ifndef INCLUDED_channel_mode_h #define INCLUDED_channel_mode_h |