diff options
Diffstat (limited to 'src/conf_db.c')
-rw-r--r-- | src/conf_db.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/conf_db.c b/src/conf_db.c index cbf1770..9f5af76 100644 --- a/src/conf_db.c +++ b/src/conf_db.c @@ -1,8 +1,8 @@ /* - * ircd-hybrid: an advanced Internet Relay Chat Daemon(ircd). + * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd) * * Copyright (C) 1996-2009 by Andrew Church <achurch@achurch.org> - * Copyright (C) 2012 by the Hybrid Development Team. + * Copyright (c) 2012-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 @@ -25,6 +25,7 @@ * \version $Id$ */ + #include "stdinc.h" #include "conf_db.h" #include "memory.h" |