File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737 entry_points = {
3838 "console_scripts" : [
3939 "fosslight_prechecker = fosslight_prechecker.cli:main" ,
40- "fosslight_reuse = fosslight_reuse .cli:main"
40+ "fosslight_reuse = fosslight_prechecker .cli:main"
4141 ]
4242 }
4343 )
Original file line number Diff line number Diff line change 55from fosslight_util .help import PrintHelpMsg
66
77_HELP_MESSAGE_PRECHECKER = """
8- FOSSLight Prechecker is a Tool to check REUSE compliance in source code.
8+ FOSSLight Prechecker is a tool that checks whether source code complies with copyright and license writing rules .
99
1010 Usage: fosslight_prechecker [Mode] [option1] <arg1> [option2] <arg2>...
1111 ex) fosslight_prechecker lint -p /home/test/src/
1212 fosslight_prechecker add -p /home/test/test.py -c "2019-2021 LG Electronics Inc." -l "GPL-3.0-only"
1313
1414 Parameters:
1515 Mode
16- lint\t \t Check REUSE compliance
16+ lint\t \t Check whether the copyright and license writing rules are complied with
1717 convert\t \t Convert oss_pkg_info.yaml <-> FOSSLight-Report.xlsx
1818 add\t \t \t Add missing license and copyright
1919
You can’t perform that action at this time.
0 commit comments