diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2019-12-30 22:36:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-30 22:36:56 -0800 |
commit | 4af630308619afb40b1de89d1f7bac0f57b70a38 (patch) | |
tree | 5508c4c41c8e35b8c0daf1b9c9275e17557aa2a4 /bin | |
parent | 98ad6e39b57de643162fe7ff94dad57b047bc8b6 (diff) | |
download | spack-4af630308619afb40b1de89d1f7bac0f57b70a38.tar.gz spack-4af630308619afb40b1de89d1f7bac0f57b70a38.tar.bz2 spack-4af630308619afb40b1de89d1f7bac0f57b70a38.tar.xz spack-4af630308619afb40b1de89d1f7bac0f57b70a38.zip |
copyright: update copyright dates for 2020 (#14328)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/rebuild-index.sh | 2 | ||||
-rwxr-xr-x | bin/rebuild-package.sh | 2 | ||||
-rwxr-xr-x | bin/sbang | 2 | ||||
-rwxr-xr-x | bin/spack | 2 | ||||
-rwxr-xr-x | bin/spack-python | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/bin/rebuild-index.sh b/bin/rebuild-index.sh index 009010baf1..c4811e1f29 100755 --- a/bin/rebuild-index.sh +++ b/bin/rebuild-index.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013-2019 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) diff --git a/bin/rebuild-package.sh b/bin/rebuild-package.sh index 657e431052..747cbd9875 100755 --- a/bin/rebuild-package.sh +++ b/bin/rebuild-package.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2013-2019 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) @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2013-2019 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) @@ -1,7 +1,7 @@ #!/bin/sh # -*- python -*- # -# Copyright 2013-2019 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) diff --git a/bin/spack-python b/bin/spack-python index 562b633c70..b81c8b7dbb 100755 --- a/bin/spack-python +++ b/bin/spack-python @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright 2013-2019 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) |