@@ -29,7 +29,8 @@ This is for SCTK first.
29
29
30
30
Status: This has been completed in SCTK and also included in SCIO. We use
31
31
an 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.
33
34
34
35
35
36
2. Package files.
@@ -50,11 +51,15 @@ This has been completed in SCTK and also included in SCIO.
50
51
- package: object of its own, and related set of files, not always in the same
51
52
directory
52
53
54
+ This is completed in SCTK.
55
+
53
56
*License *:
54
57
55
58
- many detections in a file at different locations, could be merged into a single reported license
56
59
- same for primary licenses
57
60
61
+ This is completed in SCTK.
62
+
58
63
*Copyright *:
59
64
60
65
- Copyright and author detection, which are tracked at the line level
@@ -76,6 +81,7 @@ Roadmap
76
81
77
82
- SCTK: add primary license field in package output and populate this based on
78
83
package-type/ecosystem conventions.
84
+ - SCTK: also populate secondary license fields
79
85
- SCIO: add primary license field in DiscoveredPackage models and feed it with
80
86
the data from packages
81
87
- SCIO: Do we track secondary? or is this just data aggregated on the fly.
@@ -87,7 +93,7 @@ Roadmap
87
93
88
94
- This is closely tied to the primary license detection and should focus
89
95
on package manifests and key files.
90
-
96
+ - Support copyright parsing from all package ecosystems.
91
97
92
98
3. Package files
93
99
~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -122,3 +128,4 @@ Roadmap
122
128
- Revamp how common list of suprrious licenses are detected (this is a bug)
123
129
- Use important key phrases for license detection https://github.com/nexB/scancode-toolkit/issues/2637
124
130
131
+ This is mostly completed, for follow up see https://github.com/nexB/scancode-toolkit/issues/2878.
0 commit comments