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
@@ -173,7 +173,7 @@ License detection:
173
173
Similarly ``spdx_license_expressions`` was removed and replaced by
174
174
``detected_license_expression_spdx``.
175
175
176
-
- See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-resource>`_
176
+
- See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-resource>`_
177
177
for examples and details.
178
178
179
179
- The data structure of license attributes in ``package_data`` and the codebase
@@ -193,15 +193,15 @@ License detection:
193
193
original extracted license statement. Previously this used to be nested
194
194
python objects lists/dicts/string, but now this is always a YAML string.
195
195
196
-
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#change-in-license-data-format-package>`_
196
+
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#change-in-license-data-format-package>`_
197
197
for examples and details.
198
198
199
199
- The license matches structure has changed: we used to report one match for each
200
200
license ``key`` of a matched license expression. We now report instead one
201
201
single match for each matched license expression, and list the license keys
202
202
as a ``licenses`` attribute. This avoids data duplication.
203
203
Inside each match, we list each match and matched rule attributred directly
204
-
avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#licensematch-result-data>`_
204
+
avoiding nesting. See `license updates doc <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#licensematch-result-data>`_
205
205
for examples and details.
206
206
207
207
- There are new and codebase level attributes with ``--license-references`` to report
@@ -212,7 +212,7 @@ License detection:
212
212
in all levels i.e. from codebase, package and resource level license detections and
213
213
resource level license clues, irrespective of this CLI option being used, i.e. default
214
214
with ``--licenses``.
215
-
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/explanations/license-detection-reference.html#comparision-before-after-license-references>`_
215
+
See `license updates documentation <https://scancode-toolkit.readthedocs.io/en/latest/reference/license-detection-reference.html#comparision-before-after-license-references>`_
216
216
217
217
- We replaced the ``scancode --reindex-licenses`` command line option with a
218
218
new separate command named ``scancode-reindex-licenses``.
0 commit comments