Skip to content

Commit ab7794a

Browse files
committed
Update the help message link
1 parent 0f22863 commit ab7794a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/fosslight_reuse/_fosslight_reuse.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
from reuse.report import ProjectReport
1919

2020
_PKG_NAME = "fosslight_reuse"
21-
_MSG_REFERENCE = "Ref. Copyright and License Writing Rules in Source Code. : http://collab.lge.com/main/x/1eb-LQ"
22-
_MSG_FOLLOW_LIC_TXT = "Follow the Copyright and License Writing Rules in Source Code. : http://collab.lge.com/main/x/1eb-LQ"
21+
_RULE_LINK = "https://oss.lge.com/guide/process/osc_process/1-identification/copyright_license_rule.html"
22+
_MSG_REFERENCE = "Ref. Copyright and License Writing Rules in Source Code. : " + _RULE_LINK
23+
_MSG_FOLLOW_LIC_TXT = "Follow the Copyright and License Writing Rules in Source Code. : " + _RULE_LINK
2324
_REUSE_CONFIG_FILE = ".reuse/dep5"
2425
_DEFAULT_EXCLUDE_EXTENSION_FILES = [] # Exclude files from reuse
2526
_DEFAULT_EXCLUDE_EXTENSION = ["jar", "png", "exe", "so", "a", "dll", "jpeg", "jpg", "ttf", "lib", "ttc", "pfb",

0 commit comments

Comments
 (0)