diff options
Diffstat (limited to 'ci/lint')
-rwxr-xr-x | ci/lint/container-entrypoint.sh (renamed from ci/lint/docker-entrypoint.sh) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ci/lint/docker-entrypoint.sh b/ci/lint/container-entrypoint.sh index 63bd2d4298..e94a75e22c 100755 --- a/ci/lint/docker-entrypoint.sh +++ b/ci/lint/container-entrypoint.sh @@ -1,4 +1,9 @@ #!/usr/bin/env bash +# +# Copyright (c) The Bitcoin Core developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or https://opensource.org/license/mit/. + export LC_ALL=C # Fixes permission issues when there is a container UID/GID mismatch with the owner |