aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ManaTools/Shared
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2017-09-09 17:10:49 +0200
committerAngelo Naselli <anaselli@linux.it>2017-09-09 17:10:49 +0200
commit81b4733c501440827d6fbcfeac02127a90ee42cd (patch)
treed9426f00f91c1bf97e60673f18c320770dbee590 /lib/ManaTools/Shared
parent3e6a44ae95b70fb53c6dd1797af3f52014c81cba (diff)
downloadmanatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar.gz
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar.bz2
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.tar.xz
manatools-81b4733c501440827d6fbcfeac02127a90ee42cd.zip
Updated
Diffstat (limited to 'lib/ManaTools/Shared')
-rw-r--r--lib/ManaTools/Shared/CommandLine.pm2
-rw-r--r--lib/ManaTools/Shared/GUI.pm4
-rw-r--r--lib/ManaTools/Shared/GUI/ActionList.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/CommandLine.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/Dialog.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/Event.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ExtList.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ExtTab.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ExtWidget.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/Properties.pm2
-rw-r--r--lib/ManaTools/Shared/GUI/ReplacePoint.pm2
-rw-r--r--lib/ManaTools/Shared/JournalCtl.pm2
-rw-r--r--lib/ManaTools/Shared/Locales.pm2
-rw-r--r--lib/ManaTools/Shared/Logging.pm2
-rw-r--r--lib/ManaTools/Shared/Services.pm2
-rw-r--r--lib/ManaTools/Shared/TimeZone.pm2
-rw-r--r--lib/ManaTools/Shared/Users.pm2
17 files changed, 18 insertions, 18 deletions
diff --git a/lib/ManaTools/Shared/CommandLine.pm b/lib/ManaTools/Shared/CommandLine.pm
index 44f16165..fe4e442e 100644
--- a/lib/ManaTools/Shared/CommandLine.pm
+++ b/lib/ManaTools/Shared/CommandLine.pm
@@ -35,7 +35,7 @@ package ManaTools::Shared::CommandLine;
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Angelo Naselli.
+Copyright (C) 2015-2017, Angelo Naselli.
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
diff --git a/lib/ManaTools/Shared/GUI.pm b/lib/ManaTools/Shared/GUI.pm
index bba9cf9c..d686ee12 100644
--- a/lib/ManaTools/Shared/GUI.pm
+++ b/lib/ManaTools/Shared/GUI.pm
@@ -33,8 +33,8 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
-Copyright (C) 2015-2016, Matteo Pasotti <matteo.pasotti@gmail.com>.
+Copyright (C) 2014-2017, Angelo Naselli.
+Copyright (C) 2015-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
diff --git a/lib/ManaTools/Shared/GUI/ActionList.pm b/lib/ManaTools/Shared/GUI/ActionList.pm
index 2c3bba51..3756f215 100644
--- a/lib/ManaTools/Shared/GUI/ActionList.pm
+++ b/lib/ManaTools/Shared/GUI/ActionList.pm
@@ -41,7 +41,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/CommandLine.pm b/lib/ManaTools/Shared/GUI/CommandLine.pm
index 413bf176..1f229c6c 100644
--- a/lib/ManaTools/Shared/GUI/CommandLine.pm
+++ b/lib/ManaTools/Shared/GUI/CommandLine.pm
@@ -55,7 +55,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
- Copyright (C) 2015-2016, Angelo Naselli.
+ Copyright (C) 2015-2017, Angelo Naselli.
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
diff --git a/lib/ManaTools/Shared/GUI/Dialog.pm b/lib/ManaTools/Shared/GUI/Dialog.pm
index 78a16ffa..f813dd10 100644
--- a/lib/ManaTools/Shared/GUI/Dialog.pm
+++ b/lib/ManaTools/Shared/GUI/Dialog.pm
@@ -50,7 +50,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/Event.pm b/lib/ManaTools/Shared/GUI/Event.pm
index 49aa2f33..458b773c 100644
--- a/lib/ManaTools/Shared/GUI/Event.pm
+++ b/lib/ManaTools/Shared/GUI/Event.pm
@@ -45,7 +45,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/ExtList.pm b/lib/ManaTools/Shared/GUI/ExtList.pm
index f79d42fa..8d123138 100644
--- a/lib/ManaTools/Shared/GUI/ExtList.pm
+++ b/lib/ManaTools/Shared/GUI/ExtList.pm
@@ -54,7 +54,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/ExtTab.pm b/lib/ManaTools/Shared/GUI/ExtTab.pm
index a6b31ae3..cd399fbe 100644
--- a/lib/ManaTools/Shared/GUI/ExtTab.pm
+++ b/lib/ManaTools/Shared/GUI/ExtTab.pm
@@ -54,7 +54,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/ExtWidget.pm b/lib/ManaTools/Shared/GUI/ExtWidget.pm
index 43c00394..0f7cb58e 100644
--- a/lib/ManaTools/Shared/GUI/ExtWidget.pm
+++ b/lib/ManaTools/Shared/GUI/ExtWidget.pm
@@ -54,7 +54,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/Properties.pm b/lib/ManaTools/Shared/GUI/Properties.pm
index 3f9aad39..3b25fd8c 100644
--- a/lib/ManaTools/Shared/GUI/Properties.pm
+++ b/lib/ManaTools/Shared/GUI/Properties.pm
@@ -45,7 +45,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/GUI/ReplacePoint.pm b/lib/ManaTools/Shared/GUI/ReplacePoint.pm
index 8a2fc7a9..7d87612e 100644
--- a/lib/ManaTools/Shared/GUI/ReplacePoint.pm
+++ b/lib/ManaTools/Shared/GUI/ReplacePoint.pm
@@ -57,7 +57,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/JournalCtl.pm b/lib/ManaTools/Shared/JournalCtl.pm
index 32023d11..b5e06510 100644
--- a/lib/ManaTools/Shared/JournalCtl.pm
+++ b/lib/ManaTools/Shared/JournalCtl.pm
@@ -30,7 +30,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
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
diff --git a/lib/ManaTools/Shared/Locales.pm b/lib/ManaTools/Shared/Locales.pm
index eacca906..3e466963 100644
--- a/lib/ManaTools/Shared/Locales.pm
+++ b/lib/ManaTools/Shared/Locales.pm
@@ -35,7 +35,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
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
diff --git a/lib/ManaTools/Shared/Logging.pm b/lib/ManaTools/Shared/Logging.pm
index 8d9b7ffa..d9c85eb9 100644
--- a/lib/ManaTools/Shared/Logging.pm
+++ b/lib/ManaTools/Shared/Logging.pm
@@ -38,7 +38,7 @@ Maarten Vanraes <alien@rmail.be>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2015-2016, Maarten Vanraes.
+Copyright (C) 2015-2017, Maarten Vanraes.
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
diff --git a/lib/ManaTools/Shared/Services.pm b/lib/ManaTools/Shared/Services.pm
index d0bc9186..f97861f5 100644
--- a/lib/ManaTools/Shared/Services.pm
+++ b/lib/ManaTools/Shared/Services.pm
@@ -37,7 +37,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2013-2016, Angelo Naselli.
+Copyright (C) 2013-2017, Angelo Naselli.
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
diff --git a/lib/ManaTools/Shared/TimeZone.pm b/lib/ManaTools/Shared/TimeZone.pm
index 343c5e9f..3b67fb2a 100644
--- a/lib/ManaTools/Shared/TimeZone.pm
+++ b/lib/ManaTools/Shared/TimeZone.pm
@@ -29,7 +29,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
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
diff --git a/lib/ManaTools/Shared/Users.pm b/lib/ManaTools/Shared/Users.pm
index e9670d82..de072def 100644
--- a/lib/ManaTools/Shared/Users.pm
+++ b/lib/ManaTools/Shared/Users.pm
@@ -32,7 +32,7 @@ Angelo Naselli <anaselli@linux.it>
=head1 COPYRIGHT and LICENSE
-Copyright (C) 2014-2016, Angelo Naselli.
+Copyright (C) 2014-2017, Angelo Naselli.
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