diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 7e6de211cd..613f983276 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2014-01-24 Ramon Novoa <rnovoa@artica.es> + + * lib/PandoraFMS/Config.pm: Updated copyright information. + 2013-01-22 Hirofumi Kosaka <kosaka@rworks.jp> * util/pandora_manage.pl: Fixed that pandora_manage.pl had failed to write diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index 26d87a1699..4a5974270d 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -76,7 +76,7 @@ sub help_screen { sub pandora_init { my $pa_config = $_[0]; my $init_string = $_[1]; - print "\n$init_string $pandora_version Build $pandora_build Copyright (c) 2004-2011 ArticaST\n"; + print "\n$init_string $pandora_version Build $pandora_build Copyright (c) 2004-2014 ArticaST\n"; print "This program is OpenSource, licensed under the terms of GPL License version 2.\n"; print "You can download latest versions and documentation at http://www.pandorafms.org \n\n";