File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060# General information about the project.
6161project = 'mpas_tools'
6262year = date .today ().year
63- copyright = f'This software is open source software available under the BSD-3' \
64- f'license. Copyright (c) { year } Triad National Security, LLC. ' \
65- f'All rights reserved. Copyright (c) { year } Lawrence Livermore ' \
66- f'National Security, LLC. All rights reserved. Copyright (c) ' \
67- f'{ year } UT-Battelle, LLC. All rights reserved.'
63+ copyright = (
64+ f'This software is open source software available under the BSD-3'
65+ f'license. Copyright (c) { year } Triad National Security, LLC. '
66+ f'All rights reserved. Copyright (c) { year } Lawrence Livermore '
67+ f'National Security, LLC. All rights reserved. Copyright (c) '
68+ f'{ year } UT-Battelle, LLC. All rights reserved.'
69+ )
6870author = 'MPAS-Tools development team'
6971
7072# The version info for the project you're documenting, acts as replacement for
You can’t perform that action at this time.
0 commit comments