Repositories with multiple licenses

#27
by floitsch - opened

There are many repositories that have differently licensed files.

For example, github.com/toitlang/toit has a big chunk with LGPL, but the lib directory is licensed MIT (https://github.com/toitlang/toit/blob/master/lib/LICENSE), and the examples folder is licensed Zero-Clause BSD (https://github.com/toitlang/toit/blob/master/examples/LICENSE).

Is there a way to tell the-stack to index the sub-directories?

Sign up or log in to comment