Formatting fixes for credits

Contributed from jackal^, but fixed up a bit.
This commit is contained in:
Elizabeth Myers 2016-04-09 04:54:56 -05:00
parent b376d0fd46
commit b14d2bd6ea
2 changed files with 20 additions and 23 deletions

27
CREDITS
View File

@ -1,17 +1,18 @@
Charybdis started as an evolution from ircd-ratbox. Its development Charybdis started as an evolution from ircd-ratbox. Its development
is led by a team of dedicated developers who have put a lot of time is led by a team of dedicated developers who have put a lot of time
into the project, and it has seen use on a variety of different into the project and it has seen use on a variety of different
network configurations. network configurations.
The charybdis core team is listed in nick-alphabetical order: The Charybdis core team, listed in nick-alphabetical order:
jilles, Jilles Tjoelker <jilles -at- stack.nl> jilles, Jilles Tjoelker <jilles -at- stack.nl>
mr_flea, Keith Buck <mr_flea -at- esper.net>
kaniini, William Pitcock <nenolod -at- dereferenced.org> kaniini, William Pitcock <nenolod -at- dereferenced.org>
mr_flea, Keith Buck <mr_flea -at- esper.net>
spb, Stephen Bennett <spb -at- attenuate.org> spb, Stephen Bennett <spb -at- attenuate.org>
The following people are also project members: The following people are also project members, listed in nick-alphabetical
order:
amdj, Aaron Jones <aaronmdjones -at- gmail.com> amdj, Aaron Jones <aaronmdjones -at- gmail.com>
Elizafox, Elizabeth Myers <elizabeth -at- interlinked.me> Elizafox, Elizabeth Myers <elizabeth -at- interlinked.me>
grawity, Mantas Mikulėnas <grawity -at- gmail.com> grawity, Mantas Mikulėnas <grawity -at- gmail.com>
@ -19,10 +20,10 @@ jdhore, JD Horelick <jdhore1 -at- gmail.com>
lp0, Simon Arlott <simon -at- arlott.org> lp0, Simon Arlott <simon -at- arlott.org>
mniip <mniip -at- mniip.com> mniip <mniip -at- mniip.com>
viatsko, Valerii Iatsko <dwr -at- codingbox.io> viatsko, Valerii Iatsko <dwr -at- codingbox.io>
The following people have made contributions to the Charybdis releases, The following people have made contributions to the Charybdis releases,
in nick-alphabetical order: in nick-alphabetical order:
AndroSyn, Aaron Sethman <androsyn -at- ratbox.org> AndroSyn, Aaron Sethman <androsyn -at- ratbox.org>
anfl, Lee Hardy <lee -at- leeh.co.uk> anfl, Lee Hardy <lee -at- leeh.co.uk>
beu, Elfyn McBratney <elfyn.mcbratney -at- gmail.com> beu, Elfyn McBratney <elfyn.mcbratney -at- gmail.com>
@ -33,10 +34,10 @@ Taros, Brett Greenham <taros -at- shadowircd.net>
ThaPrince, Jon Christopherson <jon -at- vile.com> ThaPrince, Jon Christopherson <jon -at- vile.com>
twincest, River Tarnell <river -at- attenuate.org> twincest, River Tarnell <river -at- attenuate.org>
w00t, Robin Burchell <surreal.w00t -at- gmail.com> w00t, Robin Burchell <surreal.w00t -at- gmail.com>
For a list of contributors to ircd-ratbox, ircd-hybrid, and ircd2.8 (the For a list of contributors to ircd-ratbox, ircd-hybrid, and ircd2.8 (the
predecessors to Charybdis), see the doc/credits-past.txt file in the Charybdis predecessors to Charybdis), see the doc/credits-past.txt file in the Charybdis
distribution. distribution.
Visit the Charybdis website at: http://www.charybdis.io Visit the Charybdis website at: http://www.charybdis.io/
Visit us on IRC at: irc.freenode.net #charybdis Visit us on IRC at: irc.freenode.net #charybdis

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
spitshell=cat spitshell=cat
package=IRC package=charybdis
echo "Extracting $package/src/version.c..." echo "Extracting $package/src/version.c..."
@ -27,7 +27,7 @@ fi
$spitshell >version.c <<!SUB!THIS! $spitshell >version.c <<!SUB!THIS!
/* /*
* IRC - Internet Relay Chat, src/version.c * $package - Internet Relay Chat, src/version.c
* Copyright (C) 1990 Chelsea Ashley Dyerman * Copyright (C) 1990 Chelsea Ashley Dyerman
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
@ -62,7 +62,7 @@ const char *infotext[] =
{ {
"$package --", "$package --",
"Based on the original code written by Jarkko Oikarinen", "Based on the original code written by Jarkko Oikarinen",
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center", "Copyright (c) 1988-1991 University of Oulu, Computing Center",
"Copyright (c) 1996-2001 Hybrid Development Team", "Copyright (c) 1996-2001 Hybrid Development Team",
"Copyright (c) 2002-2009 ircd-ratbox Development Team", "Copyright (c) 2002-2009 ircd-ratbox Development Team",
"Copyright (c) 2005-2016 charybdis development team", "Copyright (c) 2005-2016 charybdis development team",
@ -74,13 +74,9 @@ const char *infotext[] =
" ", " ",
!SUB!THIS! !SUB!THIS!
IFS=' sed 's/^$/ /;s/.*/\ "&\",/' ../CREDITS >> version.c
'
for i in `grep -v '^$Id' ../CREDITS |tr -d '"'` ; do
echo " \"$i\"," >> version.c
done
$spitshell >>version.c <<!SUB!THISTOO! $spitshell >>version.c <<!SUB!THISTOO!
"", " ",
0, NULL,
}; };
!SUB!THISTOO! !SUB!THISTOO!