github / licensed

A Ruby gem to cache and verify the licenses of dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Licenses are not found

mmorel-35 opened this issue · comments

Hi! I have tried to use licensed on golang project where those dependencies are present :

They all are maintained by the same owner and the licenses are named the same way : LICENSE-APACHE-2.0.txt

The problem is that this file is not found by licensed.
There are already PR to rename the file but there is no answer from the owner.

@mmorel-35 👋 this is a question better asked in licensee/licensee. This project is primarily responsible for sourcing all dependencies for a project with enough information for licensee to detect what license is in use. The determination of which files contain valid license info, and any classification based on the file contents, is done by licensee 🙏