Mercurial > hg > sonic-visualiser
diff main/MainWindow.cpp @ 523:a740e96d7fec
Copyright notes and dates, CHANGELOG
author | Chris Cannam |
---|---|
date | Thu, 07 Mar 2013 17:53:44 +0000 |
parents | d6ddc2c2a6ed |
children | e5e6625deb85 |
line wrap: on
line diff
--- a/main/MainWindow.cpp Tue Dec 11 13:07:59 2012 +0000 +++ b/main/MainWindow.cpp Thu Mar 07 17:53:44 2013 +0000 @@ -4318,23 +4318,13 @@ #endif // !HAVE_VAMP aboutText += tr("<br>With LADSPA plugin support (API v%1) © Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); aboutText += tr("<br>With DSSI plugin support (API v%1) © Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); -#ifdef RAPTOR_VERSION - aboutText += tr("<br>With Raptor RDF parser v%1 © Dave Beckett and the University of Bristol").arg(RAPTOR_VERSION); -#else // !RAPTOR_VERSION - aboutText += tr("<br>With Raptor RDF parser © Dave Beckett and the University of Bristol"); -#endif // RAPTOR_VERSION -#ifdef RASQAL_VERSION - aboutText += tr("<br>With Rasqal RDF query engine v%1 © Dave Beckett and the University of Bristol").arg(RASQAL_VERSION); -#else // !RASQAL_VERSION - aboutText += tr("<br>With Rasqal RDF query engine © Dave Beckett and the University of Bristol"); -#endif // RASQAL_VERSION -#ifdef HAVE_REDLAND #ifdef REDLAND_VERSION aboutText += tr("<br>With Redland RDF datastore v%1 © Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); #else // !REDLAND_VERSION aboutText += tr("<br>With Redland RDF datastore © Dave Beckett and the University of Bristol"); #endif // REDLAND_VERSION -#endif // HAVE_REDLAND + aboutText += tr("<br>With Serd and Sord RDF parser and store © David Robillard"); + aboutText += tr("<br>With Dataquay Qt/RDF library © Chris Cannam"); aboutText += tr("<br>With RtMidi © Gary P. Scavone"); @@ -4357,7 +4347,7 @@ #endif aboutText += - "<p><small>Sonic Visualiser Copyright © 2005–2012 Chris Cannam and " + "<p><small>Sonic Visualiser Copyright © 2005–2013 Chris Cannam and " "Queen Mary, University of London.</small></p>" "<p><small>This program is free software; you can redistribute it and/or " "modify it under the terms of the GNU General Public License as "