File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ Package detection:
69
69
70
70
https://github.com/nexB/scancode-toolkit/issues/3290
71
71
72
+ - DatafileHandlers now have a classmethod named ``get_top_level_resources() ``,
73
+ which is supposed to yield the top-level Resources of a Package codebase,
74
+ relative to a Package manifest file. ``maven.MavenPomXmlHandler `` is the first
75
+ DatafileHandler that has this method implemented.
76
+
72
77
73
78
License detection:
74
79
~~~~~~~~~~~~~~~~~~~
@@ -161,10 +166,10 @@ License detection:
161
166
162
167
- We can now detect licenses using custom license texts and license rules
163
168
stored in a directory or packaged as a plugin for consistent reuse and deployment.
164
-
169
+
165
170
- There is an ``--additional-directory `` option with the ``scancode-reindex-licenses ``
166
171
command to add the licenses from a directory.
167
-
172
+
168
173
- There is also a ``--only-builtin `` option to use ony builtin licenses
169
174
ignoring any additional license plugins.
170
175
You can’t perform that action at this time.
0 commit comments