Modify aditional format years

This commit is contained in:
Félix Suárez 2023-07-03 09:39:14 -06:00
parent 507b57310c
commit b7d9c9ff0e
11 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
// Pandora FMS Embedded Agent // Pandora FMS Embedded Agent
// (c) Pandora FMS 2011 // (c) Pandora FMS 2011-2023
// (c) Sancho Lerena <slerena@artica.es> // (c) Sancho Lerena <slerena@artica.es>
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
// Pandora FMS Embedded Agent // Pandora FMS Embedded Agent
// (c) Pandora FMS 2011 // (c) Pandora FMS 2011-2023
// (c) Sancho Lerena <slerena@artica.es> // (c) Sancho Lerena <slerena@artica.es>
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
// Pandora FMS Embedded Agent // Pandora FMS Embedded Agent
// (c) Pandora FMS 2011 // (c) Pandora FMS 2011-2023
// (c) Sancho Lerena <slerena@artica.es> // (c) Sancho Lerena <slerena@artica.es>
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
// Pandora FMS Embedded Agent // Pandora FMS Embedded Agent
// (c) Pandora FMS 2011 // (c) Pandora FMS 2011-2023
// (c) Sancho Lerena <slerena@artica.es> // (c) Sancho Lerena <slerena@artica.es>
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
// Pandora FMS Embedded Agent // Pandora FMS Embedded Agent
// (c) Pandora FMS 2011 // (c) Pandora FMS 2011-2023
// (c) Sancho Lerena <slerena@artica.es> // (c) Sancho Lerena <slerena@artica.es>
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify

View File

@ -1,5 +1,5 @@
// Pandora FMS Embedded Agent // Pandora FMS Embedded Agent
// (c) Pandora FMS 2011 // (c) Pandora FMS 2011-2023
// (c) Sancho Lerena <slerena@artica.es> // (c) Sancho Lerena <slerena@artica.es>
// This program is free software; you can redistribute it and/or modify // This program is free software; you can redistribute it and/or modify

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# Pandora FMS Plugin for MySQL # Pandora FMS Plugin for MySQL
# (c) Pandora FMS 2015 # (c) Pandora FMS 2015-2023
# v1.4, 19 Feb 2015 # v1.4, 19 Feb 2015
# ---------------------------------------------------------------------- # ----------------------------------------------------------------------

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# (c) Pandora FMS 2010 # (c) Pandora FMS 2010-2023
# This script is licensed under GPL v2 licence. # This script is licensed under GPL v2 licence.
use strict; use strict;

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl #!/usr/bin/perl
# (c) Pandora FMS 2010, for Pandora FMS monitoring system # (c) Pandora FMS 2010-2023, for Pandora FMS monitoring system
# See more at http://pandorafms.org # See more at http://pandorafms.org
# Licensed under GPL2 license. # Licensed under GPL2 license.

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Pandora FMS Command line Backup Tool # Pandora FMS Command line Backup Tool
# (c) Sancho Lerena <slerena@gmail.com>, Pandora FMS 2009 # (c) Sancho Lerena <slerena@gmail.com>, Pandora FMS 2009-2023
function help { function help {
echo "" echo ""

View File

@ -2,7 +2,7 @@
# #
# Pandora FMS log migration tool # Pandora FMS log migration tool
# #
# Pandora FMS 2017 # Pandora FMS 2017-2023
# 2017/09/07 v1 (c) Fco de Borja Sanchez <fborja.sanchez@artica.es> # 2017/09/07 v1 (c) Fco de Borja Sanchez <fborja.sanchez@artica.es>
# #
######################################################################## ########################################################################