diff options
author | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 23:15:14 +0100 |
---|---|---|
committer | Matteo Pasotti <matteo.pasotti@gmail.com> | 2015-01-08 23:15:14 +0100 |
commit | 664458d2c77e778df4f653180361e577e79e3fa4 (patch) | |
tree | 5fa6ee199f122cffc41b785921ad4cf992226e7c /lib/AdminPanel/Module | |
parent | afaa79bdd5353be122dbdff2d4fc19d8716f994b (diff) | |
download | manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar.gz manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar.bz2 manatools-664458d2c77e778df4f653180361e577e79e3fa4.tar.xz manatools-664458d2c77e778df4f653180361e577e79e3fa4.zip |
synced copyright notices
Diffstat (limited to 'lib/AdminPanel/Module')
-rw-r--r-- | lib/AdminPanel/Module/AdminMouse.pm | 2 | ||||
-rw-r--r-- | lib/AdminPanel/Module/DisplayManager.pm | 4 | ||||
-rw-r--r-- | lib/AdminPanel/Module/Hosts.pm | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/AdminPanel/Module/AdminMouse.pm b/lib/AdminPanel/Module/AdminMouse.pm index 79f59bd3..1f203e4b 100644 --- a/lib/AdminPanel/Module/AdminMouse.pm +++ b/lib/AdminPanel/Module/AdminMouse.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2013 Angelo Naselli <anaselli@linux.it> +# Copyright (c) 2013 - 2015 Angelo Naselli <anaselli@linux.it> # from drakx services # # This program is free software; you can redistribute it and/or modify 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>" diff --git a/lib/AdminPanel/Module/Hosts.pm b/lib/AdminPanel/Module/Hosts.pm index 9f841184..233fd21e 100644 --- a/lib/AdminPanel/Module/Hosts.pm +++ b/lib/AdminPanel/Module/Hosts.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 @@ -507,7 +507,7 @@ sub _manageHostsDialog { $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 manager for hosts definitions"), authors => "Matteo Pasotti <matteo.pasotti\@gmail.com>" |