Skip to content

Commit

Permalink
Merge pull request #152 from DanielKotik/copyright-sphinx-docs
Browse files Browse the repository at this point in the history
Fix copyright statement
  • Loading branch information
acangi authored Jun 15, 2021
2 parents aa86dc6 + 9fefd69 commit 39a1d28
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 39a1d28

Please sign in to comment.