Skip to content

Commit

Permalink
Merge pull request #133 from fosslight/develop
Browse files Browse the repository at this point in the history
Unify version output format
  • Loading branch information
bjk7119 authored Jan 13, 2023
2 parents f3793ed + 8d4d752 commit 2a530ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fosslight_prechecker/_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


CUSTOMIZED_FORMAT_FOR_PRECHECKER = {'html': '.html', 'xml': '.xml', 'yaml': '.yaml'}
RULE_LINK = "https://oss.lge.com/guide/process/osc_process/1-identification/copyright_license_rule.html"
RULE_LINK = "https://opensource.lge.com/guide/19"
MSG_REFERENCE = "Ref. Copyright and License Writing Rules in Source Code. : " + RULE_LINK
MSG_FOLLOW_LIC_TXT = "Follow the Copyright and License Writing Rules in Source Code. : " + RULE_LINK
EX_IOERR = 74
Expand Down
2 changes: 1 addition & 1 deletion src/fosslight_prechecker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def main():
if args.help:
print_help_msg()
elif args.version:
print_package_version(PKG_NAME, "FOSSLight Prechecker Version")
print_package_version(PKG_NAME, "FOSSLight Prechecker Version:")
elif args.notice:
try:
base_path = sys._MEIPASS
Expand Down

0 comments on commit 2a530ff

Please sign in to comment.