From 3378005dc3e8ea363542ff1dbadae423b4a53ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Su=C3=A1rez?= Date: Fri, 23 Jun 2023 15:54:40 -0600 Subject: [PATCH] =?UTF-8?q?Replace=20"=C3=81rtica=20ST"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pandora_server/lib/PandoraFMS/Recon/Base.pm | 2 +- pandora_server/lib/PandoraFMS/Recon/Util.pm | 2 +- pandora_server/util/recon_scripts/snmp-recon.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pandora_server/lib/PandoraFMS/Recon/Base.pm b/pandora_server/lib/PandoraFMS/Recon/Base.pm index 2303062820..02f39cbe81 100644 --- a/pandora_server/lib/PandoraFMS/Recon/Base.pm +++ b/pandora_server/lib/PandoraFMS/Recon/Base.pm @@ -1,5 +1,5 @@ #!/usr/bin/perl -# (c) Ártica ST 2014 +# (c) Pandora FMS 2014 # Module for network topology discovery. package PandoraFMS::Recon::Base; diff --git a/pandora_server/lib/PandoraFMS/Recon/Util.pm b/pandora_server/lib/PandoraFMS/Recon/Util.pm index 106b03fc71..a4b6693eac 100644 --- a/pandora_server/lib/PandoraFMS/Recon/Util.pm +++ b/pandora_server/lib/PandoraFMS/Recon/Util.pm @@ -1,5 +1,5 @@ #!/usr/bin/perl -# (c) Ártica ST 2016 +# (c) Pandora FMS 2016 # Utility functions for the network topology discovery modules. package PandoraFMS::Recon::Util; diff --git a/pandora_server/util/recon_scripts/snmp-recon.pl b/pandora_server/util/recon_scripts/snmp-recon.pl index afe3f92179..47d9985996 100755 --- a/pandora_server/util/recon_scripts/snmp-recon.pl +++ b/pandora_server/util/recon_scripts/snmp-recon.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl -# (c) Ártica ST 2014 +# (c) Pandora FMS 2014 # SNMP Recon script for network topology discovery. use strict;