Skip to content

Commit

Permalink
Fix licence
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Seichter committed Jul 9, 2024
1 parent f6c9834 commit 28ede9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vatvalidation_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
parser = argparse.ArgumentParser(
description=helper.NAME + " CLI" + " - " + helper.VERSION,
epilog="For more information, visit our GitHub repository: https://github.com/dseichter/VATValidation\r\n\n"
"License: MIT License - see LICENSE file at the root of the repository for details.",
"License: GPL 3.0 - see LICENSE file at the root of the repository for details.",
)

# Add the version argument
Expand Down

0 comments on commit 28ede9d

Please sign in to comment.