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;