diff --git a/pandora_server/conf/pandora_server.conf b/pandora_server/conf/pandora_server.conf index da9842a66f..3ea34e51b9 100755 --- a/pandora_server/conf/pandora_server.conf +++ b/pandora_server/conf/pandora_server.conf @@ -1,9 +1,9 @@ ############################################################################# # Pandora FMS Server Parameters # Pandora FMS, the Flexible Monitoring System. -# Version 3.2 +# Version 4.0-dev # Licensed under GPL license v2, -# (c) 2003-2010 Artica Soluciones Tecnologicas +# (c) 2003-2011 Artica Soluciones Tecnologicas # http://www.pandorafms.com # Please change it for your setup needs ############################################################################# diff --git a/pandora_server/lib/PandoraFMS/Config.pm b/pandora_server/lib/PandoraFMS/Config.pm index c97ade4328..259a140fa7 100644 --- a/pandora_server/lib/PandoraFMS/Config.pm +++ b/pandora_server/lib/PandoraFMS/Config.pm @@ -75,7 +75,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-2010 ArticaST\n"; + print "\n$init_string $pandora_version Build $pandora_build Copyright (c) 2004-2011 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"; diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index 0d871c6596..34ec842deb 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -1,10 +1,10 @@ #!/bin/sh -# Pandora FMS Server Installer (c) 2008-2010 Artica ST +# Pandora FMS Server Installer (c) 2008-2011 Artica ST # Linux/FreeBSD Version (generic), for SuSe, Debian/Ubuntu and FreeBSD only # other Linux distros could not work properly without modifications # Please see http://www.pandorafms.org -# v3.2 Build 101122 +# v4.0dev Build 110122 # This code is licensed under GPL 2.0 license. # **********************************************************************