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 /var/spack/repos/builtin/packages/bigreqsproto | |
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 'var/spack/repos/builtin/packages/bigreqsproto')
-rw-r--r-- | var/spack/repos/builtin/packages/bigreqsproto/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/bigreqsproto/package.py b/var/spack/repos/builtin/packages/bigreqsproto/package.py index caa8fcd51e..340b463c1d 100644 --- a/var/spack/repos/builtin/packages/bigreqsproto/package.py +++ b/var/spack/repos/builtin/packages/bigreqsproto/package.py @@ -1,4 +1,4 @@ -# 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) |