Closed
Description
What is the current behavior?
The docs repo is multi-licensed, MIT and CC-BY-4.0. The README outlines the situation but still many people and most tools (including GitHub's own licensee) will not recognize the current license structure where the two LICENSE files are in separate directories.
What changes are you suggesting?
The licenses should both be at the root in separate files (e.g., LICENSE and LICENSE-CODE). That makes it obvious to the repo browser that there are two licenses and enables licensee (and other tools/systems) to pick up the multiple licenses. There is a separate problem of updating the GitHub UI to deal with multiple licenses appropriately but that can be addressed separately.