From 8a5cc35bf5be3388f85c5ebf538a75a406de13e5 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 24 Mar 2016 14:22:35 +0100 Subject: Fixed license in UI. --- plugingui/dgwindow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugingui/dgwindow.cc b/plugingui/dgwindow.cc index b3cb8f5..86a985d 100644 --- a/plugingui/dgwindow.cc +++ b/plugingui/dgwindow.cc @@ -207,7 +207,7 @@ DGWindow::DGWindow(void* native_window, MessageHandler& messageHandler, layout.addItem(l3); Label *lbl_version = new Label(this); - lbl_version->setText(".::. v" VERSION " .::. http://www.drumgizmo.org .::. GPLv3 .::."); + lbl_version->setText(".::. v" VERSION " .::. http://www.drumgizmo.org .::. LGPLv3 .::."); lbl_version->resize(width(), 20); lbl_version->setAlignment(TextAlignment::center); layout.addItem(lbl_version); -- cgit v1.2.3