* Add COPYING file and GPL mention in help text

This commit is contained in:
Chris Cannam
2007-11-08 11:02:22 +00:00
parent 907631a05f
commit a8ef8ea887
2 changed files with 281 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ int main(int argc, char **argv)
cerr << endl;
cerr << "Rubber Band" << endl;
cerr << "An audio time-stretching and pitch-shifting library and utility program." << endl;
cerr << "Copyright 2007 Chris Cannam." << endl;
cerr << "Copyright 2007 Chris Cannam. Distributed under the GNU General Public License." << endl;
cerr << endl;
cerr << "Usage: " << argv[0] << " [options] <infile.wav> <outfile.wav>" << endl;
cerr << endl;