aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Module
diff options
context:
space:
mode:
authorMatteo Pasotti <matteo.pasotti@gmail.com>2015-01-08 23:15:14 +0100
committerMatteo Pasotti <matteo.pasotti@gmail.com>2015-01-08 23:15:14 +0100
commit664458d2c77e778df4f653180361e577e79e3fa4 (patch)
tree5fa6ee199f122cffc41b785921ad4cf992226e7c /lib/AdminPanel/Module
parentafaa79bdd5353be122dbdff2d4fc19d8716f994b (diff)
downloadcolin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar.gz
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar.bz2
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.tar.xz
colin-keep-664458d2c77e778df4f653180361e577e79e3fa4.zip
synced copyright notices
Diffstat (limited to 'lib/AdminPanel/Module')
-rw-r--r--lib/AdminPanel/Module/AdminMouse.pm2
-rw-r--r--lib/AdminPanel/Module/DisplayManager.pm4
-rw-r--r--lib/AdminPanel/Module/Hosts.pm4
3 files changed, 5 insertions, 5 deletions
diff --git a/lib/AdminPanel/Module/AdminMouse.pm b/lib/AdminPanel/Module/AdminMouse.pm
index 79f59bd..1f203e4 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 e6a060d..5fbeeb3 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 &lt;matteo.pasotti\@gmail.com&gt;"
diff --git a/lib/AdminPanel/Module/Hosts.pm b/lib/AdminPanel/Module/Hosts.pm
index 9f84118..233fd21 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 &lt;matteo.pasotti\@gmail.com&gt;"