Formatting fixes for credits
Contributed from jackal^, but fixed up a bit.
This commit is contained in:
parent
b376d0fd46
commit
b14d2bd6ea
2 changed files with 20 additions and 23 deletions
11
CREDITS
11
CREDITS
|
@ -1,16 +1,17 @@
|
||||||
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>
|
||||||
|
@ -38,5 +39,5 @@ 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
|
||||||
|
|
|
@ -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!
|
||||||
|
|
Loading…
Reference in a new issue