@@ -29,7 +29,8 @@ This is for SCTK first.
2929
3030Status: This has been completed in SCTK and also included in SCIO. We use
3131an updated --summary option and a new license clarity score for this.
32- Some work is still in progress as part of 3.) "detections"
32+ We also have LicenseDetections for resources/packages and a top level
33+ unique license detections as a summary.
3334
3435
35362. Package files.
@@ -50,11 +51,15 @@ This has been completed in SCTK and also included in SCIO.
5051- package: object of its own, and related set of files, not always in the same
5152 directory
5253
54+ This is completed in SCTK.
55+
5356*License *:
5457
5558- many detections in a file at different locations, could be merged into a single reported license
5659- same for primary licenses
5760
61+ This is completed in SCTK.
62+
5863*Copyright *:
5964
6065- Copyright and author detection, which are tracked at the line level
@@ -76,6 +81,7 @@ Roadmap
7681
7782- SCTK: add primary license field in package output and populate this based on
7883 package-type/ecosystem conventions.
84+ - SCTK: also populate secondary license fields
7985- SCIO: add primary license field in DiscoveredPackage models and feed it with
8086 the data from packages
8187- SCIO: Do we track secondary? or is this just data aggregated on the fly.
@@ -87,7 +93,7 @@ Roadmap
8793
8894- This is closely tied to the primary license detection and should focus
8995 on package manifests and key files.
90-
96+ - Support copyright parsing from all package ecosystems.
9197
92983. Package files
9399~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -122,3 +128,4 @@ Roadmap
122128- Revamp how common list of suprrious licenses are detected (this is a bug)
123129- Use important key phrases for license detection https://github.com/nexB/scancode-toolkit/issues/2637
124130
131+ This is mostly completed, for follow up see https://github.com/nexB/scancode-toolkit/issues/2878.
0 commit comments