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 /.github/actions | |
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 '.github/actions')
-rwxr-xr-x | .github/actions/add-maintainers-as-reviewers/entrypoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/add-maintainers-as-reviewers/entrypoint.py b/.github/actions/add-maintainers-as-reviewers/entrypoint.py index aa89fcd468..c5cb147230 100755 --- a/.github/actions/add-maintainers-as-reviewers/entrypoint.py +++ b/.github/actions/add-maintainers-as-reviewers/entrypoint.py @@ -1,6 +1,6 @@ #!/usr/bin/env 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) |