aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Module/DisplayManager.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ManaTools/Module/DisplayManager.pm')
-rw-r--r--lib/ManaTools/Module/DisplayManager.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ManaTools/Module/DisplayManager.pm b/lib/ManaTools/Module/DisplayManager.pm
index 32599f9c..2dbd2fa7 100644
--- a/lib/ManaTools/Module/DisplayManager.pm
+++ b/lib/ManaTools/Module/DisplayManager.pm
@@ -1,7 +1,7 @@
# vim: set et ts=4 sw=4:
#*****************************************************************************
#
-# Copyright (c) 2013-2016 Matteo Pasotti <matteo.pasotti@gmail.com>
+# Copyright (c) 2013-2017 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
@@ -260,7 +260,7 @@ sub _manageProxyDialog {
$self->sh_gui->AboutDialog({
name => $appTitle,
version => $self->Version(),
- credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2016'),
+ credits => $self->loc->N("Copyright (C) %s by Matteo Pasotti", '2013-2017'),
license => "GPLv2",
description => $self->loc->N("Graphical configurator for system Display Manager"),
authors => "Matteo Pasotti &lt;matteo.pasotti\@gmail.com&gt;"