From a4f171d4ba27882ec46ac93872901d2bbe5cef4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Siglen?= Date: Fri, 10 Apr 2026 11:15:38 +0200 Subject: [PATCH] dbginfo.sh: Update comments and copyright year MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit first change for 2026 and some clarification in comments Reviewed-by: Michael Storzer Signed-off-by: Jörn Siglen Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index 483d8215..90ffad25 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -2,7 +2,7 @@ # # dbginfo.sh - Tool to collect runtime, configuration, and trace information # -# Copyright IBM Corp. 2002, 2025 +# Copyright IBM Corp. 2002, 2026 # # s390-tools is free software; you can redistribute it and/or modify # it under the terms of the MIT license. See LICENSE for details. @@ -14,7 +14,7 @@ export LC_ALL ######################################## # Global used variables -readonly SCRIPTNAME="${0##*/}" # general name of this script +readonly SCRIPTNAME="${0##*/}" # current name of this script readonly FULLPATHSCRIPT="$(readlink -f "${0}")" # readonly DATETIME="$(date +%Y-%m-%d-%H-%M-%S 2>/dev/null)" @@ -84,7 +84,7 @@ paramWORKDIR_BASE="/tmp" # initial default path print_version() { cat <