summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2021-01-01 23:10:28 -0800
committerTodd Gamblin <tgamblin@llnl.gov>2021-01-02 12:12:00 -0800
commita8ccb8e116a1abfaa1d7ecb4e84f9f14ebab12ad (patch)
treef1fabf9a15a69facac32089a631e472e6329d328 /bin
parent78f39bdfee511f4236339ecf2f2fabdfba944d99 (diff)
downloadspack-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')
-rwxr-xr-xbin/spack2
-rwxr-xr-xbin/spack-python2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/spack b/bin/spack
index 1f9e257b8d..e979e2af64 100755
--- a/bin/spack
+++ b/bin/spack
@@ -1,7 +1,7 @@
#!/bin/sh
# -*- python -*-
#
-# 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)
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)