/*
 *   IRC - Internet Relay Chat, src/version.c
 *   Copyright (C) 1990 Chelsea Ashley Dyerman
 *
 *   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
 *   the Free Software Foundation; either version 1, or (at your option)
 *   any later version.
 *
 *   This program is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program; if not, write to the Free Software
 *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */

/*
 * This file is generated by version.c.SH. Any changes made will go away.
 */

#include "patchlevel.h"
#include "serno.h"

char *generation = "3";
char *creation = "Fri Jun 23 2006 at 15:19:31 IST";
char *platform = "Linux skynet 2.6.8-1-686-smp #1 SMP Thu Nov 25 04:55:00 UTC 2004 i686 GNU/Linux";
char *ircd_version = PATCHLEVEL;
char *serno = SERIALNUM;

char *infotext[] =
{
  "IRC --",
  "Based on the original code written by Jarkko Oikarinen",
  "Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center",
  "Copyright (c) 1996-2001 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 the Free Software Foundation; either version 1, or",
  "(at your option) any later version.",
  "",
  "The hybrid team is a group of ircd coders who were frustrated",
  "with the instability and all-out dirtiness of the EFnet ircd's",
  "available. hybrid is the name for the collective efforts of a group",
  "of people, all of us.",
  " ",
  "Anyone is welcome to contribute to this effort.  You are encouraged",
  "to participate in the Hybrid mailing list.  To subscribe to the",
  "Hybrid List, use this link:",
  "  https://lists.ircd-hybrid.org/mailman/listinfo/hybrid",
  " ",
  "The core team as, of this major release:",
  " ",
  "adrian, Adrian Chadd <adrian@creative.net.au>",
  "adx, Piotr Nizynski <adx@crashnet.pl>",
  "AndroSyn, Aaron Sethman <androsyn@ratbox.org>",
  "billy-jon, William Bierman III <bill@mu.org>",
  "cosine, Patrick Alken <wnder@uwns.underworld.net>",
  "David-T, David Taylor <davidt@yadt.co.uk>",
  "Dianora, Diane Bruce <db@db.net>",
  "ievil, Arnvid L. Karstad <ievil@isd.no>",
  "jmallett, Juli Mallett <jmallett@FreeBSD.org>",
  "kire, Erik Small <smalle@hawaii.edu>",
  "metalrock, Jack Low <musirc@users.sourceforge.net>",
  "Rodder, Jon Lusky <luskyircd@blown.net>",
  "vulture, Sean Stanek <vulture@cs.iastate.edu>",
  "wiz, Jason Dambrosio <jason@wiz.cx>",
  "Wohali, Joan Touzet <joant@ieee.org>",
  "xyst, Greg Prosser <gnp@arrogant.org>",
  " ",
  "The following people have contributed blood, sweat, and/or code to",
  "this release of hybrid, in nick alphabetical order:",
  " ",
  "A1kmm, Andrew Miller <a1kmm@mware.virtualave.net>",
  "bysin, Ben Kittridge <bkittridge@cfl.rr.com>",
  "cryogen, Stuart Walsh <stu@ipng.org.uk>",
  "desrt, Ryan Lortie <desertangel@mindless.com>",
  "einride, Erik S. Johansen, <einride@einride.org>",
  "fl, Lee Hardy <lee@leeh.co.uk>",
  "Habeeb, David Supuran <habeeb@cfl.rr.com>",
  "Hwy101, W. Campbell <wcampbel@botbay.net>",
  "isomer, Perry Lorier <perry@coders.net>",
  "jv, Jakub Vlasek <jv@pilsedu.cz>",
  "k9, Jeremy Chadwick <yoshi@parodius.com>",
  "kre, Dinko Korunic <kreator@fly.srk.fer.hr>",
  "larne, Edward Brocklesby <ejb@sdf.lonestar.org>",
  "madmax, Paul Lomax <madmax@efnet.org>",
  "Neph|l|m, Adel Mezibra <adel@cybercable.fr>",
  "Riedel, Dennis Vink, <riedel@chaotic.nl>",
  "Robert Alan Byer <byer@mail.ourservers.net>",
  "scuzzy, David Todd <scuzzy@aniverse.net>",
  "spookey, David Colburn <spookey@spookey.org>",
  "TimeMr14C, Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>",
  "toot, Toby Verrall <to7@antipope.fsnet.co.uk>",
  "vx0, Mark Miller <mark@oc768.net>",
  "zb^3, Alfred Perlstein <alfred@freebsd.org>",
  " ",
  "Others are welcome.  Always.  And if we left anyone off the above list,",
  "be sure to let us know that too.  Many others have contributed to",
  "previous versions of this ircd and it's ancestors, too many to list",
  "here.",
  " ",
  "Send bug fixes/complaints/rotten tomatoes to bugs@ircd-hybrid.org.",
  "",
  0,
};
