summaryrefslogtreecommitdiff
path: root/share/spack/docker/build/common/handle-ssh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/docker/build/common/handle-ssh.sh')
-rw-r--r--share/spack/docker/build/common/handle-ssh.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/spack/docker/build/common/handle-ssh.sh b/share/spack/docker/build/common/handle-ssh.sh
index f13c10e212..f2139897cb 100644
--- a/share/spack/docker/build/common/handle-ssh.sh
+++ b/share/spack/docker/build/common/handle-ssh.sh
@@ -1,3 +1,8 @@
+# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
uid="`id -u`"
if [ "$uid" '=' '0' ] ; then
for key_type in dsa ecdsa ed25519 rsa ; do