diff options
author | Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com> | 2020-02-20 16:55:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-20 16:55:42 -0800 |
commit | 38fc441a3650d4a638170eef553b3015628e4229 (patch) | |
tree | 33704c16b9aa2010d4f54e4c471945ab6093e0e2 | |
parent | 48375adf17b728429eada27d20dc8972efe59b70 (diff) | |
download | spack-38fc441a3650d4a638170eef553b3015628e4229.tar.gz spack-38fc441a3650d4a638170eef553b3015628e4229.tar.bz2 spack-38fc441a3650d4a638170eef553b3015628e4229.tar.xz spack-38fc441a3650d4a638170eef553b3015628e4229.zip |
Updated installer module copyright (#15138)
Update the copyright for `installer.py`.
-rwxr-xr-x | lib/spack/spack/installer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/installer.py b/lib/spack/spack/installer.py index 6d50b0f15d..f4f39f2640 100755 --- a/lib/spack/spack/installer.py +++ b/lib/spack/spack/installer.py @@ -1,4 +1,4 @@ -# Copyright 2013-2019 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2020 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) |