From 8d805b7feb85e8fec51540f565597d00c4a42af2 Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Mon, 11 Jan 2016 18:45:03 +0100 Subject: Updated date --- extras/module_templete/ManaTools/Module/ModuleTemplate.pm | 6 +++--- extras/module_templete/mana_mt | 2 +- lib/ManaTools/ConfigDirRole.pm | 2 +- lib/ManaTools/LoggingRole.pm | 2 +- lib/ManaTools/Rpmdragora/DB.pm | 2 +- lib/ManaTools/Rpmdragora/gurpm.pm | 2 +- lib/ManaTools/Shared/CommandLine.pm | 2 +- lib/ManaTools/Shared/GUI.pm | 2 +- lib/ManaTools/Shared/GUI/CommandLine.pm | 2 +- lib/ManaTools/Shared/GUI/Dialog.pm | 2 +- lib/ManaTools/Shared/GUI/Event.pm | 2 +- lib/ManaTools/Shared/GUI/EventHandlerRole.pm | 2 +- lib/ManaTools/Shared/GUI/EventRole.pm | 2 +- lib/ManaTools/Shared/GUI/ExtTab.pm | 2 +- lib/ManaTools/Shared/GUI/ReplacePoint.pm | 2 +- lib/ManaTools/Shared/Logging.pm | 2 +- lib/ManaTools/Shared/urpmi_backend/DB.pm | 2 +- lib/ManaTools/Shared/urpmi_backend/tools.pm | 2 +- lib/ManaTools/Version.pm | 2 +- scripts/manadm | 2 +- scripts/manahost | 2 +- scripts/manaproxy | 2 +- scripts/manawall | 2 +- 23 files changed, 25 insertions(+), 25 deletions(-) diff --git a/extras/module_templete/ManaTools/Module/ModuleTemplate.pm b/extras/module_templete/ManaTools/Module/ModuleTemplate.pm index 263627bb..466c4b7c 100644 --- a/extras/module_templete/ManaTools/Module/ModuleTemplate.pm +++ b/extras/module_templete/ManaTools/Module/ModuleTemplate.pm @@ -1,7 +1,7 @@ # vim: set et ts=4 sw=4: #***************************************************************************** # -# Copyright (c) 2015 Angelo Naselli +# Copyright (c) 2015-2016 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 @@ -95,11 +95,11 @@ sub start { # use either Shared::Module::GUI::Dialog to implement your layout # and manage your events or use yui::YUI::app()->setApplicationTitle # and yui::YUI::app()->setApplicationIcon to here - + $self->sh_gui->msgBox({ text => $self->loc->N("Hello world, I am the beautiful module template") }); - + }; diff --git a/extras/module_templete/mana_mt b/extras/module_templete/mana_mt index 04ffe291..32851639 100755 --- a/extras/module_templete/mana_mt +++ b/extras/module_templete/mana_mt @@ -1,6 +1,6 @@ #!/usr/bin/perl # vim: set et ts=4 sw=4: -# Copyright 2015 Angelo Naselli +# Copyright 2015-2016 Angelo Naselli # # This file is part of manatools # and it is a script to test the module template diff --git a/lib/ManaTools/ConfigDirRole.pm b/lib/ManaTools/ConfigDirRole.pm index 636daf06..be8595c8 100644 --- a/lib/ManaTools/ConfigDirRole.pm +++ b/lib/ManaTools/ConfigDirRole.pm @@ -42,7 +42,7 @@ Angelo Naselli =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Angelo Naselli. +Copyright (C) 2015-2016, Angelo Naselli. This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. diff --git a/lib/ManaTools/LoggingRole.pm b/lib/ManaTools/LoggingRole.pm index 198d885d..273a5d65 100644 --- a/lib/ManaTools/LoggingRole.pm +++ b/lib/ManaTools/LoggingRole.pm @@ -43,7 +43,7 @@ Angelo Naselli =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Angelo Naselli. +Copyright (C) 2015-2016, Angelo Naselli. This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. diff --git a/lib/ManaTools/Rpmdragora/DB.pm b/lib/ManaTools/Rpmdragora/DB.pm index f1aad196..0d1fb636 100644 --- a/lib/ManaTools/Rpmdragora/DB.pm +++ b/lib/ManaTools/Rpmdragora/DB.pm @@ -36,7 +36,7 @@ package ManaTools::Rpmdragora::DB; =head1 COPYRIGHT and LICENSE -Copyright (c) 2015 Angelo Naselli +Copyright (c) 2015-2016 Angelo Naselli from Rpmdrake::open_db: Copyright (c) 2002 Guillaume Cottenceau Copyright (C) 2008 Aurelien Lefebvre diff --git a/lib/ManaTools/Rpmdragora/gurpm.pm b/lib/ManaTools/Rpmdragora/gurpm.pm index d5decab7..d5811bb8 100644 --- a/lib/ManaTools/Rpmdragora/gurpm.pm +++ b/lib/ManaTools/Rpmdragora/gurpm.pm @@ -44,7 +44,7 @@ package ManaTools::Rpmdragora::gurpm; Copyright (c) 2003, 2004, 2005 MandrakeSoft SA Copyright (c) 2005-2007 Mandriva SA Copyright (c) 2013-2016 Matteo Pasotti - Copyright (C) 2015, Angelo Naselli + Copyright (C) 2015-2016, 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/CommandLine.pm b/lib/ManaTools/Shared/CommandLine.pm index 5a5aa811..44f16165 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, Angelo Naselli. +Copyright (C) 2015-2016, 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 0de02f93..1becfd6f 100644 --- a/lib/ManaTools/Shared/GUI.pm +++ b/lib/ManaTools/Shared/GUI.pm @@ -34,7 +34,7 @@ Angelo Naselli =head1 COPYRIGHT and LICENSE Copyright (C) 2014-2016, Angelo Naselli. -Copyright (C) 2015, Matteo Pasotti . +Copyright (C) 2015-2016, Matteo Pasotti . 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 772a101f..413bf176 100644 --- a/lib/ManaTools/Shared/GUI/CommandLine.pm +++ b/lib/ManaTools/Shared/GUI/CommandLine.pm @@ -55,7 +55,7 @@ Angelo Naselli =head1 COPYRIGHT and LICENSE - Copyright (C) 2015, Angelo Naselli. + Copyright (C) 2015-2016, 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 62f4b6ee..317b71d9 100644 --- a/lib/ManaTools/Shared/GUI/Dialog.pm +++ b/lib/ManaTools/Shared/GUI/Dialog.pm @@ -50,7 +50,7 @@ Maarten Vanraes =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Maarten Vanraes. +Copyright (C) 2015-2016, 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 655adffb..c51a39fd 100644 --- a/lib/ManaTools/Shared/GUI/Event.pm +++ b/lib/ManaTools/Shared/GUI/Event.pm @@ -45,7 +45,7 @@ Maarten Vanraes =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Maarten Vanraes. +Copyright (C) 2015-2016, 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/EventHandlerRole.pm b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm index 289267fb..ba130bc7 100644 --- a/lib/ManaTools/Shared/GUI/EventHandlerRole.pm +++ b/lib/ManaTools/Shared/GUI/EventHandlerRole.pm @@ -44,7 +44,7 @@ package ManaTools::Shared::GUI::EventHandlerRole; =head1 COPYRIGHT and LICENSE -Copyright (c) 2015 Maarten Vanraes +Copyright (c) 2015-2016 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/EventRole.pm b/lib/ManaTools/Shared/GUI/EventRole.pm index 3326610b..6688b582 100644 --- a/lib/ManaTools/Shared/GUI/EventRole.pm +++ b/lib/ManaTools/Shared/GUI/EventRole.pm @@ -48,7 +48,7 @@ package ManaTools::Shared::GUI::EventRole; =head1 COPYRIGHT and LICENSE -Copyright (c) 2015 Maarten Vanraes +Copyright (c) 2015-2016 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 863e09b8..0927b631 100644 --- a/lib/ManaTools/Shared/GUI/ExtTab.pm +++ b/lib/ManaTools/Shared/GUI/ExtTab.pm @@ -54,7 +54,7 @@ Maarten Vanraes =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Maarten Vanraes. +Copyright (C) 2015-2016, 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 38137915..8001feb1 100644 --- a/lib/ManaTools/Shared/GUI/ReplacePoint.pm +++ b/lib/ManaTools/Shared/GUI/ReplacePoint.pm @@ -57,7 +57,7 @@ Maarten Vanraes =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Maarten Vanraes. +Copyright (C) 2015-2016, 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/Logging.pm b/lib/ManaTools/Shared/Logging.pm index 46f102c8..6104f860 100644 --- a/lib/ManaTools/Shared/Logging.pm +++ b/lib/ManaTools/Shared/Logging.pm @@ -38,7 +38,7 @@ Maarten Vanraes =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Maarten Vanraes. +Copyright (C) 2015-2016, 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/urpmi_backend/DB.pm b/lib/ManaTools/Shared/urpmi_backend/DB.pm index d4baa24d..817f2f13 100644 --- a/lib/ManaTools/Shared/urpmi_backend/DB.pm +++ b/lib/ManaTools/Shared/urpmi_backend/DB.pm @@ -32,7 +32,7 @@ package ManaTools::Shared::urpmi_backend::DB; =head1 COPYRIGHT and LICENSE -Copyright (c) 2015 Angelo Naselli +Copyright (c) 2015-2016 Angelo Naselli from Rpmdrake::open_db: Copyright (c) 2002 Guillaume Cottenceau Copyright (C) 2008 Aurelien Lefebvre diff --git a/lib/ManaTools/Shared/urpmi_backend/tools.pm b/lib/ManaTools/Shared/urpmi_backend/tools.pm index 2147fab4..7573e387 100644 --- a/lib/ManaTools/Shared/urpmi_backend/tools.pm +++ b/lib/ManaTools/Shared/urpmi_backend/tools.pm @@ -34,7 +34,7 @@ package ManaTools::Shared::urpmi_backend::tools; =head1 COPYRIGHT and LICENSE -Copyright (c) 2015 Angelo Naselli +Copyright (c) 2015-2016 Angelo Naselli from Rpmdrake: Copyright (c) 2002 Guillaume Cottenceau Copyright (c) 2003-2005 MandrakeSoft SA diff --git a/lib/ManaTools/Version.pm b/lib/ManaTools/Version.pm index fb956389..ac4b30fe 100644 --- a/lib/ManaTools/Version.pm +++ b/lib/ManaTools/Version.pm @@ -33,7 +33,7 @@ Angelo Naselli =head1 COPYRIGHT and LICENSE -Copyright (C) 2015, Angelo Naselli. +Copyright (C) 2015-2016, Angelo Naselli. This module is free software. You can redistribute it and/or modify it under the terms of the Artistic License 2.0. diff --git a/scripts/manadm b/scripts/manadm index 1cf05169..bcadecf7 100755 --- a/scripts/manadm +++ b/scripts/manadm @@ -1,7 +1,7 @@ #!/usr/bin/perl # vim: set et ts=4 sw=4: # Copyright 2013-2016 Matteo Pasotti -# 2015 Angelo Naselli +# 2015-2016 Angelo Naselli # # This file is part of manatools # diff --git a/scripts/manahost b/scripts/manahost index 052baf99..24013523 100755 --- a/scripts/manahost +++ b/scripts/manahost @@ -1,7 +1,7 @@ #!/usr/bin/perl # vim: set et ts=4 sw=4: # Copyright 2013-2016 Matteo Pasotti -# 2015 Angelo Naselli +# 2015-2016 Angelo Naselli # # This file is part of manatools # diff --git a/scripts/manaproxy b/scripts/manaproxy index 4022a409..d10f0ebb 100755 --- a/scripts/manaproxy +++ b/scripts/manaproxy @@ -1,7 +1,7 @@ #!/usr/bin/perl # vim: set et ts=4 sw=4: # Copyright 2013-2016 Matteo Pasotti -# 2015 Angelo Naselli +# 2015-2016 Angelo Naselli # # This file is part of manatools # diff --git a/scripts/manawall b/scripts/manawall index 7250474f..982f3d61 100755 --- a/scripts/manawall +++ b/scripts/manawall @@ -1,7 +1,7 @@ #!/usr/bin/perl # vim: set et ts=4 sw=4: # Copyright 2013-2016 Matteo Pasotti -# 2015 Angelo Naselli +# 2015-2016 Angelo Naselli # # This file is part manatools # -- cgit v1.2.1