diff options
Diffstat (limited to 'include/s_user.h')
-rw-r--r-- | include/s_user.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/include/s_user.h b/include/s_user.h index 77e5949..732da48 100644 --- a/include/s_user.h +++ b/include/s_user.h @@ -1,8 +1,7 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). - * s_user.h: A header for the user 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_user.h + * \brief A header for the user functions. + * \version $Id$ */ #ifndef INCLUDED_s_user_h @@ -56,5 +58,4 @@ extern void delete_isupport(const char *); extern void init_isupport(void); extern void rebuild_isupport_message_line(void); extern void user_set_hostmask(struct Client *, const char *, const int); - #endif |