Skip to content

Commit

Permalink
Merge branch 'dev-ikos-version-copyright'. Close #249.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Dec 15, 2023
2 parents 415edf6 + 79c7707 commit 141bd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzer/python/ikos/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def parse_argument(parser, name, choices, groups, default, value):
class VersionAction(argparse.Action):
def __call__(self, parser, namespace, values, option_string=None):
print('ikos %s' % settings.VERSION)
print('Copyright (c) 2011-2019 United States Government as represented'
print('Copyright (c) 2011-2023 United States Government as represented'
' by the')
print('Administrator of the National Aeronautics and Space '
'Administration.')
Expand Down

0 comments on commit 141bd71

Please sign in to comment.