From 5d0dae1415b9533c3df8b58f7be7d9ed16a6610a Mon Sep 17 00:00:00 2001 From: fermin831 Date: Tue, 1 Dec 2015 12:16:52 +0100 Subject: [PATCH] Fixed copyright date to some plugins --- pandora_server/util/compaq_chassis_trap_manager.pl | 2 +- pandora_server/util/compaq_chassis_trap_manager2.pl | 2 +- pandora_server/util/esx_trap_manager.pl | 2 +- pandora_server/util/integria_rticket.pl | 4 ++-- pandora_server/util/integrity_check | 2 +- pandora_server/util/pandora_backup.sh | 2 +- pandora_server/util/pandora_count.sh | 2 +- pandora_server/util/pandora_database_check.pl | 2 +- pandora_server/util/pandora_db.pl | 2 +- pandora_server/util/pandora_diagnostic.sh | 2 +- pandora_server/util/pandora_manage.pl | 2 +- pandora_server/util/pandora_migrate_plugins.pl | 2 +- pandora_server/util/pandora_migrate_recon_scripts.pl | 2 +- pandora_server/util/pandora_recode_db.pl | 2 +- pandora_server/util/pandora_revent.pl | 2 +- pandora_server/util/pandora_revent_create.pl | 2 +- pandora_server/util/pandora_sync_db.pl | 2 +- 17 files changed, 18 insertions(+), 18 deletions(-) diff --git a/pandora_server/util/compaq_chassis_trap_manager.pl b/pandora_server/util/compaq_chassis_trap_manager.pl index deeb25076b..39888904a5 100755 --- a/pandora_server/util/compaq_chassis_trap_manager.pl +++ b/pandora_server/util/compaq_chassis_trap_manager.pl @@ -9,7 +9,7 @@ use POSIX qw(setsid strftime); sub show_help { print "\nSpecific Pandora FMS trap collector for compaq Hardware\n"; - print "(c) Sancho Lerena 2010 \n"; + print "(c) Sancho Lerena 2010-2015 \n"; print "Usage:\n\n"; print " compaq_chassis_trap_manager.pl \n\n"; exit; diff --git a/pandora_server/util/compaq_chassis_trap_manager2.pl b/pandora_server/util/compaq_chassis_trap_manager2.pl index e6086784a7..9e74c4f77e 100755 --- a/pandora_server/util/compaq_chassis_trap_manager2.pl +++ b/pandora_server/util/compaq_chassis_trap_manager2.pl @@ -12,7 +12,7 @@ use POSIX qw(setsid strftime); sub show_help { print "\nSpecific Pandora FMS trap collector for compaq Hardware\n"; - print "(c) Sancho Lerena 2010 \n"; + print "(c) Sancho Lerena 2010-2015 \n"; print "Usage:\n\n"; print " compaq_chassis_trap_manager.pl \n\n"; exit; diff --git a/pandora_server/util/esx_trap_manager.pl b/pandora_server/util/esx_trap_manager.pl index 1e42e3e2e3..a86ce94f21 100755 --- a/pandora_server/util/esx_trap_manager.pl +++ b/pandora_server/util/esx_trap_manager.pl @@ -6,7 +6,7 @@ use POSIX qw(setsid strftime); sub show_help { print "\nSpecific Pandora FMS trap collector for ESX\n"; - print "(c) Sancho Lerena 2010 \n"; + print "(c) Sancho Lerena 2010-2015 \n"; print "Usage:\n\n"; print " esx_trap_manager.pl \n\n"; exit; diff --git a/pandora_server/util/integria_rticket.pl b/pandora_server/util/integria_rticket.pl index 8d3af6022b..fdc50643bd 100644 --- a/pandora_server/util/integria_rticket.pl +++ b/pandora_server/util/integria_rticket.pl @@ -60,7 +60,7 @@ Optional parameters: ############################################################################## sub tool_api_init () { - print "\nIntegria IMS Remote Ticket Tool Copyright (c) 2013 Artica ST\n"; + print "\nIntegria IMS Remote Ticket Tool Copyright (c) 2013-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; print "You can download latest versions and documentation at http://www.integriaims.com\n\n"; @@ -234,4 +234,4 @@ sub tool_api_main () { print "\nExiting!\n\n"; exit; -} \ No newline at end of file +} diff --git a/pandora_server/util/integrity_check b/pandora_server/util/integrity_check index 74d0d6ac1b..8180aed0f1 100755 --- a/pandora_server/util/integrity_check +++ b/pandora_server/util/integrity_check @@ -12,7 +12,7 @@ HUMANDATE=`date +%d-%m-%y-%s` OUTPUT=integrity_check_`date +%d-%m-%y-%s`.data echo "Pandora FMS Integrity Check tool v1.0" -echo "(c) Pandora FMS Development Team 2014" +echo "(c) Pandora FMS Development Team 2014-2015" echo " " if [ $# -lt 2 ] diff --git a/pandora_server/util/pandora_backup.sh b/pandora_server/util/pandora_backup.sh index c42a1d56d8..777c8666fc 100755 --- a/pandora_server/util/pandora_backup.sh +++ b/pandora_server/util/pandora_backup.sh @@ -6,7 +6,7 @@ function help { echo "" echo -e "Pandora FMS Command line backup tool. http://www.pandorafms.org" - echo -e "(c) 2009 Sancho Lerena , Artica Soluciones Tecnologicas" + echo -e "(c) 2009-2015 Sancho Lerena , Artica Soluciones Tecnologicas" echo "" echo -e "Syntax:" echo -e "\t\t-c Path to Pandora FMS console, p.e: /srv/www/htdocs/pandora_console" diff --git a/pandora_server/util/pandora_count.sh b/pandora_server/util/pandora_count.sh index e97471a757..9aec192f31 100755 --- a/pandora_server/util/pandora_count.sh +++ b/pandora_server/util/pandora_count.sh @@ -1,7 +1,7 @@ #!/bin/bash echo "Small tool to measure data processing throughput for a Pandora FMS data server" -echo "(c) 2010 Sancho Lerena, slerena@gmail.com" +echo "(c) 2010-2015 Sancho Lerena, slerena@gmail.com" ANT=0 while [ 1 ] diff --git a/pandora_server/util/pandora_database_check.pl b/pandora_server/util/pandora_database_check.pl index b6fc7bbfb1..71af8e5e35 100755 --- a/pandora_server/util/pandora_database_check.pl +++ b/pandora_server/util/pandora_database_check.pl @@ -338,7 +338,7 @@ sub pandora_event_speed { ############################################################################## sub help_screen{ - print "\nPandora FMS Database Speed Test $version Copyright (c) 2012 Artica ST\n"; + print "\nPandora FMS Database Speed Test $version Copyright (c) 2012-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; print "You can download latest versions and documentation at http://www.pandorafms.org\n\n"; diff --git a/pandora_server/util/pandora_db.pl b/pandora_server/util/pandora_db.pl index e3bcd5ff98..882227cfe4 100644 --- a/pandora_server/util/pandora_db.pl +++ b/pandora_server/util/pandora_db.pl @@ -577,7 +577,7 @@ sub pandora_compactdb ($$) { sub pandora_init ($) { my $conf = shift; - log_message ('', "\nPandora FMS DB Tool $version Copyright (c) 2004-2009 Artica ST\n"); + log_message ('', "\nPandora FMS DB Tool $version Copyright (c) 2004-2015 Artica ST\n"); log_message ('', "This program is Free Software, licensed under the terms of GPL License v2\n"); log_message ('', "You can download latest versions and documentation at http://www.pandorafms.org\n\n"); diff --git a/pandora_server/util/pandora_diagnostic.sh b/pandora_server/util/pandora_diagnostic.sh index b0b214c8c7..5b7f7a640f 100755 --- a/pandora_server/util/pandora_diagnostic.sh +++ b/pandora_server/util/pandora_diagnostic.sh @@ -12,7 +12,7 @@ LINUXINFO=`uname -a` OUTFILE="/tmp/pandora_diag.$TIMESTAMP.data" echo " " -echo "Pandora FMS Diagnostic Script v1.0 (c) ArticaST 2009-2011" +echo "Pandora FMS Diagnostic Script v1.0 (c) ArticaST 2009-2015" echo "http://pandorafms.org. This script is licensed under GPL2 terms" echo " " echo "Please wait while this script is collecting data" diff --git a/pandora_server/util/pandora_manage.pl b/pandora_server/util/pandora_manage.pl index 2aa2431406..d9ed9f923f 100644 --- a/pandora_server/util/pandora_manage.pl +++ b/pandora_server/util/pandora_manage.pl @@ -93,7 +93,7 @@ exit; # Print a help screen and exit. ############################################################################## sub help_screen{ - print "\nPandora FMS CLI $version Copyright (c) 2013 Artica ST\n"; + print "\nPandora FMS CLI $version Copyright (c) 2013-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; print "You can download latest versions and documentation at http://www.pandorafms.org\n\n"; print "$enterprise_msg\n\n"; diff --git a/pandora_server/util/pandora_migrate_plugins.pl b/pandora_server/util/pandora_migrate_plugins.pl index 7887a7afdd..2baa1bb011 100644 --- a/pandora_server/util/pandora_migrate_plugins.pl +++ b/pandora_server/util/pandora_migrate_plugins.pl @@ -99,7 +99,7 @@ sub pandora_load_credentials ($) { $conf->{"quiet"}=0; # Daemon 0 by default - print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010 Artica ST\n"; + print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; # Load config file from command line diff --git a/pandora_server/util/pandora_migrate_recon_scripts.pl b/pandora_server/util/pandora_migrate_recon_scripts.pl index d126692c82..56c5048a93 100644 --- a/pandora_server/util/pandora_migrate_recon_scripts.pl +++ b/pandora_server/util/pandora_migrate_recon_scripts.pl @@ -72,7 +72,7 @@ sub pandora_load_credentials ($) { $conf->{"quiet"}=0; # Daemon 0 by default - print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010 Artica ST\n"; + print "\nPandora FMS Plugins migrate tool $version Copyright (c) 2010-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; # Load config file from command line diff --git a/pandora_server/util/pandora_recode_db.pl b/pandora_server/util/pandora_recode_db.pl index 1cb00de048..b0867a3315 100755 --- a/pandora_server/util/pandora_recode_db.pl +++ b/pandora_server/util/pandora_recode_db.pl @@ -77,7 +77,7 @@ sub pandora_load_credentials ($) { $conf->{"quiet"}=0; # Daemon 0 by default - print "\nPandora FMS Recode tool $version Copyright (c) 2010 Artica ST\n"; + print "\nPandora FMS Recode tool $version Copyright (c) 2010-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; print "You can download latest versions and documentation at http://www.pandorafms.org\n\n"; diff --git a/pandora_server/util/pandora_revent.pl b/pandora_server/util/pandora_revent.pl index d00a5f0756..50ae0d0d80 100755 --- a/pandora_server/util/pandora_revent.pl +++ b/pandora_server/util/pandora_revent.pl @@ -80,7 +80,7 @@ Optional parameters: ############################################################################## sub tool_api_init () { - print "\nPandora FMS Remote Event Tool Copyright (c) 2013 Artica ST\n"; + print "\nPandora FMS Remote Event Tool Copyright (c) 2013-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; print "You can download latest versions and documentation at http://www.pandorafms.org\n\n"; diff --git a/pandora_server/util/pandora_revent_create.pl b/pandora_server/util/pandora_revent_create.pl index 8e370c8a8f..ecbefe77c3 100755 --- a/pandora_server/util/pandora_revent_create.pl +++ b/pandora_server/util/pandora_revent_create.pl @@ -74,7 +74,7 @@ Optional parameters: ############################################################################## sub tool_api_init () { - print "\nPandora FMS Remote Event Tool Copyright (c) 2013 Artica ST\n"; + print "\nPandora FMS Remote Event Tool Copyright (c) 2013-2015 Artica ST\n"; print "This program is Free Software, licensed under the terms of GPL License v2\n"; print "You can download latest versions and documentation at http://www.pandorafms.org\n\n"; diff --git a/pandora_server/util/pandora_sync_db.pl b/pandora_server/util/pandora_sync_db.pl index ac0f4adc82..c1812afd74 100755 --- a/pandora_server/util/pandora_sync_db.pl +++ b/pandora_server/util/pandora_sync_db.pl @@ -119,7 +119,7 @@ sub pandora_load_credentials ($) { $conf->{"quiet"}=0; # Daemon 0 by default - print "\nCopyright (c) 2010 Artica Soluciones Tecnologicas S.L\n"; + print "\nCopyright (c) 2010-2015 Artica Soluciones Tecnologicas S.L\n"; print "This code is not free or OpenSource. Please don't redistribute.\n\n"; # Load enterprise module