Add current year to the copyright header

This commit is contained in:
Razvan Stoica 2021-03-08 13:38:07 +02:00 committed by GitHub
parent c8984e9591
commit 4b4fdd9f77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,12 +118,12 @@ get_service_file() {
} }
yell_info() { yell_info() {
yell "# ------------------------------------------------------------------------------ yell "# --------------------------------------------------------------------------------------------
# Docker Bench for Security v$version # 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. # Checks for dozens of common best-practices around deploying Docker containers in production.
# Inspired by the CIS Docker Benchmark v1.2.0. # Inspired by the CIS Docker Benchmark v1.2.0.
# ------------------------------------------------------------------------------" # --------------------------------------------------------------------------------------------"
} }