Merge pull request #466 from razvanstoica89/master

Add current year to the copyright header
This commit is contained in:
Thomas Sjögren 2021-03-08 11:45:13 +00:00 committed by GitHub
commit 1aa919e918
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.
# ------------------------------------------------------------------------------" # --------------------------------------------------------------------------------------------"
} }