summaryrefslogtreecommitdiff
path: root/share/spack/docker
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2018-10-07 13:52:23 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2018-10-17 14:42:06 -0700
commiteea786f4e888b30cf70d1cddab4b5e6aa1c4cc28 (patch)
tree71634985402baf21c1c3657365051c94993f50f2 /share/spack/docker
parent3501bc91247042dd78813094e1218ff1ac2e7d13 (diff)
downloadspack-eea786f4e888b30cf70d1cddab4b5e6aa1c4cc28.tar.gz
spack-eea786f4e888b30cf70d1cddab4b5e6aa1c4cc28.tar.bz2
spack-eea786f4e888b30cf70d1cddab4b5e6aa1c4cc28.tar.xz
spack-eea786f4e888b30cf70d1cddab4b5e6aa1c4cc28.zip
relicense: replace LGPL headers with Apache-2.0/MIT SPDX headers
- remove the old LGPL license headers from all files in Spack - add SPDX headers to all files - core and most packages are (Apache-2.0 OR MIT) - a very small number of remaining packages are LGPL-2.1-only
Diffstat (limited to 'share/spack/docker')
-rw-r--r--share/spack/docker/build/common/handle-prompt.sh5
-rw-r--r--share/spack/docker/build/common/handle-ssh.sh5
2 files changed, 10 insertions, 0 deletions
diff --git a/share/spack/docker/build/common/handle-prompt.sh b/share/spack/docker/build/common/handle-prompt.sh
index 2faf38d627..5a4910e3fa 100644
--- a/share/spack/docker/build/common/handle-prompt.sh
+++ b/share/spack/docker/build/common/handle-prompt.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)
+
__tmp="`mktemp -d`"
__trylock() {
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