Replace "Ártica ST"

This commit is contained in:
Félix Suárez 2023-06-23 15:54:40 -06:00
parent ea3ecc7185
commit 3378005dc3
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
# (c) Ártica ST 2014 <info@pandorafms.com>
# (c) Pandora FMS 2014 <info@pandorafms.com>
# Module for network topology discovery.
package PandoraFMS::Recon::Base;

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
# (c) Ártica ST 2016 <info@pandorafms.com>
# (c) Pandora FMS 2016 <info@pandorafms.com>
# Utility functions for the network topology discovery modules.
package PandoraFMS::Recon::Util;

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl
# (c) Ártica ST 2014 <info@pandorafms.com>
# (c) Pandora FMS 2014 <info@pandorafms.com>
# SNMP Recon script for network topology discovery.
use strict;