You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,7 +162,7 @@ License detection:
162
162
Similarly ``spdx_license_expressions`` was removed and replaced by
163
163
``detected_license_expression_spdx``.
164
164
165
-
- See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-resource>`_
165
+
- See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-resource>`_
166
166
for examples and details.
167
167
168
168
- The data structure of license attributes in ``package_data`` and the codebase
@@ -182,15 +182,15 @@ License detection:
182
182
original extracted license statement. Previously this used to be nested
183
183
python objects lists/dicts/string, but now this is always a YAML string.
184
184
185
-
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-package>`_
185
+
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-package>`_
186
186
for examples and details.
187
187
188
188
- The license matches structure has changed: we used to report one match for each
189
189
license ``key`` of a matched license expression. We now report instead one
190
190
single match for each matched license expression, and list the license keys
191
191
as a ``licenses`` attribute. This avoids data duplication.
192
192
Inside each match, we list each match and matched rule attributred directly
193
-
avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#licensematch-result-data>`_
193
+
avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#licensematch-result-data>`_
194
194
for examples and details.
195
195
196
196
- There are new and codebase level attributes with ``--license-references`` to report
@@ -201,7 +201,7 @@ License detection:
201
201
in all levels i.e. from codebase, package and resource level license detections and
202
202
resource level license clues, irrespective of this CLI option being used, i.e. default
203
203
with ``--licenses``.
204
-
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#comparision-before-after-license-references>`_
204
+
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#comparision-before-after-license-references>`_
205
205
206
206
- We replaced the ``scancode --reindex-licenses`` command line option with a
207
207
new separate command named ``scancode-reindex-licenses``.
0 commit comments