dbginfo.sh: update copyright date

adjust second year field on recent updates

Signed-off-by: Joern Siglen <siglen@de.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Joern Siglen
2022-02-10 06:05:50 +01:00
committed by Jan Höppner
parent 03fef264bd
commit 2ab27bdaf2

View File

@@ -2,7 +2,7 @@
#
# dbginfo.sh - Tool to collect runtime, configuration, and trace information
#
# Copyright IBM Corp. 2002, 2021
# Copyright IBM Corp. 2002, 2022
#
# s390-tools is free software; you can redistribute it and/or modify
# it under the terms of the MIT license. See LICENSE for details.
@@ -62,7 +62,7 @@ paramWORKDIR_BASE="/tmp" # initial default path
print_version() {
cat <<EOF
${SCRIPTNAME}: Debug information script version %S390_TOOLS_VERSION%
Copyright IBM Corp. 2002, 2021
Copyright IBM Corp. 2002, 2022
EOF
}