summaryrefslogtreecommitdiff
path: root/lib/spack/spack/test/cmd/license.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/spack/spack/test/cmd/license.py')
-rw-r--r--lib/spack/spack/test/cmd/license.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/spack/spack/test/cmd/license.py b/lib/spack/spack/test/cmd/license.py
index 32c6f0846d..c46d73a5bc 100644
--- a/lib/spack/spack/test/cmd/license.py
+++ b/lib/spack/spack/test/cmd/license.py
@@ -1,4 +1,4 @@
-# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2024 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)
@@ -37,7 +37,7 @@ def test_verify(tmpdir):
with lgpl_header.open("w") as f:
f.write(
"""\
-# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2024 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: LGPL-2.1-only
@@ -58,7 +58,7 @@ def test_verify(tmpdir):
with correct_header.open("w") as f:
f.write(
"""\
-# Copyright 2013-2023 Lawrence Livermore National Security, LLC and other
+# Copyright 2013-2024 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)