Skip to content

Commit bdeb3df

Browse files
committed
Make it executable with fosslight_reuse
1 parent 7830690 commit bdeb3df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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
)

src/fosslight_prechecker/_help.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
from 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

0 commit comments

Comments
 (0)