# HG changeset patch # User Chris Cannam # Date 1495626928 -3600 # Node ID c1862b8712caa99f1def6dec5113dc49ac11db1e # Parent 252380f1b361bc547b5287bf48ef746dcf433f66 Copyright date diff -r 252380f1b361 -r c1862b8712ca README --- 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 diff -r 252380f1b361 -r c1862b8712ca runner/main.cpp --- 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 ." << endl;