diff --git a/source/backend/CarlaUtils.cpp b/source/backend/CarlaUtils.cpp
index b906baa31..92579228c 100644
--- a/source/backend/CarlaUtils.cpp
+++ b/source/backend/CarlaUtils.cpp
@@ -101,12 +101,6 @@ const char* carla_get_complete_license_text()
"
LinuxSampler library for GIG and SFZ support [" LS_NOTE_NO "]"
#endif
- // Internal plugins
- "NekoFilter plugin code based on lv2fil by Nedko Arnaudov and Fons Adriaensen"
-#ifdef HAVE_ZYN_DEPS
- "ZynAddSubFX plugin code"
-#endif
-
// misc libs
"base64 utilities based on code by Ren\u00E9 Nyffenegger"
#ifdef CARLA_OS_MAC
@@ -119,6 +113,18 @@ const char* carla_get_complete_license_text()
"RtAudio and RtMidi libraries for extra Audio and MIDI support"
#endif
+ // Internal plugins
+#ifdef HAVE_EXPERIMENTAL_PLUGINS
+ "AT1, BLS1 and REV1 plugin code by Fons Adriaensen"
+#endif
+ "MIDI Sequencer UI code by Perry Nguyen"
+ "MVerb plugin code by Martin Eastwood"
+ "Nekobi plugin code based on nekobee by Sean Bolton and others"
+ "NekoFilter plugin code based on lv2fil by Nedko Arnaudov and Fons Adriaensen"
+#ifdef HAVE_ZYN_DEPS
+ "ZynAddSubFX plugin code by Mark McCurry and Nasca Octavian Paul"
+#endif
+
// end
""