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
Gathering license evidence is a common feature of downstream users.
As a library, this should be centralized in here, so that maintenance efforts are minimized.
Previous attempts to solve this were postponed, since there is not enough known about the requirements downstream.
Any API released today would probably be insufficient - it would require extending a lot or be unused.
Lets wait until more specialized downstream users have solved this problem.
Gathering license evidence is a common feature of downstream users.
As a library, this should be centralized in here, so that maintenance efforts are minimized.
currently known implementations downstream:
Requirements
license for evidence
file: ${filePath}
text/...
files to take into account
/^LICEN[CS]E/i
-- general file pattern/.LICEN[CS]E$/i
-- common file pattern for multi-license projects/^NOTICE$/
-- file with this exact name is relevant in terms of Apache-2.0 licensetext content type
like so
...
to be continued
The text was updated successfully, but these errors were encountered: