Skip to content

Commit

Permalink
Removed LGPL license message from playout output.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 15, 2018
1 parent 31028a7 commit 74c6b64
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions playsound/playsound.c
Expand Up @@ -74,11 +74,7 @@ static void output_versions(const char *argv0)

fprintf(stdout,
"%s version %d.%d.%d\n"
"Copyright 2001 Ryan C. Gordon\n"
"This program is free software, covered by the GNU Lesser General\n"
"Public License, and you are welcome to change it and/or\n"
"distribute copies of it under certain conditions. There is\n"
"absolutely NO WARRANTY for this program.\n"
"Copyright 2001-2018 Ryan C. Gordon and others.\n"
"\n"
" Compiled against SDL_sound version %d.%d.%d,\n"
" and linked against %d.%d.%d.\n"
Expand Down Expand Up @@ -165,11 +161,7 @@ static void output_credits(void)
{
fprintf(stdout,
"playsound version %d.%d.%d\n"
"Copyright 2001 Ryan C. Gordon\n"
"playsound is free software, covered by the GNU Lesser General\n"
"Public License, and you are welcome to change it and/or\n"
"distribute copies of it under certain conditions. There is\n"
"absolutely NO WARRANTY for playsound.\n"
"Copyright 2001-2018 Ryan C. Gordon and others.\n"
"\n"
" Written by Ryan C. Gordon, Torbjörn Andersson, Max Horn,\n"
" Tsuyoshi Iguchi, Tyler Montbriand, Darrell Walisser,\n"
Expand Down

0 comments on commit 74c6b64

Please sign in to comment.