File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121
2222CUSTOMIZED_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 "
2424MSG_REFERENCE = "Ref. Copyright and License Writing Rules in Source Code. : " + RULE_LINK
2525MSG_FOLLOW_LIC_TXT = "Follow the Copyright and License Writing Rules in Source Code. : " + RULE_LINK
2626EX_IOERR = 74
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments