Skip to content

Commit

Permalink
Merge pull request #125 from sandialabs/fix-license-copyright
Browse files Browse the repository at this point in the history
docs: Fix license/copyright text in file
  • Loading branch information
jmgate authored May 13, 2024
2 parents 98268fc + 1d496c1 commit 5a98ffc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions reverse_argparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Provide the :class:`ReverseArgumentParser` class and
:func:`quote_arg_if_necessary` helper function.
"""

© 2024 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.
# © 2024 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.

SPDX-License-Identifier: BSD-3-Clause
"""
# SPDX-License-Identifier: BSD-3-Clause

from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary

Expand Down

0 comments on commit 5a98ffc

Please sign in to comment.