comparison src/MainWindow.cpp @ 266:2dccb28a421f

Copyright dates
author Chris Cannam
date Thu, 03 Apr 2014 08:15:39 +0100
parents 46d59edfd18a
children 8eb167e817e7
comparison
equal deleted inserted replaced
265:23287f4f521f 266:2dccb28a421f
2881 .arg(debug ? tr("Debug") : tr("Release")); 2881 .arg(debug ? tr("Debug") : tr("Release"));
2882 aboutText += tr("<p>Using Qt framework version %1.</p>") 2882 aboutText += tr("<p>Using Qt framework version %1.</p>")
2883 .arg(QT_VERSION_STR); 2883 .arg(QT_VERSION_STR);
2884 2884
2885 aboutText += 2885 aboutText +=
2886 "<p>Copyright &copy; 2005&ndash;2013 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>" 2886 "<p>Copyright &copy; 2005&ndash;2014 Chris Cannam, Queen Mary University of London, and the Tony project authors: Matthias Mauch, George Fazekas, Justin Salamon, and Rachel Bittner.</p>"
2887 "<p>pYIN analysis plugin written by Matthias Mauch.</p>" 2887 "<p>pYIN analysis plugin written by Matthias Mauch.</p>"
2888 "<p>This program is free software; you can redistribute it and/or " 2888 "<p>This program is free software; you can redistribute it and/or "
2889 "modify it under the terms of the GNU General Public License as " 2889 "modify it under the terms of the GNU General Public License as "
2890 "published by the Free Software Foundation; either version 2 of the " 2890 "published by the Free Software Foundation; either version 2 of the "
2891 "License, or (at your option) any later version.<br>See the file " 2891 "License, or (at your option) any later version.<br>See the file "