summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c15
1 files changed, 9 insertions, 6 deletions
diff --git a/src/version.c b/src/version.c
index 43f1dbd..fad9d38 100644
--- a/src/version.c
+++ b/src/version.c
@@ -1,7 +1,7 @@
/*
- * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd).
+ * 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
@@ -17,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 version.c
+ * \brief Includes license and version information shown in /info.
+ * \version $Id$
*/
#include "patchlevel.h"
@@ -32,8 +35,8 @@ const char *infotext[] =
{
"ircd-hybrid --",
"Based on the original code written by Jarkko Oikarinen",
- "Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
- "Copyright (c) 1997-2014 Hybrid Development Team",
+ "Copyright (c) 1988-1991 University of Oulu, Computing Center",
+ "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",