diff --git a/src/audacious.cc b/src/audacious.cc index 9e50f1f..de74b26 100644 --- a/src/audacious.cc +++ b/src/audacious.cc @@ -32,8 +32,18 @@ extern "C" { static const char about_text[] = "Infinity " PACKAGE_VERSION "\n\n" - "Julien Carme, Duilio Protti\n\n" - "https://dprotti.github.io/infinity-plugin"; + "https://dprotti.github.io/infinity-plugin\n\n" + "Copyright 2016 Duilio Protti\n\n" + "Based on the XMMS plugin:\n" + "Copyright 2000 Julien Carme\n\n" + "Contributions from:\n" + "CBke (C) 2016 \n" + "John Lightsey (C) 2004 \n" + "Jean Delvare (C) 2004 \n" + "Will Tatam (C) 2004 \n" + "Haavard Kvaalen (C) 2000 \n" + "Chris Lea (C) 2000 \n" + "Mitja Horvat (C) 2000 \n"; static const PreferencesWidget prefs_fps[] = { WidgetLabel ("Frames per second"),