ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/version.c
Revision: 4005
Committed: Thu Jun 19 15:00:20 2014 UTC (11 years, 2 months ago) by michael
Content type: text/x-csrc
File size: 4479 byte(s)
Log Message:
- AUTHORS, version.c: added Fawkes to contributors

File Contents

# Content
1 /*
2 * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3 *
4 * Copyright (c) 1997-2014 ircd-hybrid development team
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19 * USA
20 */
21
22 /*! \file version.c
23 * \brief Includes license and version information shown in /info.
24 * \version $Id$
25 */
26
27 #include "patchlevel.h"
28 #include "serno.h"
29 #include "ircd.h"
30
31 const char *ircd_version = PATCHLEVEL;
32 const char *serno = SERIALNUM;
33
34 const char *infotext[] =
35 {
36 "ircd-hybrid --",
37 "Based on the original code written by Jarkko Oikarinen",
38 "Copyright (c) 1988-1991 University of Oulu, Computing Center",
39 "Copyright (c) 1997-2014 ircd-hybrid development team",
40 "",
41 "This program is free software; you can redistribute it and/or",
42 "modify it under the terms of the GNU General Public License as",
43 "published by the Free Software Foundation; either version 2, or",
44 "(at your option) any later version.",
45 "",
46 "",
47 "The hybrid team is a group of ircd coders who were frustrated",
48 "with the instability and all-out dirtiness of the EFnet ircds",
49 "available. hybrid is the name for the collective efforts of a group",
50 "of people, all of us.",
51 "",
52 "Anyone is welcome to contribute to this effort. You are encouraged",
53 "to participate in the Hybrid mailing list. To subscribe to the",
54 "Hybrid List, use this link:",
55 " https://lists.ircd-hybrid.org/mailman/listinfo/hybrid",
56 "",
57 "The core team as, of this major release:",
58 "",
59 "billy-jon, William Bierman III <bill@mu.org>",
60 "cryogen, Stuart Walsh <stu@ipng.org.uk>",
61 "Dianora, Diane Bruce <db@db.net>",
62 "metalrock, Jack Low <jclow@csupomona.edu>",
63 "Michael, Michael Wobst <michael@ircd-hybrid.de>",
64 "Rodder, Jon Lusky <lusky@blown.net>",
65 "Wohali, Joan Touzet <joant@ieee.org>",
66 "",
67 "The following people have contributed blood, sweat, and/or code to",
68 "recent releases of Hybrid, in nick alphabetical order:",
69 "",
70 "A1kmm, Andrew Miller <a1kmm@mware.virtualave.net>",
71 "Adam, Adam <Adam@anope.org>",
72 "Adrian Chadd <adrian@creative.net.au>",
73 "adx, Piotr Nizynski <nizynski@sysplex.pl>",
74 "AndroSyn, Aaron Sethman <androsyn@ratbox.org>",
75 "bane, Dragan Dosen <bane@idolnet.org>",
76 "bysin, Ben Kittridge <bkittridge@cfl.rr.com>",
77 "cosine, Patrick Alken <wnder@uwns.underworld.net>",
78 "David-T, David Taylor <davidt@yadt.co.uk>",
79 "Dom, Dominic Hargreaves <dom@earth.li>",
80 "Fawkes, Christoph Ostermeier <fawkes@phat-net.de>",
81 "fgeek, Henri Salo <henri@nerv.fi>",
82 "fl, Lee Hardy <lee@leeh.co.uk>",
83 "Garion, Joost Vunderink <garion@efnet.nl>",
84 "Habeeb, David Supuran <habeeb@cfl.rr.com>",
85 "Hwy101, W. Campbell <wcampbel@botbay.net>",
86 "jmallett, Juli Mallett <jmallett@FreeBSD.org>",
87 "joshk, Joshua Kwan <joshk@triplehelix.org>",
88 "jv, Jakub Vlasek <jv@pilsedu.cz>",
89 "k9, Jeremy Chadwick <ircd@jdc.parodius.com>",
90 "kire, Erik Small <smalle@hawaii.edu>",
91 "knight, Alan LeVee <alan.levee@prometheus-designs.net>",
92 "kre, Dinko Korunic <kreator@fly.srk.fer.hr>",
93 "madmax, Paul Lomax <madmax@efnet.org>",
94 "Riedel, Dennis Vink, <riedel@chaotic.nl>",
95 "scuzzy, David Todd <scuzzy@aniverse.net>",
96 "spookey, David Colburn <spookey@spookey.org>",
97 "TimeMr14C, Yusuf Iskenderoglu <uhc0@stud.uni-karlsruhe.de>",
98 "toot, Toby Verrall <to7@antipope.fsnet.co.uk>",
99 "vx0, Mark Miller <mark@oc768.net>",
100 "wiz, Jason Dambrosio <jason@wiz.cx>",
101 "Xride, S\xC3\xB8ren Straarup <xride@x12.dk>",
102 "zb^3, Alfred Perlstein <alfred@freebsd.org>",
103 "",
104 "Others are welcome. Always. And if we left anyone off the above list,",
105 "be sure to let us know that too. Many others have contributed to",
106 "previous versions of this ircd and its ancestors, too many to list",
107 "here.",
108 "",
109 "Send bug fixes/complaints/rotten tomatoes to bugs@ircd-hybrid.org.",
110 "", 0
111 };

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision