diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2021-05-21 21:29:30 +0200 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2021-05-22 14:57:30 -0700 |
commit | 80f0c78f00732024f86b58485b872bc43bc428be (patch) | |
tree | 4fa1d8f1724d79f38efb4896c7b3c2e314824e77 /share | |
parent | 818664d55aa324430e770188f1116248f4966e68 (diff) | |
download | spack-80f0c78f00732024f86b58485b872bc43bc428be.tar.gz spack-80f0c78f00732024f86b58485b872bc43bc428be.tar.bz2 spack-80f0c78f00732024f86b58485b872bc43bc428be.tar.xz spack-80f0c78f00732024f86b58485b872bc43bc428be.zip |
Style fixes for v0.16.2 release
Diffstat (limited to 'share')
-rwxr-xr-x | share/spack/spack-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/spack/spack-completion.bash b/share/spack/spack-completion.bash index 64dfa37d6b..5cf32c0cab 100755 --- a/share/spack/spack-completion.bash +++ b/share/spack/spack-completion.bash @@ -1,4 +1,4 @@ -# Copyright 2013-2021 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) |