Skip to content

Commit

Permalink
Merge pull request mala-project#152 from DanielKotik/copyright-sphinx…
Browse files Browse the repository at this point in the history
…-docs

Fix copyright statement
  • Loading branch information
acangi authored Jun 15, 2021
2 parents 5b22ae8 + 3501f2d commit 367a2d0
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@
# -- Project information -----------------------------------------------------

project = 'Materials Learning Algorithms (MALA)'
copyright = '2021 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.
'
author = 'Attila Cangi, J. Austin Ellis, Lenz Fiedler, Daniel Kotik, Normand Modine, Sivasankaran Rajamanickam, Steve Schmerler, Aidan Thompson'
copyright = '2021 National Technology & Engineering Solutions of Sandia, ' \
'LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, ' \
'the U.S. Government retains certain rights in this software.' \
'Attila Cangi, J. Austin Ellis, Lenz Fiedler, Daniel Kotik, ' \
'Normand Modine, Sivasankaran Rajamanickam, Steve Schmerler, Aidan Thompson'

author = 'Attila Cangi, J. Austin Ellis, Lenz Fiedler, Daniel Kotik, ' \
'Normand Modine, Sivasankaran Rajamanickam, Steve Schmerler, Aidan Thompson'

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit 367a2d0

Please sign in to comment.