diff --git a/LICENSE b/LICENSE index 7474898..09f6c3e 100644 --- a/LICENSE +++ b/LICENSE @@ -2,7 +2,7 @@ LICENSE (SaLoMon) SaLoMon - Simple log file monitor and analyzer - Copyright (C) 2019 by Ralf Kilian + Copyright (C) 2020 by Ralf Kilian Distributed under the MIT License: diff --git a/README b/README index b797448..8c0f1c9 100644 --- a/README +++ b/README @@ -4,8 +4,8 @@ README (SaLoMon) Project SaLoMon - Version 1.16.0 - Copyright (C) 2019 by Ralf Kilian + Version 1.16.1 + Copyright (C) 2020 by Ralf Kilian GitHub: https://github.com/urbanware-org/salomon GitLab: https://gitlab.com/urbanware-org/salomon diff --git a/compat.sh b/compat.sh index f944ded..e77e85d 100755 --- a/compat.sh +++ b/compat.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Shell compatibility script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/analyze.sh b/core/analyze.sh index 0e8ca31..2dfdf0d 100755 --- a/core/analyze.sh +++ b/core/analyze.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # File analyzing core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/colors.sh b/core/colors.sh index 267f28f..3a289da 100755 --- a/core/colors.sh +++ b/core/colors.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Color management core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/common.sh b/core/common.sh index 15509ab..f3ad5d2 100755 --- a/core/common.sh +++ b/core/common.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Common core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/dialogs.sh b/core/dialogs.sh index 0cbb760..ae1d0ef 100755 --- a/core/dialogs.sh +++ b/core/dialogs.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Interactive dialog definition core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/global.sh b/core/global.sh index 70fb8af..3feed63 100755 --- a/core/global.sh +++ b/core/global.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Global variable core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon @@ -16,7 +16,7 @@ set_global_variables() { # the main directory of SaLoMon for configuration options. # ------------------------------------------------------------------------ - version="1.16.0" + version="1.16.1" arg_case="" arg_list=$(readlink -f "$0") diff --git a/core/interactive.sh b/core/interactive.sh index 444e8a2..a16f90a 100755 --- a/core/interactive.sh +++ b/core/interactive.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Interactive dialog mode core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/monitor.sh b/core/monitor.sh index 98785d2..1b08093 100755 --- a/core/monitor.sh +++ b/core/monitor.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # File monitoring core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/output.sh b/core/output.sh index f40794a..36dec5a 100755 --- a/core/output.sh +++ b/core/output.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Output core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/core/shell.sh b/core/shell.sh index 0cd438b..1739c42 100755 --- a/core/shell.sh +++ b/core/shell.sh @@ -1,7 +1,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Bash pre-check core script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/install.sh b/install.sh index 996f02f..68722ea 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Install and uninstall script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/salomon.sh b/salomon.sh index 3c52645..67a2390 100755 --- a/salomon.sh +++ b/salomon.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Main script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/shebang.sh b/shebang.sh index b1020a5..0a75b80 100755 --- a/shebang.sh +++ b/shebang.sh @@ -1,7 +1,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Shebang adjustment script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon diff --git a/testrun/testrun.sh b/testrun/testrun.sh index f27be90..05f0cc8 100755 --- a/testrun/testrun.sh +++ b/testrun/testrun.sh @@ -3,7 +3,7 @@ # ============================================================================ # SaLoMon - Simple log file monitor and analyzer # Simple testrun script -# Copyright (C) 2019 by Ralf Kilian +# Copyright (C) 2020 by Ralf Kilian # Distributed under the MIT License (https://opensource.org/licenses/MIT) # # GitHub: https://github.com/urbanware-org/salomon