|
1 | 1 | #!/usr/bin/env python3 |
| 2 | +# -*- mode: python; py-indent-offset: 4; py-continuation-offset: 4 -*- |
| 3 | +#=============================================================================== |
| 4 | +# Copyright Notice |
| 5 | +# ---------------- |
| 6 | +# Copyright 2021 National Technology & Engineering Solutions of Sandia, |
| 7 | +# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, |
| 8 | +# the U.S. Government retains certain rights in this software. |
| 9 | +# |
| 10 | +# License (3-Clause BSD) |
| 11 | +# ---------------------- |
| 12 | +# Copyright 2021 National Technology & Engineering Solutions of Sandia, |
| 13 | +# LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, |
| 14 | +# the U.S. Government retains certain rights in this software. |
| 15 | +# |
| 16 | +# Redistribution and use in source and binary forms, with or without |
| 17 | +# modification, are permitted provided that the following conditions |
| 18 | +# are met: |
| 19 | +# |
| 20 | +# 1. Redistributions of source code must retain the above copyright |
| 21 | +# notice, this list of conditions and the following disclaimer. |
| 22 | +# |
| 23 | +# 2. Redistributions in binary form must reproduce the above |
| 24 | +# copyright notice, this list of conditions and the following |
| 25 | +# disclaimer in the documentation and/or other materials provided |
| 26 | +# with the distribution. |
| 27 | +# |
| 28 | +# 3. Neither the name of the copyright holder nor the names of its |
| 29 | +# contributors may be used to endorse or promote products derived |
| 30 | +# from this software without specific prior written permission. |
| 31 | +# |
| 32 | +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 33 | +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 34 | +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 35 | +# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR |
| 36 | +# ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 37 | +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 38 | +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 39 | +# ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 40 | +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 41 | +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 42 | +#=============================================================================== |
2 | 43 |
|
3 | 44 | # Configuration file for the Sphinx documentation builder. |
4 | 45 | # |
|
0 commit comments