From 507b57310c31eb2d4b0b35dcadf1077d5498ca27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Su=C3=A1rez?= Date: Mon, 3 Jul 2023 09:33:49 -0600 Subject: [PATCH] Update aditional years --- pandora_agents/embedded/util/pandora_agent_daemon | 2 +- pandora_agents/embedded/util/pandora_agent_installer | 2 +- pandora_agents/pc/OpenWRT/pandora_agent_daemon | 2 +- pandora_agents/pc/plugins/grep_log | 2 +- pandora_agents/pc/plugins/inventory | 2 +- pandora_agents/pc/plugins/nagios_plugin_wrapper | 2 +- pandora_agents/pc/plugins/pandora_df | 2 +- pandora_agents/pc/plugins/pandora_update | 2 +- pandora_agents/pc/tentacle_client | 2 +- pandora_agents/shellscript/aix/pandora_agent | 2 +- pandora_agents/shellscript/hp-ux/pandora_agent | 2 +- pandora_agents/shellscript/linux/pandora_agent | 2 +- pandora_agents/shellscript/linux/plugins/grep_log | 2 +- pandora_agents/shellscript/linux/plugins/inventory | 2 +- pandora_agents/shellscript/linux/plugins/pandora_df | 2 +- pandora_agents/shellscript/linux/tentacle_client | 2 +- pandora_agents/shellscript/mac_osx/pandora_agent | 2 +- pandora_agents/shellscript/mac_osx/plugins/grep_log | 2 +- pandora_agents/shellscript/mac_osx/tentacle_client | 2 +- pandora_agents/shellscript/openWRT/pandora_agent | 2 +- pandora_agents/shellscript/solaris/pandora_agent | 2 +- pandora_agents/unix/OpenWRT/pandora_agent_daemon | 2 +- pandora_agents/unix/pandora_revent | 2 +- pandora_agents/unix/plugins/file-nr.sh | 2 +- pandora_agents/unix/plugins/grep_log | 2 +- pandora_agents/unix/plugins/grep_log_module | 2 +- pandora_agents/unix/plugins/grep_snmptrapd | 2 +- pandora_agents/unix/plugins/inventory | 2 +- pandora_agents/unix/plugins/nagios_plugin_wrapper | 2 +- pandora_agents/unix/plugins/pandora_df | 2 +- pandora_agents/unix/plugins/pandora_df_free | 2 +- pandora_agents/unix/plugins/pandora_df_used | 2 +- pandora_agents/unix/plugins/pandora_update | 2 +- pandora_agents/unix/plugins/sockstat.sh | 2 +- pandora_agents/unix/tentacle_client | 2 +- pandora_plugins/Advanced Log Parser/pandora_logparser.pl | 2 +- pandora_plugins/Log_event/getEvent.ps1 | 2 +- pandora_server/util/pandora_revent.pl | 2 +- tentacle/tentacle_client | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/pandora_agents/embedded/util/pandora_agent_daemon b/pandora_agents/embedded/util/pandora_agent_daemon index 2bf30f2550..b27bb14fa3 100755 --- a/pandora_agents/embedded/util/pandora_agent_daemon +++ b/pandora_agents/embedded/util/pandora_agent_daemon @@ -1,7 +1,7 @@ #!/bin/sh # Pandora FMS Embedded Agent, startup script -# Copyright (c) 2011 Pandora FMS, +# Copyright (c) 2011-2023 Pandora FMS, # Tested on Busybox 1.13 # v4.0 Build 110122 # http://www.pandorafms.com diff --git a/pandora_agents/embedded/util/pandora_agent_installer b/pandora_agents/embedded/util/pandora_agent_installer index d04764fa92..3dea92a7a7 100755 --- a/pandora_agents/embedded/util/pandora_agent_installer +++ b/pandora_agents/embedded/util/pandora_agent_installer @@ -1,6 +1,6 @@ #!/bin/sh -# Pandora FMS Embedded Agent Installer (c) 2011 Pandora FMS +# Pandora FMS Embedded Agent Installer (c) 2011-2023 Pandora FMS # Embedded Version (generic), for Busybox enviroments only # Please see http://www.pandorafms.org # v4.0 Build 110121 diff --git a/pandora_agents/pc/OpenWRT/pandora_agent_daemon b/pandora_agents/pc/OpenWRT/pandora_agent_daemon index 011df1fc08..4a98a4c210 100644 --- a/pandora_agents/pc/OpenWRT/pandora_agent_daemon +++ b/pandora_agents/pc/OpenWRT/pandora_agent_daemon @@ -1,7 +1,7 @@ #!/bin/sh # Pandora FMS Embedded Agent, startup script -# Copyright (c) 2011 Pandora FMS, +# Copyright (c) 2011-2023 Pandora FMS, # Tested on Busybox 1.13 # v4.0 Build 110122 # http://www.pandorafms.com diff --git a/pandora_agents/pc/plugins/grep_log b/pandora_agents/pc/plugins/grep_log index 14ecd0bdbe..30c78cd53d 100644 --- a/pandora_agents/pc/plugins/grep_log +++ b/pandora_agents/pc/plugins/grep_log @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2008 Ramon Novoa -# Copyright (c) 2008 Pandora FMS. +# Copyright (c) 2008-2023 Pandora FMS. # # grep_log Perl script to search log files for a matching pattern. The last # searched position is saved in an index file so that consecutive diff --git a/pandora_agents/pc/plugins/inventory b/pandora_agents/pc/plugins/inventory index 2976faf627..0502f7a63d 100644 --- a/pandora_agents/pc/plugins/inventory +++ b/pandora_agents/pc/plugins/inventory @@ -1,7 +1,7 @@ #!/usr/bin/perl ############################################################################### # -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # inventory Generate a hardware/software inventory. # diff --git a/pandora_agents/pc/plugins/nagios_plugin_wrapper b/pandora_agents/pc/plugins/nagios_plugin_wrapper index 722897f11b..8d199f912a 100644 --- a/pandora_agents/pc/plugins/nagios_plugin_wrapper +++ b/pandora_agents/pc/plugins/nagios_plugin_wrapper @@ -8,7 +8,7 @@ # # Usage: nagios_plugin_wrapper ########################################################################## -# Copyright (c) 2010 Pandora FMS +# Copyright (c) 2010-2023 Pandora FMS # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pandora_agents/pc/plugins/pandora_df b/pandora_agents/pc/plugins/pandora_df index 40405db794..83b2e35b0b 100644 --- a/pandora_agents/pc/plugins/pandora_df +++ b/pandora_agents/pc/plugins/pandora_df @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2009 Ramon Novoa -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # pandora_df Retrieve filesystem disk usage. By default information for all # filesystems is returned, but one or more filesystems may be diff --git a/pandora_agents/pc/plugins/pandora_update b/pandora_agents/pc/plugins/pandora_update index c3a88579d8..3be894ab72 100644 --- a/pandora_agents/pc/plugins/pandora_update +++ b/pandora_agents/pc/plugins/pandora_update @@ -1,6 +1,6 @@ #!/usr/bin/perl # Update binary tool -# Copyright (c) 2010 Pandora FMS. +# Copyright (c) 2010-2023 Pandora FMS. # Copyright (c) Sancho Lerena use strict; diff --git a/pandora_agents/pc/tentacle_client b/pandora_agents/pc/tentacle_client index 5ec6e1923f..8d0a9c7381 100644 --- a/pandora_agents/pc/tentacle_client +++ b/pandora_agents/pc/tentacle_client @@ -2,7 +2,7 @@ ################################################################################ # # Copyright (c) 2007-2008 Ramon Novoa -# Copyright (c) 2007-2008 Pandora FMS. +# Copyright (c) 2007-2023 Pandora FMS. # # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for # protocol description. diff --git a/pandora_agents/shellscript/aix/pandora_agent b/pandora_agents/shellscript/aix/pandora_agent index a93296ee4b..10d35340b9 100755 --- a/pandora_agents/shellscript/aix/pandora_agent +++ b/pandora_agents/shellscript/aix/pandora_agent @@ -1,7 +1,7 @@ #!/usr/bin/ksh # ********************************************************************** # Pandora FMS AIX Agent -# (c) 2009 Pandora FMS +# (c) 2009-2023 Pandora FMS # with the help of many people. Please see http://pandorafms.org # This code is licensed under GPL 2.0 license. # ********************************************************************** diff --git a/pandora_agents/shellscript/hp-ux/pandora_agent b/pandora_agents/shellscript/hp-ux/pandora_agent index 0b18352e28..04c8125a35 100644 --- a/pandora_agents/shellscript/hp-ux/pandora_agent +++ b/pandora_agents/shellscript/hp-ux/pandora_agent @@ -1,7 +1,7 @@ #!/bin/sh # ********************************************************************** # Pandora FMS Generic HPUX Agent -# (c) 2009 Pandora FMS +# (c) 2009-2023 Pandora FMS # with the help of many people. Please see http://pandorafms.org # This code is licensed under GPL 2.0 license. # ********************************************************************** diff --git a/pandora_agents/shellscript/linux/pandora_agent b/pandora_agents/shellscript/linux/pandora_agent index 317bb2f1fb..2f089e52b8 100755 --- a/pandora_agents/shellscript/linux/pandora_agent +++ b/pandora_agents/shellscript/linux/pandora_agent @@ -1,7 +1,7 @@ #!/bin/bash # ********************************************************************** # Pandora FMS Generic Linux Agent -# (c) 2010 Pandora FMS +# (c) 2010-2023 Pandora FMS # with the help of many people. Please see http://pandorafms.org # This code is licensed under GPL 2.0 license. # ********************************************************************** diff --git a/pandora_agents/shellscript/linux/plugins/grep_log b/pandora_agents/shellscript/linux/plugins/grep_log index 14ecd0bdbe..30c78cd53d 100755 --- a/pandora_agents/shellscript/linux/plugins/grep_log +++ b/pandora_agents/shellscript/linux/plugins/grep_log @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2008 Ramon Novoa -# Copyright (c) 2008 Pandora FMS. +# Copyright (c) 2008-2023 Pandora FMS. # # grep_log Perl script to search log files for a matching pattern. The last # searched position is saved in an index file so that consecutive diff --git a/pandora_agents/shellscript/linux/plugins/inventory b/pandora_agents/shellscript/linux/plugins/inventory index 793b3cd075..e9e1f38ff8 100755 --- a/pandora_agents/shellscript/linux/plugins/inventory +++ b/pandora_agents/shellscript/linux/plugins/inventory @@ -1,7 +1,7 @@ #!/usr/bin/perl ############################################################################### # -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # inventory Generate a hardware/software inventory. # diff --git a/pandora_agents/shellscript/linux/plugins/pandora_df b/pandora_agents/shellscript/linux/plugins/pandora_df index a700b56af0..ff750fe1a6 100755 --- a/pandora_agents/shellscript/linux/plugins/pandora_df +++ b/pandora_agents/shellscript/linux/plugins/pandora_df @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2009 Ramon Novoa -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # pandora_df Retrieve filesystem disk usage. By default information for all # filesystems is returned, but one or more filesystems may be diff --git a/pandora_agents/shellscript/linux/tentacle_client b/pandora_agents/shellscript/linux/tentacle_client index 5ec6e1923f..8d0a9c7381 100755 --- a/pandora_agents/shellscript/linux/tentacle_client +++ b/pandora_agents/shellscript/linux/tentacle_client @@ -2,7 +2,7 @@ ################################################################################ # # Copyright (c) 2007-2008 Ramon Novoa -# Copyright (c) 2007-2008 Pandora FMS. +# Copyright (c) 2007-2023 Pandora FMS. # # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for # protocol description. diff --git a/pandora_agents/shellscript/mac_osx/pandora_agent b/pandora_agents/shellscript/mac_osx/pandora_agent index c53bb679db..f8d1dcceef 100755 --- a/pandora_agents/shellscript/mac_osx/pandora_agent +++ b/pandora_agents/shellscript/mac_osx/pandora_agent @@ -1,7 +1,7 @@ #!/bin/bash # ********************************************************************** # Pandora FMS Generic Linux Agent -# (c) 2009 Pandora FMS +# (c) 2009-2023 Pandora FMS # with the help of many people. Please see http://pandorafms.org # This code is licensed under GPL 2.0 license. # ********************************************************************** diff --git a/pandora_agents/shellscript/mac_osx/plugins/grep_log b/pandora_agents/shellscript/mac_osx/plugins/grep_log index 6dde5e1423..007d225fcb 100755 --- a/pandora_agents/shellscript/mac_osx/plugins/grep_log +++ b/pandora_agents/shellscript/mac_osx/plugins/grep_log @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2008 Ramon Novoa -# Copyright (c) 2008 Pandora FMS. +# Copyright (c) 2008-2023 Pandora FMS. # # grep_log Perl script to search log files for a matching pattern. The last # searched position is saved in an index file so that consecutive diff --git a/pandora_agents/shellscript/mac_osx/tentacle_client b/pandora_agents/shellscript/mac_osx/tentacle_client index 5ec6e1923f..8d0a9c7381 100755 --- a/pandora_agents/shellscript/mac_osx/tentacle_client +++ b/pandora_agents/shellscript/mac_osx/tentacle_client @@ -2,7 +2,7 @@ ################################################################################ # # Copyright (c) 2007-2008 Ramon Novoa -# Copyright (c) 2007-2008 Pandora FMS. +# Copyright (c) 2007-2023 Pandora FMS. # # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for # protocol description. diff --git a/pandora_agents/shellscript/openWRT/pandora_agent b/pandora_agents/shellscript/openWRT/pandora_agent index f1b09d11a8..eb335127bd 100755 --- a/pandora_agents/shellscript/openWRT/pandora_agent +++ b/pandora_agents/shellscript/openWRT/pandora_agent @@ -1,7 +1,7 @@ #!/bin/sh # ********************************************************************** # Pandora FMS OpenWRT Agent -# (c) 2009 Pandora FMS +# (c) 2009-2023 Pandora FMS # with the help of many people. Please see http://pandorafms.org # This code is licensed under GPL 2.0 license. # ********************************************************************** diff --git a/pandora_agents/shellscript/solaris/pandora_agent b/pandora_agents/shellscript/solaris/pandora_agent index 26efed6740..76483b0332 100755 --- a/pandora_agents/shellscript/solaris/pandora_agent +++ b/pandora_agents/shellscript/solaris/pandora_agent @@ -1,7 +1,7 @@ #!/usr/bin/ksh # ********************************************************************** # Pandora FMS Solaris Agent -# (c) 2009 Pandora FMS +# (c) 2009-2023 Pandora FMS # with the help of many people. Please see http://pandorafms.org # This code is licensed under GPL 2.0 license. # ********************************************************************** diff --git a/pandora_agents/unix/OpenWRT/pandora_agent_daemon b/pandora_agents/unix/OpenWRT/pandora_agent_daemon index 011df1fc08..4a98a4c210 100755 --- a/pandora_agents/unix/OpenWRT/pandora_agent_daemon +++ b/pandora_agents/unix/OpenWRT/pandora_agent_daemon @@ -1,7 +1,7 @@ #!/bin/sh # Pandora FMS Embedded Agent, startup script -# Copyright (c) 2011 Pandora FMS, +# Copyright (c) 2011-2023 Pandora FMS, # Tested on Busybox 1.13 # v4.0 Build 110122 # http://www.pandorafms.com diff --git a/pandora_agents/unix/pandora_revent b/pandora_agents/unix/pandora_revent index e31e1db4a4..1229c9438f 100755 --- a/pandora_agents/unix/pandora_revent +++ b/pandora_agents/unix/pandora_revent @@ -3,7 +3,7 @@ ######################################################################## # Pandora FMS - Remote Event Tool (via WEB API) ######################################################################## -# Copyright (c) 2021 Pandora FMS +# Copyright (c) 2021-2023 Pandora FMS # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 2 diff --git a/pandora_agents/unix/plugins/file-nr.sh b/pandora_agents/unix/plugins/file-nr.sh index df4811c221..72beb0365e 100755 --- a/pandora_agents/unix/plugins/file-nr.sh +++ b/pandora_agents/unix/plugins/file-nr.sh @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2016 Ramon Novoa -# Copyright (c) 2016 Pandora FMS. +# Copyright (c) 2016-2023 Pandora FMS. # # sockstat.sh Pandora FMS agent plug-in to retrieve file handle statistics. # diff --git a/pandora_agents/unix/plugins/grep_log b/pandora_agents/unix/plugins/grep_log index 702a28f4b1..0f573ef1af 100755 --- a/pandora_agents/unix/plugins/grep_log +++ b/pandora_agents/unix/plugins/grep_log @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2008 Ramon Novoa -# Copyright (c) 2008 Pandora FMS. +# Copyright (c) 2008-2023 Pandora FMS. # # grep_log Perl script to search log files for a matching pattern. The last # searched position is saved in an index file so that consecutive diff --git a/pandora_agents/unix/plugins/grep_log_module b/pandora_agents/unix/plugins/grep_log_module index 88ac7ea9d5..75ce1de706 100755 --- a/pandora_agents/unix/plugins/grep_log_module +++ b/pandora_agents/unix/plugins/grep_log_module @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2012 Ramon Novoa -# Copyright (c) 2012 Pandora FMS. +# Copyright (c) 2012-2023 Pandora FMS. # # grep_log_module Perl script to search log files for a matching pattern. The # last searched position is saved in an index file so that diff --git a/pandora_agents/unix/plugins/grep_snmptrapd b/pandora_agents/unix/plugins/grep_snmptrapd index db73d0fe5a..ebc0816e5d 100755 --- a/pandora_agents/unix/plugins/grep_snmptrapd +++ b/pandora_agents/unix/plugins/grep_snmptrapd @@ -1,7 +1,7 @@ #!/usr/bin/perl ############################################################################### # -# Copyright (c) 2018 Pandora FMS. +# Copyright (c) 2018-2023 Pandora FMS. # # grep_log Perl script to search log files for a matching pattern. The last # searched position is saved in an index file so that consecutive diff --git a/pandora_agents/unix/plugins/inventory b/pandora_agents/unix/plugins/inventory index 464ecba0b8..376b3c2224 100755 --- a/pandora_agents/unix/plugins/inventory +++ b/pandora_agents/unix/plugins/inventory @@ -1,7 +1,7 @@ #!/usr/bin/perl ############################################################################### # -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # inventory Generate a hardware/software inventory. # diff --git a/pandora_agents/unix/plugins/nagios_plugin_wrapper b/pandora_agents/unix/plugins/nagios_plugin_wrapper index 5c2198a1a0..3684a37720 100755 --- a/pandora_agents/unix/plugins/nagios_plugin_wrapper +++ b/pandora_agents/unix/plugins/nagios_plugin_wrapper @@ -8,7 +8,7 @@ # # Usage: nagios_plugin_wrapper ########################################################################## -# Copyright (c) 2010 Pandora FMS +# Copyright (c) 2010-2023 Pandora FMS # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License diff --git a/pandora_agents/unix/plugins/pandora_df b/pandora_agents/unix/plugins/pandora_df index 4a3edd72dd..e32e946f82 100755 --- a/pandora_agents/unix/plugins/pandora_df +++ b/pandora_agents/unix/plugins/pandora_df @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2009 Ramon Novoa -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # pandora_df Retrieve filesystem disk usage. By default information for all # filesystems is returned, but one or more filesystems may be diff --git a/pandora_agents/unix/plugins/pandora_df_free b/pandora_agents/unix/plugins/pandora_df_free index 7604da214f..2d0bb45a39 100755 --- a/pandora_agents/unix/plugins/pandora_df_free +++ b/pandora_agents/unix/plugins/pandora_df_free @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2009 Ramon Novoa -# Copyright (c) 2009 Pandora FMS. +# Copyright (c) 2009-2023 Pandora FMS. # # pandora_df Retrieve filesystem disk usage. By default information for all # filesystems is returned, but one or more filesystems may be diff --git a/pandora_agents/unix/plugins/pandora_df_used b/pandora_agents/unix/plugins/pandora_df_used index d442b2aac8..5c4402661d 100755 --- a/pandora_agents/unix/plugins/pandora_df_used +++ b/pandora_agents/unix/plugins/pandora_df_used @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2016 Antonio Sánchez -# Copyright (c) 2016 Pandora FMS. +# Copyright (c) 2016-2023 Pandora FMS. # # By default, gather data from all data file system types. # You can add many filesystems you want to include in the checks by just passing diff --git a/pandora_agents/unix/plugins/pandora_update b/pandora_agents/unix/plugins/pandora_update index c3a88579d8..3be894ab72 100755 --- a/pandora_agents/unix/plugins/pandora_update +++ b/pandora_agents/unix/plugins/pandora_update @@ -1,6 +1,6 @@ #!/usr/bin/perl # Update binary tool -# Copyright (c) 2010 Pandora FMS. +# Copyright (c) 2010-2023 Pandora FMS. # Copyright (c) Sancho Lerena use strict; diff --git a/pandora_agents/unix/plugins/sockstat.sh b/pandora_agents/unix/plugins/sockstat.sh index 7e4a5089b6..5cc70a5516 100755 --- a/pandora_agents/unix/plugins/sockstat.sh +++ b/pandora_agents/unix/plugins/sockstat.sh @@ -2,7 +2,7 @@ ############################################################################### # # Copyright (c) 2016 Ramon Novoa -# Copyright (c) 2016 Pandora FMS. +# Copyright (c) 2016-2023 Pandora FMS. # # sockstat.sh Pandora FMS agent plug-in to retrieve socket statistics. # diff --git a/pandora_agents/unix/tentacle_client b/pandora_agents/unix/tentacle_client index 5ec6e1923f..8d0a9c7381 100755 --- a/pandora_agents/unix/tentacle_client +++ b/pandora_agents/unix/tentacle_client @@ -2,7 +2,7 @@ ################################################################################ # # Copyright (c) 2007-2008 Ramon Novoa -# Copyright (c) 2007-2008 Pandora FMS. +# Copyright (c) 2007-2023 Pandora FMS. # # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for # protocol description. diff --git a/pandora_plugins/Advanced Log Parser/pandora_logparser.pl b/pandora_plugins/Advanced Log Parser/pandora_logparser.pl index e207ee32f8..513e0b654b 100644 --- a/pandora_plugins/Advanced Log Parser/pandora_logparser.pl +++ b/pandora_plugins/Advanced Log Parser/pandora_logparser.pl @@ -2,7 +2,7 @@ ############################################################################### # Pandora FMS Agent Plugin for ADVANCED log parsing # Copyright (c) 2011-2015 Sancho Lerena -# Copyright (c) 2011-2015 Pandora FMS. +# Copyright (c) 2011-2023 Pandora FMS. # _______ __ __ _______ _______ # | _ |.----.| |_|__|.----.---.-. | __|_ _| # | || _|| _| || __| _ | |__ | | | diff --git a/pandora_plugins/Log_event/getEvent.ps1 b/pandora_plugins/Log_event/getEvent.ps1 index d2b2b3034c..396cf4e820 100644 --- a/pandora_plugins/Log_event/getEvent.ps1 +++ b/pandora_plugins/Log_event/getEvent.ps1 @@ -1,7 +1,7 @@ ################################################################################ # get Event ################################################################################ -# Copyright (c) 2020 Pandora FMS +# Copyright (c) 2020-2023 Pandora FMS # Jose Antonio Almendros ################################################################################ # diff --git a/pandora_server/util/pandora_revent.pl b/pandora_server/util/pandora_revent.pl index e31e1db4a4..1229c9438f 100755 --- a/pandora_server/util/pandora_revent.pl +++ b/pandora_server/util/pandora_revent.pl @@ -3,7 +3,7 @@ ######################################################################## # Pandora FMS - Remote Event Tool (via WEB API) ######################################################################## -# Copyright (c) 2021 Pandora FMS +# Copyright (c) 2021-2023 Pandora FMS # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License version 2 diff --git a/tentacle/tentacle_client b/tentacle/tentacle_client index 4b04fd1b03..5f03db7d63 100755 --- a/tentacle/tentacle_client +++ b/tentacle/tentacle_client @@ -2,7 +2,7 @@ ################################################################################ # # Copyright (c) 2007-2008 Ramon Novoa -# Copyright (c) 2007-2008 Pandora FMS. +# Copyright (c) 2007-2023 Pandora FMS. # # tentacle_client.pl Tentacle Client. See https://pandorafms.com/docs/ for # protocol description.