Skip to content

Commit

Permalink
docs: Fix license/copyright text in file
Browse files Browse the repository at this point in the history
Should have been included in b355341,
but was overlooked.
  • Loading branch information
jmgate committed May 9, 2024
1 parent 05e5353 commit 1d496c1
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 1d496c1

Please sign in to comment.