summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMichael Kuhn <suraia@ikkoku.de>2017-08-26 05:38:56 +0200
committerTodd Gamblin <tgamblin@llnl.gov>2017-08-25 20:38:56 -0700
commit91143e9db4ee82c24bfbd1582e3ab9ff6a78f8d3 (patch)
tree608491ae0535357372e071f65dddedf0a2ff1865 /lib
parent92df1492f6e52d6582cdb6168f37aa95d02b04ce (diff)
downloadspack-91143e9db4ee82c24bfbd1582e3ab9ff6a78f8d3.tar.gz
spack-91143e9db4ee82c24bfbd1582e3ab9ff6a78f8d3.tar.bz2
spack-91143e9db4ee82c24bfbd1582e3ab9ff6a78f8d3.tar.xz
spack-91143e9db4ee82c24bfbd1582e3ab9ff6a78f8d3.zip
Fix copyright years in spack create template (#5203)
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/cmd/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/spack/spack/cmd/create.py b/lib/spack/spack/cmd/create.py
index fd1e5f9fd2..e68b20a6ac 100644
--- a/lib/spack/spack/cmd/create.py
+++ b/lib/spack/spack/cmd/create.py
@@ -46,7 +46,7 @@ level = "short"
package_template = '''\
##############################################################################
-# Copyright (c) 2013-2016, Lawrence Livermore National Security, LLC.
+# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
# Produced at the Lawrence Livermore National Laboratory.
#
# This file is part of Spack.