Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-IceS
Commits
2e1acf19
Commit
2e1acf19
authored
Apr 01, 2003
by
Michael Smith
Browse files
Change the copyright notice printed by the program to give credit to others
too. svn path=/trunk/ices/; revision=4575
parent
40607fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ices.c
View file @
2e1acf19
/* ices.c
* - Main startup, thread launching, and cleanup code.
*
* $Id: ices.c,v 1.
9
2003/0
3/28 00:45:54 karl
Exp $
* $Id: ices.c,v 1.
10
2003/0
4/01 14:30:42 msmith
Exp $
*
* Copyright (c) 2001-2002 Michael Smith <msmith@labyrinth.net.au>
*
...
...
@@ -39,7 +39,10 @@ int main(int argc, char **argv)
if
(
argc
!=
2
)
{
fprintf
(
stderr
,
PACKAGE_STRING
"
\n
"
" (c) Copyright 2001-2002 Michael Smith <msmith@icecast.org>
\n
"
" (c) Copyright 2001-2003 The IceS Development Team <team@icecast.org>
\n
"
" Michael Smith <msmith@icecast.org>
\n
"
" Karl Heyes <karl@pts.tele2.co.uk>
\n
"
" and others
\n
"
"
\n
"
"Usage:
\"
ices config.xml
\"\n
"
);
return
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment