Does Copilot already display the licenses of the code it might insert/suggest, or assure the developer, that the inserted/suggested code is not a verbatim copy of existing code? How can developers be sure, that they are not violating licenses by using Copilot?
From the FAQ """ We built a filter to help detect and suppress the rare instances where a GitHub Copilot suggestion contains code that matches public code on GitHub. You have the choice to turn that filter on or off during setup. With the filter on, GitHub Copilot checks code suggestions with its surrounding code for matches or near matches (ignoring whitespace) against public code on GitHub of about 150 characters.…
That's a bold statement considering how easy it was for testers to quickly find examples of this in initial testing.
> against public code on GitHub
... and how some of those examples found were from code not hosted on Github.
Ultimately though, what matters here is not whether this is true but whether it's plausible enough for legal departments in companies buy it.