Browse Source

added gpl-ish message

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@94 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
pbd 23 years ago
parent
commit
4c74e263fd
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      jackd.c

+ 6
- 0
jackd.c View File

@@ -277,6 +277,12 @@ main (int argc, char *argv[])
}
}

printf ( "jackd " VERSION "\n"
"Copyright 2001-2002 Paul Davis and others.\n\n"
"jackd comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n");

if (!with_fork) {

/* This is really here so that we can run gdb easily */


Loading…
Cancel
Save