comparison 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
comparison
equal deleted inserted replaced
522:d6ddc2c2a6ed 523:a740e96d7fec
4316 #ifdef HAVE_VAMP 4316 #ifdef HAVE_VAMP
4317 aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION); 4317 aboutText += tr("<br>With Vamp plugin support (API v%1, host SDK v%2) &copy; Chris Cannam").arg(VAMP_API_VERSION).arg(VAMP_SDK_VERSION);
4318 #endif // !HAVE_VAMP 4318 #endif // !HAVE_VAMP
4319 aboutText += tr("<br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION); 4319 aboutText += tr("<br>With LADSPA plugin support (API v%1) &copy; Richard Furse, Paul Davis, Stefan Westerfeld").arg(LADSPA_VERSION);
4320 aboutText += tr("<br>With DSSI plugin support (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION); 4320 aboutText += tr("<br>With DSSI plugin support (API v%1) &copy; Chris Cannam, Steve Harris, Sean Bolton").arg(DSSI_VERSION);
4321 #ifdef RAPTOR_VERSION
4322 aboutText += tr("<br>With Raptor RDF parser v%1 &copy; Dave Beckett and the University of Bristol").arg(RAPTOR_VERSION);
4323 #else // !RAPTOR_VERSION
4324 aboutText += tr("<br>With Raptor RDF parser &copy; Dave Beckett and the University of Bristol");
4325 #endif // RAPTOR_VERSION
4326 #ifdef RASQAL_VERSION
4327 aboutText += tr("<br>With Rasqal RDF query engine v%1 &copy; Dave Beckett and the University of Bristol").arg(RASQAL_VERSION);
4328 #else // !RASQAL_VERSION
4329 aboutText += tr("<br>With Rasqal RDF query engine &copy; Dave Beckett and the University of Bristol");
4330 #endif // RASQAL_VERSION
4331 #ifdef HAVE_REDLAND
4332 #ifdef REDLAND_VERSION 4321 #ifdef REDLAND_VERSION
4333 aboutText += tr("<br>With Redland RDF datastore v%1 &copy; Dave Beckett and the University of Bristol").arg(REDLAND_VERSION); 4322 aboutText += tr("<br>With Redland RDF datastore v%1 &copy; Dave Beckett and the University of Bristol").arg(REDLAND_VERSION);
4334 #else // !REDLAND_VERSION 4323 #else // !REDLAND_VERSION
4335 aboutText += tr("<br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol"); 4324 aboutText += tr("<br>With Redland RDF datastore &copy; Dave Beckett and the University of Bristol");
4336 #endif // REDLAND_VERSION 4325 #endif // REDLAND_VERSION
4337 #endif // HAVE_REDLAND 4326 aboutText += tr("<br>With Serd and Sord RDF parser and store &copy; David Robillard");
4327 aboutText += tr("<br>With Dataquay Qt/RDF library &copy; Chris Cannam");
4338 4328
4339 aboutText += tr("<br>With RtMidi &copy; Gary P. Scavone"); 4329 aboutText += tr("<br>With RtMidi &copy; Gary P. Scavone");
4340 4330
4341 #ifdef HAVE_LIBLO 4331 #ifdef HAVE_LIBLO
4342 #ifdef LIBLO_VERSION 4332 #ifdef LIBLO_VERSION
4355 #ifndef BUILD_STATIC 4345 #ifndef BUILD_STATIC
4356 aboutText.replace(tr("With "), tr("Using ")); 4346 aboutText.replace(tr("With "), tr("Using "));
4357 #endif 4347 #endif
4358 4348
4359 aboutText += 4349 aboutText +=
4360 "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2012 Chris Cannam and " 4350 "<p><small>Sonic Visualiser Copyright &copy; 2005&ndash;2013 Chris Cannam and "
4361 "Queen Mary, University of London.</small></p>" 4351 "Queen Mary, University of London.</small></p>"
4362 "<p><small>This program is free software; you can redistribute it and/or " 4352 "<p><small>This program is free software; you can redistribute it and/or "
4363 "modify it under the terms of the GNU General Public License as " 4353 "modify it under the terms of the GNU General Public License as "
4364 "published by the Free Software Foundation; either version 2 of the " 4354 "published by the Free Software Foundation; either version 2 of the "
4365 "License, or (at your option) any later version.<br>See the file " 4355 "License, or (at your option) any later version.<br>See the file "