aboutsummaryrefslogtreecommitdiffstats
path: root/t/03-Shared_GUI.t
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2017-09-10 12:54:47 +0200
committerAngelo Naselli <anaselli@linux.it>2017-09-10 12:54:47 +0200
commit98b99df1bc012f23530d615225c66a1593b4d793 (patch)
tree19370416f87cd0095e8f441c72051776520447ca /t/03-Shared_GUI.t
parent7bb4ee9365e8f24c69b4ed13cd74711f9f9d7061 (diff)
downloadmanatools-98b99df1bc012f23530d615225c66a1593b4d793.tar
manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.gz
manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.bz2
manatools-98b99df1bc012f23530d615225c66a1593b4d793.tar.xz
manatools-98b99df1bc012f23530d615225c66a1593b4d793.zip
updated credits date
Diffstat (limited to 't/03-Shared_GUI.t')
-rw-r--r--t/03-Shared_GUI.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/03-Shared_GUI.t b/t/03-Shared_GUI.t
index 94a72263..1e10e379 100644
--- a/t/03-Shared_GUI.t
+++ b/t/03-Shared_GUI.t
@@ -83,14 +83,14 @@ SKIP: {
ok($gui->AboutDialog({ name => "Shared::GUI TABBED",
version => $ManaTools::Shared::VERSION,
- credits => "Copyright (C) 2014-2016 Angelo Naselli",
+ credits => "Copyright (C) 2014-2017 Angelo Naselli",
license => 'GPLv2',
authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>",
}), 'AboutDialog');
ok($gui->AboutDialog({ name => "Shared::GUI CLASSIC",
version => $ManaTools::Shared::VERSION,
- credits => "Copyright (C) 2014-2016 Angelo Naselli",
+ credits => "Copyright (C) 2014-2017 Angelo Naselli",
license => 'GPLv2',
authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>",
dialog_mode => 1,