File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,17 +152,17 @@ outside WeeChat, which is rare.
152152
153153### Info: missing_spdx_copyright
154154
155- ** Issue** : the copyright tag " SPDX-FileCopyrightText" is missing in the script header.
155+ ** Issue** : the copyright tag ` SPDX-FileCopyrightText ` is missing in the script header.
156156
157- ** How to fix** : add the [ SPDX] ( https://spdx.dev/ ) copyright tag " SPDX-FileCopyrightText"
157+ ** How to fix** : add the [ SPDX] ( https://spdx.dev/ ) copyright tag ` SPDX-FileCopyrightText `
158158in the script header
159159(see [ Scripting contributing guide] ( https://github.com/weechat/scripts/blob/main/CONTRIBUTING.md#copyright-and-license ) ).
160160
161161### Info: missing_spdx_license
162162
163- ** Issue** : the license tag " SPDX-License-Identifier" is missing in the script header.
163+ ** Issue** : the license tag ` SPDX-License-Identifier ` is missing in the script header.
164164
165- ** How to fix** : add the [ SPDX] ( https://spdx.dev/ ) license tag " SPDX-License-Identifier"
165+ ** How to fix** : add the [ SPDX] ( https://spdx.dev/ ) license tag ` SPDX-License-Identifier `
166166in the script header
167167(see [ Scripting contributing guide] ( https://github.com/weechat/scripts/blob/main/CONTRIBUTING.md#copyright-and-license ) ).
168168
You can’t perform that action at this time.
0 commit comments