diff options
Diffstat (limited to 'AdminPanel/Hosts/GHosts.pm')
-rw-r--r-- | AdminPanel/Hosts/GHosts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AdminPanel/Hosts/GHosts.pm b/AdminPanel/Hosts/GHosts.pm index 8c771f6a..4b64ddf7 100644 --- a/AdminPanel/Hosts/GHosts.pm +++ b/AdminPanel/Hosts/GHosts.pm @@ -331,7 +331,7 @@ sub manageHostsDialog { name => $appTitle, version => $VERSION, copyright => "Copyright (c) 2013-2014 by Matteo Pasotti", - license => "GPLv2", + license => $AdminPanel::Shared::License, comments => "Graphical manager for hosts definitions", website => "http://gitweb.mageia.org/software/adminpanel", website_label => "WebSite", |