ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/version.c
Revision: 7529
Committed: Sun Apr 10 17:26:07 2016 UTC (9 years, 4 months ago) by michael
Content type: text/x-csrc
File size: 4506 byte(s)
Log Message:
- Update AUTHORS and version.c

File Contents

# Content
1 /*
2 * ircd-hybrid: an advanced, lightweight Internet Relay Chat Daemon (ircd)
3 *
4 * Copyright (c) 1997-2016 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
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-2016 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 ircd-hybrid mailing list. To subscribe to the",
54 "ircd-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 "Dianora, Diane Bruce <db@db.net>",
60 "Michael, Michael Wobst <michael@ircd-hybrid.de>",
61 "Rodder, Jon Lusky <lusky@blown.net>",
62 "Wohali, Joan Touzet <joant@ieee.org>",
63 "",
64 "The following people have contributed blood, sweat, and/or code to",
65 "recent releases of ircd-hybrid, in nick alphabetical order:",
66 "",
67 "A1kmm, Andrew Miller <a1kmm@mware.virtualave.net>",
68 "Adam, Adam <Adam@anope.org>",
69 "Adrian Chadd <adrian@creative.net.au>",
70 "adx, Piotr Nizynski <nizynski@sysplex.pl>",
71 "AndroSyn, Aaron Sethman <androsyn@ratbox.org>",
72 "bane, Dragan Dosen <bane@idolnet.org>",
73 "billy-jon, William Bierman III <bill@thebiermans.org>",
74 "bysin, Ben Kittridge <bkittridge@cfl.rr.com>",
75 "cosine, Patrick Alken <wnder@uwns.underworld.net>",
76 "cryogen, Stuart Walsh <stu@ipng.org.uk>",
77 "David-T, David Taylor <davidt@yadt.co.uk>",
78 "Dom, Dominic Hargreaves <dom@earth.li>",
79 "Fawkes, Christoph Ostermeier <fawkes@phat-net.de>",
80 "fgeek, Henri Salo <henri@nerv.fi>",
81 "fl, Lee Hardy <lee@leeh.co.uk>",
82 "Garion, Joost Vunderink <garion@efnet.nl>",
83 "Habeeb, David Supuran <habeeb@cfl.rr.com>",
84 "Hwy101, W. Campbell <wcampbel@botbay.net>",
85 "jmallett, Juli Mallett <jmallett@FreeBSD.org>",
86 "joshk, Joshua Kwan <joshk@triplehelix.org>",
87 "jv, Jakub Vlasek <jv@pilsedu.cz>",
88 "k9, Jeremy Chadwick <ircd@jdc.parodius.com>",
89 "kire, Erik Small <smalle@hawaii.edu>",
90 "knight, Alan LeVee <alan.levee@prometheus-designs.net>",
91 "kre, Dinko Korunic <kreator@fly.srk.fer.hr>",
92 "madmax, Paul Lomax <madmax@efnet.org>",
93 "metalrock, Jack Low <jclow@csupomona.edu>",
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