Skip to content

Commit 2a530ff

Browse files
authored
Merge pull request #133 from fosslight/develop
Unify version output format
2 parents f3793ed + 8d4d752 commit 2a530ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/fosslight_prechecker/_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
CUSTOMIZED_FORMAT_FOR_PRECHECKER = {'html': '.html', 'xml': '.xml', 'yaml': '.yaml'}
23-
RULE_LINK = "https://oss.lge.com/guide/process/osc_process/1-identification/copyright_license_rule.html"
23+
RULE_LINK = "https://opensource.lge.com/guide/19"
2424
MSG_REFERENCE = "Ref. Copyright and License Writing Rules in Source Code. : " + RULE_LINK
2525
MSG_FOLLOW_LIC_TXT = "Follow the Copyright and License Writing Rules in Source Code. : " + RULE_LINK
2626
EX_IOERR = 74

src/fosslight_prechecker/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main():
5252
if args.help:
5353
print_help_msg()
5454
elif args.version:
55-
print_package_version(PKG_NAME, "FOSSLight Prechecker Version")
55+
print_package_version(PKG_NAME, "FOSSLight Prechecker Version:")
5656
elif args.notice:
5757
try:
5858
base_path = sys._MEIPASS

0 commit comments

Comments
 (0)