Mercurial > hg > sonic-annotator
changeset 295:c1862b8712ca
Copyright date
author | Chris Cannam |
---|---|
date | Wed, 24 May 2017 12:55:28 +0100 |
parents | 252380f1b361 |
children | aca11ce8a637 |
files | README runner/main.cpp |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README Wed May 24 12:54:38 2017 +0100 +++ b/README Wed May 24 12:55:28 2017 +0100 @@ -25,7 +25,7 @@ The main program is by Mark Levy, Chris Cannam, and Chris Sutton. Sonic Annotator incorporates library code from the Sonic Visualiser application by Chris Cannam. Code copyright 2005-2007 Chris Cannam, -copyright 2006-2014 Queen Mary, University of London, except where +copyright 2006-2017 Queen Mary, University of London, except where indicated in the individual source files. This work was funded by the Engineering and Physical Sciences Research
--- a/runner/main.cpp Wed May 24 12:54:38 2017 +0100 +++ b/runner/main.cpp Wed May 24 12:55:28 2017 +0100 @@ -192,7 +192,7 @@ cerr << "Sonic Annotator v" << RUNNER_VERSION << endl; cerr << "A utility for batch feature extraction from audio files." << endl; cerr << "Mark Levy, Chris Sutton, and Chris Cannam, Queen Mary, University of London." << endl; - cerr << "Copyright 2007-2016 Queen Mary, University of London." << endl; + cerr << "Copyright 2007-2017 Queen Mary, University of London." << endl; cerr << endl; cerr << "This program is free software. You may redistribute copies of it under the" << endl; cerr << "terms of the GNU General Public License <http://www.gnu.org/licenses/gpl.html>." << endl;