diff options
Diffstat (limited to 'lib/AdminPanel/Module/DisplayManager.pm')
-rw-r--r-- | lib/AdminPanel/Module/DisplayManager.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/AdminPanel/Module/DisplayManager.pm b/lib/AdminPanel/Module/DisplayManager.pm index e6a060d0..5fbeeb30 100644 --- a/lib/AdminPanel/Module/DisplayManager.pm +++ b/lib/AdminPanel/Module/DisplayManager.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013-2014 Matteo Pasotti <matteo.pasotti@gmail.com> +# Copyright (c) 2013-2015 Matteo Pasotti <matteo.pasotti@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2, as @@ -273,7 +273,7 @@ sub _manageProxyDialog { $self->sh_gui->AboutDialog({ name => $appTitle, version => $VERSION, - credits => "Copyright (c) 2013-2014 by Matteo Pasotti", + credits => "Copyright (c) 2013-2015 by Matteo Pasotti", license => "GPLv2", description => $self->loc->N("Graphical configurator for system Display Manager"), authors => "Matteo Pasotti <matteo.pasotti\@gmail.com>" |