diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2021-01-01 23:10:28 -0800 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2021-01-02 12:12:00 -0800 |
commit | a8ccb8e116a1abfaa1d7ecb4e84f9f14ebab12ad (patch) | |
tree | f1fabf9a15a69facac32089a631e472e6329d328 /bin/spack-python | |
parent | 78f39bdfee511f4236339ecf2f2fabdfba944d99 (diff) | |
download | spack-a8ccb8e116a1abfaa1d7ecb4e84f9f14ebab12ad.tar.gz spack-a8ccb8e116a1abfaa1d7ecb4e84f9f14ebab12ad.tar.bz2 spack-a8ccb8e116a1abfaa1d7ecb4e84f9f14ebab12ad.tar.xz spack-a8ccb8e116a1abfaa1d7ecb4e84f9f14ebab12ad.zip |
copyrights: update all files with license headers for 2021
- [x] add `concretize.lp`, `spack.yaml`, etc. to licensed files
- [x] update all licensed files to say 2013-2021 using
`spack license update-copyright-year`
- [x] appease mypy with some additions to package.py that needed
for oneapi.py
Diffstat (limited to 'bin/spack-python')
-rwxr-xr-x | bin/spack-python | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spack-python b/bin/spack-python index 22141b46d6..923f7380ba 100755 --- a/bin/spack-python +++ b/bin/spack-python @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other +# Copyright 2013-2021 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) |