From b3c044348551e3bc3ab70fd09a557aeffb0f3dbd Mon Sep 17 00:00:00 2001 From: raulmateos Date: Thu, 28 Apr 2011 15:33:25 +0000 Subject: [PATCH] 2011-04-28 Raul Mateos * conf/pandora_server.conf, pandora_server_installer, PandoraFMS/Config.pm: Updated year and build. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4288 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/conf/pandora_server.conf | 4 ++-- pandora_server/lib/PandoraFMS/Config.pm | 2 +- pandora_server/pandora_server_installer | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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. # **********************************************************************