summaryrefslogtreecommitdiff
path: root/src/s_bsd_kqueue.c
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-25 21:09:56 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-01-25 21:09:56 +0000
commit4a3da8dcd051266aa6a4e6617f1d13b2e217d776 (patch)
treee7404b698115ab0bba4951cd88119fec4d54ab5c /src/s_bsd_kqueue.c
parent74ae0f92cc73db9afda251ae32a6c4d973a96cb5 (diff)
- Clean up all files in src/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2917 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'src/s_bsd_kqueue.c')
-rw-r--r--src/s_bsd_kqueue.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/s_bsd_kqueue.c b/src/s_bsd_kqueue.c
index 5d8dbed..ab04b0f 100644
--- a/src/s_bsd_kqueue.c
+++ b/src/s_bsd_kqueue.c
@@ -1,9 +1,7 @@
/*
- * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
- * s_bsd_kqueue.c: FreeBSD kqueue compatible network routines.
+ * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
*
- * Originally by Adrian Chadd <adrian@creative.net.au>
- * Copyright (C) 2005 Hybrid Development Team
+ * Copyright (c) 2000-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
@@ -19,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_bsd_kqueue.c
+ * \brief kqueue() compatible network routines.
+ * \version $Id$
*/
#include "stdinc.h"