From 4b4fdd9f77c259c74ede6a154424546ea8484c24 Mon Sep 17 00:00:00 2001 From: Razvan Stoica Date: Mon, 8 Mar 2021 13:38:07 +0200 Subject: [PATCH] Add current year to the copyright header --- helper_lib.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helper_lib.sh b/helper_lib.sh index bb89aee..e24a14c 100644 --- a/helper_lib.sh +++ b/helper_lib.sh @@ -118,12 +118,12 @@ get_service_file() { } yell_info() { -yell "# ------------------------------------------------------------------------------ +yell "# -------------------------------------------------------------------------------------------- # Docker Bench for Security v$version # -# Docker, Inc. (c) 2015- +# Docker, Inc. (c) 2015-$(date +"%Y") # # Checks for dozens of common best-practices around deploying Docker containers in production. # Inspired by the CIS Docker Benchmark v1.2.0. -# ------------------------------------------------------------------------------" +# --------------------------------------------------------------------------------------------" }