diff options
Diffstat (limited to 'src/whowas.c')
-rw-r--r-- | src/whowas.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/whowas.c b/src/whowas.c index 7e0b288..0a7a50b 100644 --- a/src/whowas.c +++ b/src/whowas.c @@ -1,8 +1,7 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). - * whowas.c: WHOWAS user cache. + * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * - * Copyright (C) 2005 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 whowas.c + * \brief WHOWAS user cache. + * \version $Id$ */ #include "stdinc.h" |