diff options
Diffstat (limited to 'include/hostmask.h')
-rw-r--r-- | include/hostmask.h | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/include/hostmask.h b/include/hostmask.h index 2275c27..d1a23be 100644 --- a/include/hostmask.h +++ b/include/hostmask.h @@ -1,8 +1,7 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). - * hostmask.h: A header for the hostmask code. + * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * - * Copyright (C) 2005 by the past and present ircd coders, and others. + * Copyright (c) 2001-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,12 +17,15 @@ * 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 hostmask.h + * \brief A header for the hostmask code. + * \version $Id$ */ #ifndef INCLUDE_hostmask_h -#define INCLUDE_hostmask_h 1 +#define INCLUDE_hostmask_h #define ATABLE_SIZE 0x1000 |