File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ Package detection:
6969
7070 https://github.com/nexB/scancode-toolkit/issues/3290
7171
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+
7277
7378License detection:
7479~~~~~~~~~~~~~~~~~~~
@@ -161,10 +166,10 @@ License detection:
161166
162167 - We can now detect licenses using custom license texts and license rules
163168 stored in a directory or packaged as a plugin for consistent reuse and deployment.
164-
169+
165170 - There is an ``--additional-directory `` option with the ``scancode-reindex-licenses ``
166171 command to add the licenses from a directory.
167-
172+
168173 - There is also a ``--only-builtin `` option to use ony builtin licenses
169174 ignoring any additional license plugins.
170175
You can’t perform that action at this time.
0 commit comments