diff options
author | Todd Gamblin <tgamblin@llnl.gov> | 2017-04-05 18:34:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 18:34:17 -0700 |
commit | 715ac8b7e67b094c094ec290729c5257cd565a0c (patch) | |
tree | ac573fe82637ff5966e127e032aa89664bb55319 | |
parent | df150b3e9299448e05c2598944496d2182c06c96 (diff) | |
download | spack-715ac8b7e67b094c094ec290729c5257cd565a0c.tar.gz spack-715ac8b7e67b094c094ec290729c5257cd565a0c.tar.bz2 spack-715ac8b7e67b094c094ec290729c5257cd565a0c.tar.xz spack-715ac8b7e67b094c094ec290729c5257cd565a0c.zip |
Update copyright on the docs. (#3718)
-rw-r--r-- | lib/spack/docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/docs/conf.py b/lib/spack/docs/conf.py index 69ec2a0b33..76ff0f921b 100644 --- a/lib/spack/docs/conf.py +++ b/lib/spack/docs/conf.py @@ -1,6 +1,6 @@ # flake8: noqa ############################################################################## -# 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. @@ -160,7 +160,7 @@ master_doc = 'index' # General information about the project. project = u'Spack' -copyright = u'2013-2015, Lawrence Livermore National Laboratory.' +copyright = u'2013-2017, Lawrence Livermore National Laboratory.' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the |