summaryrefslogtreecommitdiff
path: root/include/ircd_signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ircd_signal.h')
-rw-r--r--include/ircd_signal.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/ircd_signal.h b/include/ircd_signal.h
index 3871e98..31884bb 100644
--- a/include/ircd_signal.h
+++ b/include/ircd_signal.h
@@ -1,8 +1,7 @@
/*
- * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
- * ircd_signal.h: A header for ircd signals.
+ * 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,14 +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 ircd_signal.h
+ * \brief A header for ircd signals.
+ * \version $Id$
*/
#ifndef INCLUDED_ircd_signal_h
#define INCLUDED_ircd_signal_h
extern void setup_signals(void);
-
#endif /* INCLUDED_ircd_signal_h */
-